Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/models/spaceships/human_spaceship_bomber.oif @ 4681

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

blinky update

File size: 1.9 KB
Line 
1<ObjectInformationFile>
2
3<MountPoints>
4
5        <MP.00.TopLeft>
6                <Description>Slot1</Description>
7                <OrxClass>HeavyEnergieWeapon</OrxClass>
8        </MP.00.TopLeft>
9
10        <MP.01.TopRight>
11                <Description>Slot2</Description>
12                <OrxClass>HeavyEnergieWeapon</OrxClass>
13        </MP.01.TopRight>
14
15        <MP.02.TopMLeft>
16                <Description>Slot3</Description>
17                <OrxClass>LowEnergieWeapon</OrxClass>
18        </MP.02.TopMLeft>
19
20        <MP.03.TopMRight>
21                <Description>Slot4</Description>
22                <OrxClass>LowEnergieWeapon</OrxClass>
23        </MP.03.TopMRight>
24
25        <MP.04.Left>
26                <Description>Slot5</Description>
27                <OrxClass>HeavyEnergieWeapon</OrxClass>
28        </MP.04.Left>
29
30        <MP.05.Right>
31                <Description>Slot6</Description>
32                <OrxClass>HeavyEnergieWeapon</OrxClass>
33        </MP.05.Right>
34
35  <MP.06.light1>
36    <Description>light front</Description>
37    <OrxClass>Blink</OrxClass>
38    <Details>
39      <name>BlueLight7</name>
40      <color>0, 0, 255</color>
41      <size>0.5</size>
42    </Details>
43  </MP.06.light1>
44
45  <MP.07.light2>
46    <Description>light front</Description>
47    <OrxClass>Blink</OrxClass>
48    <Details>
49      <name>BlueLight7</name>
50      <color>0, 0, 255</color>
51      <size>0.5</size>
52    </Details>
53  </MP.07.light2>
54
55  <MP.08.light3>
56    <Description>light front</Description>
57    <OrxClass>Blink</OrxClass>
58    <Details>
59      <name>BlueLight7</name>
60      <color>0, 0, 255</color>
61      <size>0.5</size>
62    </Details>
63  </MP.08.light3>
64
65  <MP.09.light4>
66    <Description>light front</Description>
67    <OrxClass>Blink</OrxClass>
68    <Details>
69      <name>BlueLight7</name>
70      <color>0, 0, 255</color>
71      <size>0.5</size>
72    </Details>
73  </MP.09.light4>
74
75  <MP.10.lightback>
76    <Description>light back</Description>
77    <OrxClass>Blink</OrxClass>
78    <Details>
79      <name>BlueLight7</name>
80      <color>0, 0, 255</color>
81      <size>0.5</size>
82    </Details>
83  </MP.10.lightback>
84
85</MountPoints>
86
87</ObjectInformationFile>
Note: See TracBrowser for help on using the repository browser.