Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/models/spaceships/pirates_spaceship_fighter.oif @ 4680

Last change on this file since 4680 was 4680, checked in by wenners, 17 years ago

blinky update

File size: 1.4 KB
Line 
1<ObjectInformationFile>
2
3<MountPoints>
4  <MP.00.laserMitte1>
5    <Description>Laser</Description>
6    <OrxClass>LaserCannon</OrxClass>
7  </MP.00.Turret>
8
9  <MP.01.laserMitte2>
10    <Description>Laser</Description>
11    <OrxClass>LaserCannon</OrxClass>
12  </MP.01.laserMitte2>
13
14  <MP.02.WaffeRechts>
15    <Description>Canon rechts</Description>
16    <OrxClass>Cannon</OrxClass>
17  </MP.02.WaffeRechts>
18
19  <MP.03.WaffeLinks>
20    <Description>Canon links</Description>
21    <OrxClass>Cannon</OrxClass>
22  </MP.03.WaffeLinks>
23
24 <!-- <MP.04.MotorRechts>
25    <Description>Motor rechts</Description>
26    <OrxClass>Motor</OrxClass>
27  </MP.04.MotorRechts>
28
29  <MP.05.MotorLinks>
30    <Description>Motor links</Description>
31    <OrxClass>Motor</OrxClass>
32  </MP.05.MotorLinks>-->
33
34  <MP.06.light1>
35    <Description>light top</Description>
36    <OrxClass>Blink</OrxClass>
37    <Details>
38      <name>BlueLight7</name>
39      <color>0, 0, 255</color>
40      <size>0.5</size>
41    </Details>
42  </MP.06.light1>
43
44  <MP.07.light2>
45    <Description>light</Description>
46    <OrxClass>Blink</OrxClass>
47    <Details>
48      <name>BlueLight7</name>
49      <color>0, 0, 255</color>
50      <size>0.5</size>
51    </Details>
52  </MP.07.light2>
53
54  <MP.08.light3>
55    <Description>light</Description>
56    <OrxClass>Blink</OrxClass>
57    <Details>
58      <name>BlueLight7</name>
59      <color>0, 0, 255</color>
60      <size>0.5</size>
61    </Details>
62  </MP.08.light3>
63
64</MountPoints>
65
66</ObjectInformationFile>
Note: See TracBrowser for help on using the repository browser.