1 | <LevelInfo |
---|
2 | name = "Wagnis" |
---|
3 | description = "A clone of the iconic Risk." |
---|
4 | tags = "" |
---|
5 | screenshot = "emptylevel.png" |
---|
6 | /> |
---|
7 | |
---|
8 | <?lua |
---|
9 | include("stats.oxo") |
---|
10 | include("HUDTemplates3.oxo") |
---|
11 | include("WagnisHUD.oxo") |
---|
12 | include("templates/lodInformation.oxt") |
---|
13 | include("templates/wagnisCursor.oxt") |
---|
14 | include("includes/notifications.oxi") |
---|
15 | ?> |
---|
16 | |
---|
17 | <Level plugins="wagnis" gametype="Wagnis"> |
---|
18 | <templates> |
---|
19 | <Template link=lodtemplate_default /> |
---|
20 | </templates> |
---|
21 | |
---|
22 | <Scene |
---|
23 | ambientlight = "0.8, 0.8, 0.8" |
---|
24 | skybox = "Orxonox/skyBoxBasic" |
---|
25 | > |
---|
26 | |
---|
27 | <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> |
---|
28 | <SpawnPoint position="-100, 45, 75" lookat="0,45,75" spawnclass=SpaceShip pawndesign=wagnisCursor /> |
---|
29 | |
---|
30 | <WagnisGameboard position="20,20,20" connections_string="1=2+3, 2=1+3+4, 3=1+2+4+21, 4=2+3+5, 5=4+6+7, 6=5+7+8+12, 7=5+6+9+8, 8=6+7+9+10+11+12, 9=7+8+10, 10=8+9+11+14, 11=8+10+12+13, 12=6+8+11+13, 13=11+12+27, 14=10+15+16, 15=14+16+17+19, 16=14+15+17+18, 17=15+16+18+19+20, 18=16+17+20+33+35+36, 19=15+17+20+21, 20=17+18+19+36+22, 21=3+19+20+22+23+24, 22=21+20+36+23, 23=21+22+24+36+26+25, 24=21+23+25, 25=24+26+23, 26=25+23, 27=13+28+29+30+31, 28=27+29, 29=27+28+30+32+34, 30=27+29+31+32, 31=27+30+32, 32=31+30+29+34+33, 33=18+32+34+35, 34=29+32+33+35+37+38, 35=18+33+34+37+36, 36=18+20+22+23+37+35, 37=34+35+36+38, 38=34+37+39, 39=38+40+41, 40=39+41+42, 41=39+40+42, 42=40+41"> |
---|
31 | |
---|
32 | |
---|
33 | <Provinces> |
---|
34 | <!-- SA --> |
---|
35 | <WagnisProvince ID="1" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="2" position="0,28,8" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
36 | <attached> |
---|
37 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
38 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.293, 0.082"/> |
---|
39 | </attached> |
---|
40 | <collisionShapes> |
---|
41 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
42 | </collisionShapes> |
---|
43 | </WagnisProvince> |
---|
44 | |
---|
45 | <WagnisProvince ID="2" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="2" position="0,39,4" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
46 | <attached> |
---|
47 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
48 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.293, 0.082"/> |
---|
49 | </attached> |
---|
50 | <collisionShapes> |
---|
51 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
52 | </collisionShapes> |
---|
53 | </WagnisProvince> |
---|
54 | |
---|
55 | <WagnisProvince ID="3" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="2" position="0,34,17" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
56 | <attached> |
---|
57 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
58 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.293, 0.082"/> |
---|
59 | </attached> |
---|
60 | <collisionShapes> |
---|
61 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
62 | </collisionShapes> |
---|
63 | </WagnisProvince> |
---|
64 | |
---|
65 | <WagnisProvince ID="4" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="2" position="0,46,14" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
66 | <attached> |
---|
67 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
68 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.293, 0.082"/> |
---|
69 | </attached> |
---|
70 | <collisionShapes> |
---|
71 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
72 | </collisionShapes> |
---|
73 | </WagnisProvince> |
---|
74 | |
---|
75 | |
---|
76 | |
---|
77 | |
---|
78 | <!-- NA --> |
---|
79 | <WagnisProvince ID="5" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" position="0,61,8" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
80 | <attached> |
---|
81 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
82 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/> |
---|
83 | </attached> |
---|
84 | <collisionShapes> |
---|
85 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
86 | </collisionShapes> |
---|
87 | </WagnisProvince> |
---|
88 | |
---|
89 | <WagnisProvince ID="6" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" position="0,73,9" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
90 | <attached> |
---|
91 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
92 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/> |
---|
93 | </attached> |
---|
94 | <collisionShapes> |
---|
95 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
96 | </collisionShapes> |
---|
97 | </WagnisProvince> |
---|
98 | |
---|
99 | <WagnisProvince ID="7" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" position="0,65,20" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
100 | <attached> |
---|
101 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
102 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/> |
---|
103 | </attached> |
---|
104 | <collisionShapes> |
---|
105 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
106 | </collisionShapes> |
---|
107 | </WagnisProvince> |
---|
108 | |
---|
109 | <WagnisProvince ID="8" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" position="0,70,29" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
110 | <attached> |
---|
111 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
112 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/> |
---|
113 | </attached> |
---|
114 | <collisionShapes> |
---|
115 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
116 | </collisionShapes> |
---|
117 | </WagnisProvince> |
---|
118 | |
---|
119 | <WagnisProvince ID="9" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" position="0,60,32" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
120 | <attached> |
---|
121 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
122 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/> |
---|
123 | </attached> |
---|
124 | <collisionShapes> |
---|
125 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
126 | </collisionShapes> |
---|
127 | </WagnisProvince> |
---|
128 | |
---|
129 | <WagnisProvince ID="10" position="0,66,41" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
130 | <attached> |
---|
131 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
132 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/> |
---|
133 | </attached> |
---|
134 | <collisionShapes> |
---|
135 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
136 | </collisionShapes> |
---|
137 | </WagnisProvince> |
---|
138 | |
---|
139 | <WagnisProvince ID="11" position="0,76,38" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
140 | <attached> |
---|
141 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
142 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/> |
---|
143 | </attached> |
---|
144 | <collisionShapes> |
---|
145 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
146 | </collisionShapes> |
---|
147 | </WagnisProvince> |
---|
148 | |
---|
149 | <WagnisProvince ID="12" position="0,80,25" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
150 | <attached> |
---|
151 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
152 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/> |
---|
153 | </attached> |
---|
154 | <collisionShapes> |
---|
155 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
156 | </collisionShapes> |
---|
157 | </WagnisProvince> |
---|
158 | |
---|
159 | <WagnisProvince ID="13" position="0,82,52" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
160 | <attached> |
---|
161 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
162 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/> |
---|
163 | </attached> |
---|
164 | <collisionShapes> |
---|
165 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
166 | </collisionShapes> |
---|
167 | </WagnisProvince> |
---|
168 | |
---|
169 | |
---|
170 | |
---|
171 | |
---|
172 | |
---|
173 | <!-- EU --> |
---|
174 | <WagnisProvince ID="14" position="0,58,62" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="4" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
175 | <attached> |
---|
176 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
177 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.085,0.457,0.804"/> |
---|
178 | </attached> |
---|
179 | <collisionShapes> |
---|
180 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
181 | </collisionShapes> |
---|
182 | </WagnisProvince> |
---|
183 | |
---|
184 | <WagnisProvince ID="15" position="0,50,57" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="4" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
185 | <attached> |
---|
186 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
187 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.085,0.457,0.804"/> |
---|
188 | </attached> |
---|
189 | <collisionShapes> |
---|
190 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
191 | </collisionShapes> |
---|
192 | </WagnisProvince> |
---|
193 | |
---|
194 | <WagnisProvince ID="16" position="0,53,74" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="4" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
195 | <attached> |
---|
196 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
197 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.085,0.457,0.804"/> |
---|
198 | </attached> |
---|
199 | <collisionShapes> |
---|
200 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
201 | </collisionShapes> |
---|
202 | </WagnisProvince> |
---|
203 | |
---|
204 | <WagnisProvince ID="17" position="0,40,72" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="4" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
205 | <attached> |
---|
206 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
207 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.085,0.457,0.804"/> |
---|
208 | </attached> |
---|
209 | <collisionShapes> |
---|
210 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
211 | </collisionShapes> |
---|
212 | </WagnisProvince> |
---|
213 | |
---|
214 | <WagnisProvince ID="18" position="0,45,86" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="4" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
215 | <attached> |
---|
216 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
217 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.085,0.457,0.804"/> |
---|
218 | </attached> |
---|
219 | <collisionShapes> |
---|
220 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
221 | </collisionShapes> |
---|
222 | </WagnisProvince> |
---|
223 | |
---|
224 | <WagnisProvince ID="19" position="0,39,58" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="4" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
225 | <attached> |
---|
226 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
227 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.085,0.457,0.804"/> |
---|
228 | </attached> |
---|
229 | <collisionShapes> |
---|
230 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
231 | </collisionShapes> |
---|
232 | </WagnisProvince> |
---|
233 | |
---|
234 | <WagnisProvince ID="20" position="0,32,81" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="4" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
235 | <attached> |
---|
236 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
237 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.085,0.457,0.804"/> |
---|
238 | </attached> |
---|
239 | <collisionShapes> |
---|
240 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
241 | </collisionShapes> |
---|
242 | </WagnisProvince> |
---|
243 | |
---|
244 | |
---|
245 | |
---|
246 | |
---|
247 | |
---|
248 | <!-- AF --> |
---|
249 | <WagnisProvince ID="21" position="0,20,45" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="2" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
250 | <attached> |
---|
251 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
252 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.515,0.199,0.054"/> |
---|
253 | </attached> |
---|
254 | <collisionShapes> |
---|
255 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
256 | </collisionShapes> |
---|
257 | </WagnisProvince> |
---|
258 | |
---|
259 | <WagnisProvince ID="22" position="0,23,62" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="2" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
260 | <attached> |
---|
261 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
262 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.515,0.199,0.054"/> |
---|
263 | </attached> |
---|
264 | <collisionShapes> |
---|
265 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
266 | </collisionShapes> |
---|
267 | </WagnisProvince> |
---|
268 | |
---|
269 | <WagnisProvince ID="23" position="0,16,73" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="2" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
270 | <attached> |
---|
271 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
272 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.515,0.199,0.054"/> |
---|
273 | </attached> |
---|
274 | <collisionShapes> |
---|
275 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
276 | </collisionShapes> |
---|
277 | </WagnisProvince> |
---|
278 | |
---|
279 | <WagnisProvince ID="24" position="0,10,50" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="2" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
280 | <attached> |
---|
281 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
282 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.515,0.199,0.054"/> |
---|
283 | </attached> |
---|
284 | <collisionShapes> |
---|
285 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
286 | </collisionShapes> |
---|
287 | </WagnisProvince> |
---|
288 | |
---|
289 | <WagnisProvince ID="25" position="0,4,61" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="2" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
290 | <attached> |
---|
291 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
292 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.515,0.199,0.054"/> |
---|
293 | </attached> |
---|
294 | <collisionShapes> |
---|
295 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
296 | </collisionShapes> |
---|
297 | </WagnisProvince> |
---|
298 | |
---|
299 | <WagnisProvince ID="26" position="0,5,76" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="2" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
300 | <attached> |
---|
301 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
302 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.515,0.199,0.054"/> |
---|
303 | </attached> |
---|
304 | <collisionShapes> |
---|
305 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
306 | </collisionShapes> |
---|
307 | </WagnisProvince> |
---|
308 | |
---|
309 | |
---|
310 | |
---|
311 | |
---|
312 | |
---|
313 | |
---|
314 | <!-- AS --> |
---|
315 | <WagnisProvince ID="27" position="0,81,76" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="5" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
316 | <attached> |
---|
317 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
318 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/> |
---|
319 | </attached> |
---|
320 | <collisionShapes> |
---|
321 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
322 | </collisionShapes> |
---|
323 | </WagnisProvince> |
---|
324 | |
---|
325 | <WagnisProvince ID="28" position="0,82,103" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="5" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
326 | <attached> |
---|
327 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
328 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/> |
---|
329 | </attached> |
---|
330 | <collisionShapes> |
---|
331 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
332 | </collisionShapes> |
---|
333 | </WagnisProvince> |
---|
334 | |
---|
335 | <WagnisProvince ID="29" position="0,69,112" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="5" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
336 | <attached> |
---|
337 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
338 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/> |
---|
339 | </attached> |
---|
340 | <collisionShapes> |
---|
341 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
342 | </collisionShapes> |
---|
343 | </WagnisProvince> |
---|
344 | |
---|
345 | <WagnisProvince ID="30" position="0,72,95" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="5" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
346 | <attached> |
---|
347 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
348 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/> |
---|
349 | </attached> |
---|
350 | <collisionShapes> |
---|
351 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
352 | </collisionShapes> |
---|
353 | </WagnisProvince> |
---|
354 | |
---|
355 | <WagnisProvince ID="31" position="0,70,79" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="5" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
356 | <attached> |
---|
357 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
358 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/> |
---|
359 | </attached> |
---|
360 | <collisionShapes> |
---|
361 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
362 | </collisionShapes> |
---|
363 | </WagnisProvince> |
---|
364 | |
---|
365 | <WagnisProvince ID="32" position="0,60,93" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="5" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
366 | <attached> |
---|
367 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
368 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/> |
---|
369 | </attached> |
---|
370 | <collisionShapes> |
---|
371 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
372 | </collisionShapes> |
---|
373 | </WagnisProvince> |
---|
374 | |
---|
375 | <WagnisProvince ID="33" position="0,52,105" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="5" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
376 | <attached> |
---|
377 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
378 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/> |
---|
379 | </attached> |
---|
380 | <collisionShapes> |
---|
381 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
382 | </collisionShapes> |
---|
383 | </WagnisProvince> |
---|
384 | |
---|
385 | <WagnisProvince ID="34" position="0,50,121" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="5" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
386 | <attached> |
---|
387 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
388 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/> |
---|
389 | </attached> |
---|
390 | <collisionShapes> |
---|
391 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
392 | </collisionShapes> |
---|
393 | </WagnisProvince> |
---|
394 | |
---|
395 | <WagnisProvince ID="35" position="0,41,105" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="5" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
396 | <attached> |
---|
397 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
398 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/> |
---|
399 | </attached> |
---|
400 | <collisionShapes> |
---|
401 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
402 | </collisionShapes> |
---|
403 | </WagnisProvince> |
---|
404 | |
---|
405 | <WagnisProvince ID="36" position="0,30,101" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="5" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
406 | <attached> |
---|
407 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
408 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/> |
---|
409 | </attached> |
---|
410 | <collisionShapes> |
---|
411 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
412 | </collisionShapes> |
---|
413 | </WagnisProvince> |
---|
414 | |
---|
415 | <WagnisProvince ID="37" position="0,33,116" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="5" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
416 | <attached> |
---|
417 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
418 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/> |
---|
419 | </attached> |
---|
420 | <collisionShapes> |
---|
421 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
422 | </collisionShapes> |
---|
423 | </WagnisProvince> |
---|
424 | |
---|
425 | <WagnisProvince ID="38" position="0,35,127" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="5" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
426 | <attached> |
---|
427 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
428 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/> |
---|
429 | </attached> |
---|
430 | <collisionShapes> |
---|
431 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
432 | </collisionShapes> |
---|
433 | </WagnisProvince> |
---|
434 | |
---|
435 | |
---|
436 | |
---|
437 | |
---|
438 | |
---|
439 | <!-- AU --> |
---|
440 | <WagnisProvince ID="39" position="0,22,131" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="6" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
441 | <attached> |
---|
442 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
443 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.695,0.085,0.804"/> |
---|
444 | </attached> |
---|
445 | <collisionShapes> |
---|
446 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
447 | </collisionShapes> |
---|
448 | </WagnisProvince> |
---|
449 | |
---|
450 | <WagnisProvince ID="40" position="0,13,121" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="6" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
451 | <attached> |
---|
452 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
453 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.695,0.085,0.804"/> |
---|
454 | </attached> |
---|
455 | <collisionShapes> |
---|
456 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
457 | </collisionShapes> |
---|
458 | </WagnisProvince> |
---|
459 | |
---|
460 | <WagnisProvince ID="41" position="0,13,141" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="6" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
461 | <attached> |
---|
462 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
463 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.695,0.085,0.804"/> |
---|
464 | </attached> |
---|
465 | <collisionShapes> |
---|
466 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
467 | </collisionShapes> |
---|
468 | </WagnisProvince> |
---|
469 | |
---|
470 | <WagnisProvince ID="42" position="0,5,130" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="6" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
471 | <attached> |
---|
472 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
473 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.695,0.085,0.804"/> |
---|
474 | </attached> |
---|
475 | <collisionShapes> |
---|
476 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
477 | </collisionShapes> |
---|
478 | </WagnisProvince> |
---|
479 | |
---|
480 | <WagnisProvince ID="1000" radarname="continue" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="0" position="0,75,137" pitch=90 rotationrate="0" rotationaxis="0,0,0"> |
---|
481 | <attached> |
---|
482 | <Model position="0,0,0" mesh="broke-satellite.mesh" scale3D="3,3,3" /> |
---|
483 | </attached> |
---|
484 | <collisionShapes> |
---|
485 | <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" /> |
---|
486 | </collisionShapes> |
---|
487 | </WagnisProvince> |
---|
488 | |
---|
489 | |
---|
490 | </Provinces> |
---|
491 | </WagnisGameboard> |
---|
492 | |
---|
493 | <Billboard position="0,27,32" amplitude=1 material="Wagnis/Arrow" rotation="0.4" colour="1,1,1"/> <!--3,21--> |
---|
494 | <Billboard position="0,53.5,11" amplitude=1 material="Wagnis/Arrow" rotation="1.1" colour="1,1,1"/> <!--4,5--> |
---|
495 | <Billboard position="0,29.5,52" amplitude=1 material="Wagnis/Arrow" rotation="2.2" colour="1,1,1"/> <!--19,21--> |
---|
496 | <Billboard position="0,28,62" amplitude=1 material="Wagnis/Arrow" rotation="2.8" colour="1,1,1"/> <!--20,21--> |
---|
497 | <Billboard position="0,27.5,71.5" amplitude=1 material="Wagnis/Arrow" rotation="2.7" colour="1,1,1"/> <!--20,22--> |
---|
498 | <Billboard position="0,26.5,81.5" amplitude=1 material="Wagnis/Arrow" rotation="3" colour="1,1,1"/> <!--22,36--> |
---|
499 | <Billboard position="0,23,87" amplitude=1 material="Wagnis/Arrow" rotation="2.7" colour="1,1,1"/> <!--23,36--> |
---|
500 | <Billboard position="0,81.5,64" amplitude=1 material="Wagnis/Arrow" rotation="0" colour="1,1,1"/> <!--13,27--> |
---|
501 | <Billboard position="0,81.5,38.5" amplitude=1 material="Wagnis/Arrow" rotation="-0.1" colour="1,1,1"/> <!--12,13--> |
---|
502 | <Billboard position="0,76,96" amplitude=1 material="Wagnis/Arrow" rotation="0.3" colour="1,1,1"/> <!--27,29--> |
---|
503 | <Billboard position="0,62,51.5" amplitude=1 material="Wagnis/Arrow" rotation="0.2" colour="1,1,1"/> <!--10,14--> |
---|
504 | <Billboard position="0,31,91" amplitude=1 material="Wagnis/Arrow" rotation="0.1" colour="1,1,1"/> <!--20,36--> |
---|
505 | <Billboard position="0,43,95.5" amplitude=1 material="Wagnis/Arrow" rotation="0.1" colour="1,1,1"/> <!--18,35--> |
---|
506 | <Billboard position="0,37.5,93.5" amplitude=1 material="Wagnis/Arrow" rotation="0.7" colour="1,1,1"/> <!--18,36--> |
---|
507 | <Billboard position="0,48.5,95.5" amplitude=1 material="Wagnis/Arrow" rotation="-0.5" colour="1,1,1"/> <!--18,33--> |
---|
508 | |
---|
509 | |
---|
510 | |
---|
511 | <!-- |
---|
512 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/> |
---|
513 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.293, 0.082"/> |
---|
514 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.515,0.199,0.054"/> |
---|
515 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.085,0.457,0.804"/> |
---|
516 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/> |
---|
517 | <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.695,0.085,0.804"/> |
---|
518 | --> |
---|
519 | |
---|
520 | </Scene> |
---|
521 | </Level> |
---|
522 | |
---|