Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/wagnis_HS18/data/levels/Wagnis.oxw @ 12169

Last change on this file since 12169 was 12169, checked in by kunzro, 5 years ago

lowered shooting frequency

File size: 6.1 KB
Line 
1<LevelInfo
2 name = "Wagnis_testlevel"
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="2=1+3,1=2+4+5,3=2+4,4=3+1,5=1+6,6=7+5,7=6+8,8=7">
31
32
33  <Provinces>
34
35    <WagnisProvince ID="1" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" position="0,3,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      </attached>
39      <collisionShapes>
40        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
41      </collisionShapes>
42    </WagnisProvince>
43
44    <WagnisProvince ID="2" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" position="0,8,0" 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)?>">
45      <attached>
46        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
47      </attached>
48      <collisionShapes>
49        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
50      </collisionShapes>
51    </WagnisProvince>
52
53    <WagnisProvince ID="3" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" position="0,11,12" 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)?>">
54      <attached>
55        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
56      </attached>
57      <collisionShapes>
58        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
59      </collisionShapes>
60    </WagnisProvince>
61
62    <WagnisProvince ID="4" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" position="0,18,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)?>">
63      <attached>
64        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
65      </attached>
66      <collisionShapes>
67        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
68      </collisionShapes>
69    </WagnisProvince>
70
71    <WagnisProvince ID="5" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" position="0,17,21" 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)?>">
72      <attached>
73        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
74      </attached>
75      <collisionShapes>
76        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
77      </collisionShapes>
78    </WagnisProvince>
79
80    <WagnisProvince ID="6" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" position="0,<?lua print((50))?>,<?lua print((110))?>" 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)?>">
81      <attached>
82        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
83      </attached>
84      <collisionShapes>
85        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
86      </collisionShapes>
87    </WagnisProvince>
88
89    <WagnisProvince ID="7" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" position="0,<?lua print((50))?>,<?lua print((120))?>" 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      </attached>
93      <collisionShapes>
94        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
95      </collisionShapes>
96    </WagnisProvince>
97
98    <WagnisProvince ID="8" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" position="0,<?lua print((40))?>,<?lua print((120))?>" 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)?>">
99      <attached>
100        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
101      </attached>
102      <collisionShapes>
103        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
104      </collisionShapes>
105    </WagnisProvince>
106
107    <WagnisProvince ID="1000" radarname="continue" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=kinematic mass=100 continent="1" position="0,<?lua print((45))?>,<?lua print((135))?>" pitch=90 rotationrate="0" rotationaxis="0,0,0">
108      <attached>
109        <Model position="0,0,0" mesh="broke-satellite.mesh" scale3D="3,3,3" />
110      </attached>
111      <collisionShapes>
112        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
113      </collisionShapes>
114    </WagnisProvince>
115 
116
117  </Provinces>
118</WagnisGameboard>
119
120   
121  </Scene>
122</Level>
123
Note: See TracBrowser for help on using the repository browser.