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
RevLine 
[12052]1<LevelInfo
[12169]2 name = "Wagnis_testlevel"
[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
[12169]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">
[12107]31
[12129]32
[12072]33  <Provinces>
[12132]34
[12169]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)?>">
[12118]36      <attached>
37        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
38      </attached>
39      <collisionShapes>
[12169]40        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
[12118]41      </collisionShapes>
42    </WagnisProvince>
[12132]43
[12169]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)?>">
[12132]45      <attached>
[12169]46        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12132]47      </attached>
48      <collisionShapes>
[12169]49        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
[12132]50      </collisionShapes>
51    </WagnisProvince>
[12169]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)?>">
[12118]54      <attached>
55        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
56      </attached>
[12169]57      <collisionShapes>
58        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
59      </collisionShapes>
[12118]60    </WagnisProvince>
[12072]61
[12169]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)?>">
[12067]63      <attached>
[12118]64        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12067]65      </attached>
[12169]66      <collisionShapes>
67        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
68      </collisionShapes>
[12067]69    </WagnisProvince>
[12052]70
[12169]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)?>">
[12067]72      <attached>
[12118]73        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12067]74      </attached>
[12169]75      <collisionShapes>
76        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
77      </collisionShapes>
[12067]78    </WagnisProvince>
[12052]79
[12169]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)?>">
[12072]81      <attached>
[12118]82        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
[12072]83      </attached>
[12169]84      <collisionShapes>
85        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
86      </collisionShapes>
[12072]87    </WagnisProvince>
[12052]88
[12169]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)?>">
[12118]90      <attached>
91        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
92      </attached>
[12169]93      <collisionShapes>
94        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
95      </collisionShapes>
[12118]96    </WagnisProvince>
97
[12169]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)?>">
[12118]99      <attached>
100        <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" />
101      </attached>
[12169]102      <collisionShapes>
103        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
104      </collisionShapes>
[12118]105    </WagnisProvince>
106
[12169]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">
[12118]108      <attached>
[12169]109        <Model position="0,0,0" mesh="broke-satellite.mesh" scale3D="3,3,3" />
[12118]110      </attached>
[12169]111      <collisionShapes>
112        <BoxCollisionShape position="0,0,0" halfExtents="3,3,3" />
113      </collisionShapes>
[12118]114    </WagnisProvince>
[12169]115 
116
[12118]117  </Provinces>
118</WagnisGameboard>
[12052]119
120   
121  </Scene>
122</Level>
123
Note: See TracBrowser for help on using the repository browser.