Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/levels/spaceshiptemplates2.oxw @ 5417

Last change on this file since 5417 was 5417, checked in by landauf, 15 years ago

eol-style:native

  • Property svn:eol-style set to native
File size: 3.0 KB
Line 
1<Template name=spaceshipassff>
2  <SpaceShip
3   camerapositiontemplate = spaceshipassffcameras
4
5   health            = 100
6   maxhealth         = 200
7   initialhealth     = 100
8
9   maxspeed          = 150
10   maxsecondaryspeed = 50
11   maxrotation       = 100
12   transacc          = 100
13   rotacc            = 140
14   transdamp         = 75
15  >
16    <attached>
17      <Model position="0,0,0" yaw=90 pitch=-90 roll=0 scale=4 mesh="assff.mesh" />
18      <!--Light position="0,0,20" diffuse="0,0,1" specular="0,0,1" type=point /-->
19      <BlinkingBillboard position="17,-1.5,0" material="Examples/Flare" colour="1.0, 0.5, 0.3" amplitude=0.1 frequency=0.5 quadratic=1 />
20      <BlinkingBillboard position="-17,-1.5,0" material="Examples/Flare" colour="0.5, 1.0, 0.3" amplitude=0.1 frequency=0.5 phase=180 quadratic=1 />
21      <!--ParticleEmitter position="0,0,-100" source="Orxonox/smoke5" /-->
22    </attached>
23    <weaponslots>
24      <WeaponSlot position="-15,-1.5,0" yaw=0 pitch=0 roll=0 />
25      <WeaponSlot position="15,-1.5,0" yaw=0 pitch=0 roll=0 />
26      <WeaponSlot position="0,2.5,5" yaw=0 pitch=0 roll=0 />
27    </weaponslots>
28    <weaponsets>
29      <WeaponSet firemode=0 />
30      <WeaponSet firemode=1 />
31    </weaponsets>
32    <weapons>
33      <WeaponPack firemode=0>
34        <LaserGun position="0,0,0" munitionType="LaserGunMunition" bulletLoadingTime="0.2" magazineLoadingTime="5.0" speed="1250" />
35        <LaserGun position="0,0,0" munitionType="LaserGunMunition" bulletLoadingTime="0.2" magazineLoadingTime="5.0" speed="1250" />
36      </WeaponPack>
37      <WeaponPack firemode=1>
38        <Fusion position="0,0,0" munitionType="LaserGunMunition" bulletLoadingTime="4" magazineLoadingTime="4" speed="500" />
39      </WeaponPack>
40    </weapons>
41  </SpaceShip>
42</Template>
43
44<Template name=spaceshipassffcameras>
45  <SpaceShip>
46    <camerapositions>
47      <CameraPosition position="0,10,40" />
48      <CameraPosition position="0,150,-25" pitch=-90 />
49      <CameraPosition position="0,0,-30" yaw=180 />
50      <CameraPosition position="0,3,-14" yaw=0 />
51      <CameraPosition position="-50,5,-8" yaw=-90 />
52      <CameraPosition position="50,5,-8" yaw=90 />
53    </camerapositions>
54  </SpaceShip>
55</Template>
56
57
58<!--Template name=spaceshippirate>
59  <SpaceShip
60   health            = 100
61   maxhealth         = 200
62   initialhealth     = 100
63
64   maxspeed          = 250
65   maxsecondaryspeed = 50
66   maxrotation       = 100
67   transacc          = 200
68   rotacc            = 140
69   transdamp         = 75
70  >
71    <attached>
72      <Model position="0,-10,-45" yaw=90 pitch=-90 roll=0 scale=4 mesh="pirate.mesh" />
73    </attached>
74  </SpaceShip>
75</Template>
76
77<Template name=spaceshipspacecruiser>
78  <SpaceShip
79   health            = 100
80   maxhealth         = 200
81   initialhealth     = 100
82
83   maxspeed          = 250
84   maxsecondaryspeed = 50
85   maxrotation       = 100
86   transacc          = 200
87   rotacc            = 140
88   transdamp         = 75
89  >
90    <attached>
91      <Model position="8,-30,-120" yaw=90 pitch=-90 roll=0 scale=4 mesh="spacecruiser.mesh" />
92    </attached>
93  </SpaceShip>
94</Template-->
Note: See TracBrowser for help on using the repository browser.