Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/models/spaceships/noxon_spaceship_bomber.oif @ 4733

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

bomb.oif

File size: 904 bytes
Line 
1<ObjectInformationFile>
2
3<MountPoints>
4
5  <MP.09.engine>
6    <Description>engine slot</Description>
7    <OrxClass>SpriteParticles</OrxClass>
8    <Details>
9      <name>engine</name>
10      <type>sprite</type>
11      <texture>steam01.png</texture>
12      <max-count>150</max-count>
13      <life-span>0.6, 0.3</life-span>
14      <radius>0.0, 0.5, 0.5</radius>
15      <radius>0.2, 1.2, 1.2</radius>
16      <radius>1.0, 0.2, 0.2</radius>
17      <mass>1.0, 0.5, .3</mass>
18      <color>0,0, 1, 0, .8</color>
19      <color>.5, 0, 1,  0, .6</color>
20      <color>1, 0, 1, .0, .0.5</color>
21      <precache>5</precache>
22      <emitters>
23        <DotEmitter>
24          <name>Engine Emitter</name>
25          <spread>0, 0.1</spread>
26          <emission-velocity>-5,1</emission-velocity>
27          <rate>70</rate>
28        </DotEmitter>
29      </emitters>
30    </Details>
31  </MP.03.engine>
32
33</MountPoints>
34
35</ObjectInformationFile>
Note: See TracBrowser for help on using the repository browser.