Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5348 was 5346, checked in by polakma, 17 years ago

weapontest

File size: 2.6 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="0,0,-22" yaw=0 pitch=0 roll=0>
25      </WeaponSlot>
26    </weaponslots>
27    <weaponsets>
28      <WeaponSet firemode=0 />
29    </weaponsets>
30    <weapons>
31      <WeaponPack firemode=0>
32        <LaserGun position="0,0,0" munitionType="LaserGunMunition">
33        </LaserGun>
34      </WeaponPack>
35    </weapons>
36  </SpaceShip>
37</Template>
38
39<Template name=spaceshipassffcameras>
40  <SpaceShip>
41    <camerapositions>
42      <CameraPosition position="0,10,40" />
43      <CameraPosition position="0,150,-25" pitch=-90 />
44      <CameraPosition position="0,0,-30" yaw=180 />
45      <CameraPosition position="0,3,-14" yaw=0 />
46      <CameraPosition position="-50,5,-8" yaw=-90 />
47      <CameraPosition position="50,5,-8" yaw=90 />
48    </camerapositions>
49  </SpaceShip>
50</Template>
51
52
53<!--Template name=spaceshippirate>
54  <SpaceShip
55   health            = 100
56   maxhealth         = 200
57   initialhealth     = 100
58
59   maxspeed          = 250
60   maxsecondaryspeed = 50
61   maxrotation       = 100
62   transacc          = 200
63   rotacc            = 140
64   transdamp         = 75
65  >
66    <attached>
67      <Model position="0,-10,-45" yaw=90 pitch=-90 roll=0 scale=4 mesh="pirate.mesh" />
68    </attached>
69  </SpaceShip>
70</Template>
71
72<Template name=spaceshipspacecruiser>
73  <SpaceShip
74   health            = 100
75   maxhealth         = 200
76   initialhealth     = 100
77
78   maxspeed          = 250
79   maxsecondaryspeed = 50
80   maxrotation       = 100
81   transacc          = 200
82   rotacc            = 140
83   transdamp         = 75
84  >
85    <attached>
86      <Model position="8,-30,-120" yaw=90 pitch=-90 roll=0 scale=4 mesh="spacecruiser.mesh" />
87    </attached>
88  </SpaceShip>
89</Template-->
Note: See TracBrowser for help on using the repository browser.