Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/models/spaceships/noxon_spaceship_fighter.oif @ 4731

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

fix

File size: 1.5 KB
Line 
1<ObjectInformationFile>
2
3<MountPoints>
4  <MP.01.lowerleft>
5    <Description>Turret slots</Description>
6    <OrxClass>leichteWaffe</OrxClass>
7  </MP.01.lowerleft>
8
9  <MP.02.upperleft>
10    <Description>Turret slots</Description>
11    <OrxClass>schwereWaffe</OrxClass>
12  </MP.02.upperleft>
13
14  <MP.03.lowerright>
15    <Description>Turret slots</Description>
16    <OrxClass>leichteWaffe</OrxClass>
17  </MP.03.lowerright>
18
19  <MP.04.upperright>
20    <Description>Turret slots</Description>
21    <OrxClass>schwereWaffe</OrxClass>
22  </MP.04.upperright>
23
24  <MP.05.lightback>
25    <Description>light on the back</Description>
26    <OrxClass>Blink</OrxClass>
27    <Details>
28      <name>RedLight3</name>
29      <color>255, 0, 0</color>
30      <size>0.25</size>
31      <sequence>00000000999999998642000000000000</sequence>
32      <period>2</period>
33    </Details>
34  </MP.05.lightback>
35
36  <MP.06.lightright
37    <Description>light on the right</Description>
38    <OrxClass>Blink</OrxClass>
39    <Details>
40      <name>RedLight3</name>
41      <color>255, 0, 0</color>
42      <size>0.25</size>
43      <sequence>00000000999999998642000000000000</sequence>
44      <period>2</period>
45    </Details>
46  </MP.06.lightright>
47
48  <MP.07.lightleft>
49    <Description>light on the left</Description>
50    <OrxClass>Blink</OrxClass>
51    <Details>
52      <name>RedLight3</name>
53      <color>255, 0, 0</color>
54      <size>0.25</size>
55      <sequence>00000000999999998642000000000000</sequence>
56      <period>2</period>
57    </Details>
58  </MP.07.lightleft>
59</MountPoints>
60
61</ObjectInformationFile>
Note: See TracBrowser for help on using the repository browser.