Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/mergeFS18/data/levels/Wagnis.oxw @ 12191

Last change on this file since 12191 was 12191, checked in by merholzl, 5 years ago

merged Wagnis

File size: 32.4 KB
RevLine 
[12052]1<LevelInfo
[12173]2 name = "Wagnis"
[12052]3 description = "A clone of the iconic Risk."
[12169]4 tags = ""
[12052]5 screenshot = "emptylevel.png"
6/>
7
8<?lua
9  include("stats.oxo")
10  include("HUDTemplates3.oxo")
[12169]11  include("WagnisHUD.oxo")
[12052]12  include("templates/lodInformation.oxt")
[12118]13  include("templates/wagnisCursor.oxt")
[12169]14  include("includes/notifications.oxi")
[12118]15?>
16
[12130]17<Level plugins="wagnis" gametype="Wagnis">
[12052]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"/>
[12118]28    <SpawnPoint position="-100, 45, 75" lookat="0,45,75" spawnclass=SpaceShip pawndesign=wagnisCursor />
[12052]29
[12171]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">
[12107]31
[12129]32
[12072]33  <Provinces>
[12173]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)?>">
[12118]36      <attached>
37        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]38        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.293, 0.082"/>
[12118]39      </attached>
40      <collisionShapes>
[12169]41        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
[12118]42      </collisionShapes>
43    </WagnisProvince>
[12132]44
[12173]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)?>">
[12132]46      <attached>
[12169]47        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]48        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.293, 0.082"/>
[12132]49      </attached>
50      <collisionShapes>
[12169]51        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
[12132]52      </collisionShapes>
53    </WagnisProvince>
[12169]54
[12173]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)?>">
[12118]56      <attached>
57        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]58        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.293, 0.082"/>
[12118]59      </attached>
[12169]60      <collisionShapes>
61        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
62      </collisionShapes>
[12118]63    </WagnisProvince>
[12072]64
[12173]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)?>">
[12067]66      <attached>
[12118]67        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]68        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.293, 0.082"/>
[12067]69      </attached>
[12169]70      <collisionShapes>
71        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
72      </collisionShapes>
[12067]73    </WagnisProvince>
[12052]74
[12173]75
76
77
78    <!-- NA -->
[12171]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)?>">
[12067]80      <attached>
[12118]81        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]82        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/>
[12067]83      </attached>
[12169]84      <collisionShapes>
85        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
86      </collisionShapes>
[12067]87    </WagnisProvince>
[12052]88
[12171]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)?>">
[12072]90      <attached>
[12118]91        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]92        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/>
[12072]93      </attached>
[12169]94      <collisionShapes>
95        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
96      </collisionShapes>
[12072]97    </WagnisProvince>
[12052]98
[12171]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)?>">
[12118]100      <attached>
101        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]102        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/>
[12118]103      </attached>
[12169]104      <collisionShapes>
105        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
106      </collisionShapes>
[12118]107    </WagnisProvince>
108
[12171]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)?>">
[12118]110      <attached>
111        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]112        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/>
[12118]113      </attached>
[12169]114      <collisionShapes>
115        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
116      </collisionShapes>
[12118]117    </WagnisProvince>
118
[12171]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)?>">
[12118]120      <attached>
[12171]121        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]122        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/>
[12171]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" />
[12173]132        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/>
[12171]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" />
[12173]142        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/>
[12171]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" />
[12173]152        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/>
[12171]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" />
[12173]162        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.926, 0.8125, 0.082"/>
[12171]163      </attached>
164      <collisionShapes>
165        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
166      </collisionShapes>
167    </WagnisProvince>
168
[12173]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)?>">
[12171]175      <attached>
176        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]177        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.085,0.457,0.804"/>
[12171]178      </attached>
179      <collisionShapes>
180        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
181      </collisionShapes>
182    </WagnisProvince>
183
[12173]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)?>">
[12171]185      <attached>
186        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]187        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.085,0.457,0.804"/>
[12171]188      </attached>
189      <collisionShapes>
190        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
191      </collisionShapes>
192    </WagnisProvince>
193
[12173]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)?>">
[12171]195      <attached>
196        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]197        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.085,0.457,0.804"/>
[12171]198      </attached>
199      <collisionShapes>
200        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
201      </collisionShapes>
202    </WagnisProvince>
203
[12173]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)?>">
[12171]205      <attached>
206        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]207        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.085,0.457,0.804"/>
[12171]208      </attached>
209      <collisionShapes>
210        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
211      </collisionShapes>
212    </WagnisProvince>
213
[12173]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)?>">
[12171]215      <attached>
216        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]217        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.085,0.457,0.804"/>
[12171]218      </attached>
219      <collisionShapes>
220        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
221      </collisionShapes>
222    </WagnisProvince>
223
[12173]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)?>">
[12171]225      <attached>
226        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]227        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.085,0.457,0.804"/>
[12171]228      </attached>
229      <collisionShapes>
230        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
231      </collisionShapes>
232    </WagnisProvince>
233
[12173]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)?>">
[12171]235      <attached>
236        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]237        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.085,0.457,0.804"/>
[12171]238      </attached>
239      <collisionShapes>
240        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
241      </collisionShapes>
242    </WagnisProvince>
243
[12173]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)?>">
[12171]250      <attached>
251        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]252        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.515,0.199,0.054"/>
[12171]253      </attached>
254      <collisionShapes>
255        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
256      </collisionShapes>
257    </WagnisProvince>
258
[12173]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)?>">
[12171]260      <attached>
261        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]262        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.515,0.199,0.054"/>
[12171]263      </attached>
264      <collisionShapes>
265        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
266      </collisionShapes>
267    </WagnisProvince>
268
[12173]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)?>">
[12171]270      <attached>
271        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]272        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.515,0.199,0.054"/>
[12171]273      </attached>
274      <collisionShapes>
275        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
276      </collisionShapes>
277    </WagnisProvince>
278
[12173]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)?>">
[12171]280      <attached>
281        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]282        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.515,0.199,0.054"/>
[12171]283      </attached>
284      <collisionShapes>
285        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
286      </collisionShapes>
287    </WagnisProvince>
288
[12173]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)?>">
[12171]290      <attached>
291        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]292        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.515,0.199,0.054"/>
[12171]293      </attached>
294      <collisionShapes>
295        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
296      </collisionShapes>
297    </WagnisProvince>
298
[12173]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)?>">
[12171]300      <attached>
301        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]302        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.515,0.199,0.054"/>
[12171]303      </attached>
304      <collisionShapes>
305        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
306      </collisionShapes>
307    </WagnisProvince>
308
[12173]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)?>">
[12171]316      <attached>
317        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]318        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/>
[12171]319      </attached>
320      <collisionShapes>
321        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
322      </collisionShapes>
323    </WagnisProvince>
324
[12173]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)?>">
[12171]326      <attached>
327        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]328        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/>
[12171]329      </attached>
330      <collisionShapes>
331        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
332      </collisionShapes>
333    </WagnisProvince>
334
[12173]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)?>">
[12171]336      <attached>
337        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]338        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/>
[12171]339      </attached>
340      <collisionShapes>
341        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
342      </collisionShapes>
343    </WagnisProvince>
344
[12173]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)?>">
[12171]346      <attached>
347        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]348        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/>
[12171]349      </attached>
350      <collisionShapes>
351        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
352      </collisionShapes>
353    </WagnisProvince>
354
[12173]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)?>">
[12171]356      <attached>
357        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]358        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/>
[12171]359      </attached>
360      <collisionShapes>
361        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
362      </collisionShapes>
363    </WagnisProvince>
364
[12173]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)?>">
[12171]366      <attached>
367        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]368        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/>
[12171]369      </attached>
370      <collisionShapes>
371        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
372      </collisionShapes>
373    </WagnisProvince>
374
[12173]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)?>">
[12171]376      <attached>
377        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]378        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/>
[12171]379      </attached>
380      <collisionShapes>
381        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
382      </collisionShapes>
383    </WagnisProvince>
384
[12173]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)?>">
[12171]386      <attached>
387        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]388        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/>
[12171]389      </attached>
390      <collisionShapes>
391        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
392      </collisionShapes>
393    </WagnisProvince>
394
[12173]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)?>">
[12171]396      <attached>
397        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]398        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/>
[12171]399      </attached>
400      <collisionShapes>
401        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
402      </collisionShapes>
403    </WagnisProvince>
404
[12173]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)?>">
[12171]406      <attached>
407        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]408        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/>
[12171]409      </attached>
410      <collisionShapes>
411        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
412      </collisionShapes>
413    </WagnisProvince>
414
[12173]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)?>">
[12171]416      <attached>
417        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]418        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/>
[12171]419      </attached>
420      <collisionShapes>
421        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
422      </collisionShapes>
423    </WagnisProvince>
424
[12173]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)?>">
[12171]426      <attached>
427        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]428        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.256,0.804,0.085"/>
[12171]429      </attached>
430      <collisionShapes>
431        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
432      </collisionShapes>
433    </WagnisProvince>
434
[12173]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)?>">
[12171]441      <attached>
442        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]443        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.695,0.085,0.804"/>
[12171]444      </attached>
445      <collisionShapes>
446        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
447      </collisionShapes>
448    </WagnisProvince>
449
[12173]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)?>">
[12171]451      <attached>
452        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]453        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.695,0.085,0.804"/>
[12171]454      </attached>
455      <collisionShapes>
456        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
457      </collisionShapes>
458    </WagnisProvince>
459
[12173]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)?>">
[12171]461      <attached>
462        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]463        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.695,0.085,0.804"/>
[12171]464      </attached>
465      <collisionShapes>
466        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
467      </collisionShapes>
468    </WagnisProvince>
469
[12173]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)?>">
[12171]471      <attached>
472        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12173]473        <Billboard position="0,0,0" amplitude=1 material="Wagnis/Background" colour="0.695,0.085,0.804"/>
[12171]474      </attached>
475      <collisionShapes>
476        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
477      </collisionShapes>
478    </WagnisProvince>
479
[12173]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">
[12171]481      <attached>
[12169]482        <Model position="0,0,0" mesh="broke-satellite.mesh" scale3D="3,3,3" />
[12118]483      </attached>
[12169]484      <collisionShapes>
485        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
486      </collisionShapes>
[12118]487    </WagnisProvince>
[12169]488 
489
[12118]490  </Provinces>
491</WagnisGameboard>
[12052]492
[12173]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-->
[12052]519   
520  </Scene>
521</Level>
522
Note: See TracBrowser for help on using the repository browser.