Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

update

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</MountPoints>
24
25  <MP.05.lightback>
26    <Description>light on the back</Description>
27    <OrxClass>Blink</OrxClass>
28    <Details>
29      <name>RedLight3</name>
30      <color>255, 0, 0</color>
31      <size>0.25</size>
32      <sequence>00000000999999998642000000000000</sequence>
33      <period>2</period>
34    </Details>
35  </MP.05.lightback>
36
37  <MP.06.lightright
38    <Description>light on the right</Description>
39    <OrxClass>Blink</OrxClass>
40    <Details>
41      <name>RedLight3</name>
42      <color>255, 0, 0</color>
43      <size>0.25</size>
44      <sequence>00000000999999998642000000000000</sequence>
45      <period>2</period>
46    </Details>
47  </MP.06.lightright>
48
49  <MP.07.lightleft>
50    <Description>light on the left</Description>
51    <OrxClass>Blink</OrxClass>
52    <Details>
53      <name>RedLight3</name>
54      <color>255, 0, 0</color>
55      <size>0.25</size>
56      <sequence>00000000999999998642000000000000</sequence>
57      <period>2</period>
58    </Details>
59  </MP.07.lightleft>
60
61</ObjectInformationFile>
Note: See TracBrowser for help on using the repository browser.