Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/models/spaceships/human_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.8 KB
Line 
1<ObjectInformationFile>
2
3<MountPoints>
4
5  <MP.00.heavyweaponA>
6    <Description>Heavy Weapon Slot</Description>
7    <OrxClass>heavyenergyweapon</OrxClass>
8  </MP.00.heavyweaponA>
9
10  <MP.01.heavyweaponB>
11    <Description>Heavy Weapon Slot</Description>
12    <OrxClass>heavyenergyweapon</OrxClass>
13  </MP.01.heavyweaponB>
14
15  <MP.02.lightweaponA>
16    <Description>Light Weapon Slot</Description>
17    <OrxClass>lightenergyweapon</OrxClass>
18  </MP.02.lightweaponA>
19
20  <MP.03.lightweaponB>
21    <Description>Light Weapon Slot</Description>
22    <OrxClass>lightenergyweapon</OrxClass>
23  </MP.03.lightweaponB>
24
25  <MP.04.light1>
26    <Description>light</Description>
27    <OrxClass>Blink</OrxClass>
28    <Details>
29      <name>BlueLight7</name>
30      <color>0, 0, 255</color>
31      <size>0.5</size>
32    </Details>
33  </MP.04.light1>
34
35  <MP.05.light2>
36    <Description>light</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.05.light2>
44
45  <MP.06.light3>
46    <Description>light</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.06.light3>
54
55  <MP.07.light4>
56    <Description>light</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.07.light4>
64
65  <MP.08.lightfront>
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.08.lightfront>
74
75</MountPoints>
76
77</ObjectInformationFile>
Note: See TracBrowser for help on using the repository browser.