Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/models/spaceships/human_spaceship_fighter.oif @ 4703

Last change on this file since 4703 was 4703, checked in by stefalie, 17 years ago

human figher oif

File size: 3.5 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, 150, 180</color>
31      <size>0.2</size>
32      <period>0.25</period>
33    </Details>
34  </MP.04.light1>
35
36  <MP.05.light2>
37    <Description>light</Description>
38    <OrxClass>Blink</OrxClass>
39    <Details>
40      <name>BlueLight7</name>
41      <color>0, 150, 180</color>
42      <size>0.2</size>
43      <period>0.25</period>
44    </Details>
45  </MP.05.light2>
46
47  <MP.06.light3>
48    <Description>light</Description>
49    <OrxClass>Blink</OrxClass>
50    <Details>
51      <name>BlueLight7</name>
52      <color>0, 150, 180</color>
53      <size>0.2</size>
54    </Details>
55  </MP.06.light3>
56
57  <MP.07.light4>
58    <Description>light</Description>
59    <OrxClass>Blink</OrxClass>
60    <Details>
61      <name>BlueLight7</name>
62      <color>0, 150, 180</color>
63      <size>0.2</size>
64    </Details>
65  </MP.07.light4>
66
67  <MP.08.lightfront>
68    <Description>light front</Description>
69    <OrxClass>Blink</OrxClass>
70    <Details>
71      <name>BlueLight7</name>
72      <color>0, 150, 180</color>
73      <size>0.2</size>
74    </Details>
75  </MP.08.lightfront>
76
77  <MP.09.engine1>
78    <Description>fire outta engine 01</Description>
79    <OrxClass>SpriteParticles</OrxClass>
80    <Details>
81      <name>engine01</name>
82      <type>sprite</type>
83      <texture>steam01.png</texture>
84      <max-count>150</max-count>
85      <life-span>0.25, 0.125</life-span>
86      <radius>0.0, .75, .75</radius>
87      <radius>0.2, 0.5, 0.5</radius>
88      <radius>1.0, 0.2, 0.2</radius>
89      <mass>1.0, 0.5, .3</mass>
90      <color>0,0, 0.6, 0.75,.7</color>
91      <color>.5, 0, 0.6,  0.75, .8</color>
92      <color>1, 1, 1, 1, .0.5</color>
93      <precache>5</precache>
94      <emitters>
95        <DotEmitter>
96          <name>Engine Emitter</name>
97          <spread>0, 0.1</spread>
98          <emission-velocity>-5,1</emission-velocity>
99          <rate>70</rate>
100        </DotEmitter>
101      </emitters>
102    </Details>
103  </MP.09.engine1>
104  <MP.10.engine2>
105    <Description>fire outta engine 02</Description>
106    <OrxClass>SpriteParticles</OrxClass>
107    <Details>
108      <name>engine02</name>
109      <type>sprite</type>
110      <texture>steam01.png</texture>
111      <max-count>150</max-count>
112      <life-span>0.25, 0.125</life-span>
113      <radius>0.0, .75, .75</radius>
114      <radius>0.2, 0.5, 0.5</radius>
115      <radius>1.0, 0.2, 0.2</radius>
116      <mass>1.0, 0.5, .3</mass>
117      <color>0,0, 0.6, 0.75,.7</color>
118      <color>.5, 0, 0.6,  0.75, .8</color>
119      <color>1, 1, 1, 1, .0.5</color>
120      <precache>5</precache>
121      <emitters>
122        <DotEmitter>
123          <name>Engine Emitter</name>
124          <spread>0, 0.1</spread>
125          <emission-velocity>-5,1</emission-velocity>
126          <rate>70</rate>
127        </DotEmitter>
128      </emitters>
129    </Details>
130  </MP.10.engine2>
131
132</MountPoints>
133
134</ObjectInformationFile>
Note: See TracBrowser for help on using the repository browser.