Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 4686 was 4686, checked in by stefalie, 17 years ago
File size: 2.1 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>255, 128, 0</color>
41      <size>0.3</size>
42      <sequence>555666555444333444</sequence>
43    </Details>
44  </MP.06.light1>
45
46  <MP.07.light2>
47    <Description>light front</Description>
48    <OrxClass>Blink</OrxClass>
49    <Details>
50      <name>BlueLight7</name>
51      <color>255, 128, 0</color>
52      <size>0.3</size>
53      <sequence>444555666555444333</sequence>
54    </Details>
55  </MP.07.light2>
56
57  <MP.08.light3>
58    <Description>light front</Description>
59    <OrxClass>Blink</OrxClass>
60    <Details>
61      <name>BlueLight7</name>
62      <color>255, 128, 0</color>
63      <size>0.3</size>
64      <sequence>333444555666555444</sequence>
65    </Details>
66  </MP.08.light3>
67
68  <MP.09.light4>
69    <Description>light front</Description>
70    <OrxClass>Blink</OrxClass>
71    <Details>
72      <name>BlueLight7</name>
73      <color>255, 128, 0</color>
74      <size>0.3</size>
75      <sequence>444333444555666555</sequence>
76    </Details>
77  </MP.09.light4>
78
79  <MP.10.lightback>
80    <Description>light back</Description>
81    <OrxClass>Blink</OrxClass>
82    <Details>
83      <name>BlueLight7</name>
84      <color>255, 128, 0</color>
85      <size>0.3</size>
86      <sequence>555444333444555666</sequence>
87    </Details>
88  </MP.10.lightback>
89
90</MountPoints>
91
92</ObjectInformationFile>
Note: See TracBrowser for help on using the repository browser.