Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/models/spaceships/noxon_spaceship_scout.oif @ 4729

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

update

File size: 2.6 KB
Line 
1<ObjectInformationFile>
2
3<MountPoints>
4  <MP.00.weapon>
5    <Description>Weapon up</Description>
6    <OrxClass>DamnBigGun</OrxClass>
7    <Details>
8      <name>Front Gun</name>
9      <model>some model path</model>
10    </Details>
11  </MP.00.weapon>
12
13  <MP.01.weapon>
14    <Description>Weapon left</Description>
15    <OrxClass>DamnBigGun</OrxClass>
16  </MP.01.weapon>
17
18  <MP.02.weapon>
19    <Description>Weapon right</Description>
20    <OrxClass>DamnBigGun</OrxClass>
21  </MP.02.weapon>
22
23  <MP.03.engine>
24    <Description>engine slot</Description>
25    <OrxClass>SpriteParticles</OrxClass>
26    <Details>
27      <name>engine</name>
28      <type>sprite</type>
29      <texture>steam01.png</texture>
30      <max-count>150</max-count>
31      <life-span>0.6, 0.3</life-span>
32      <radius>0.0, 0.5, 0.5</radius>
33      <radius>0.2, 1.2, 1.2</radius>
34      <radius>1.0, 0.2, 0.2</radius>
35      <mass>1.0, 0.5, .3</mass>
36      <color>0,0, 1, 0, .8</color>
37      <color>.5, 0, 1,  0, .6</color>
38      <color>1, 0, 1, .0, .0.5</color>
39      <precache>5</precache>
40      <emitters>
41        <DotEmitter>
42          <name>Engine Emitter</name>
43          <spread>0, 0.1</spread>
44          <emission-velocity>-5,1</emission-velocity>
45          <rate>70</rate>
46        </DotEmitter>
47      </emitters>
48    </Details>
49  </MP.03.engine>
50
51  <MP.04.lightback1>
52    <Description>light on the back</Description>
53    <OrxClass>Blink</OrxClass>
54    <Details>
55      <name>RedLight3</name>
56      <color>255, 0, 0</color>
57      <size>0.25</size>
58      <sequence>00000000999999998642000000000000</sequence>
59      <period>2</period>
60    </Details>
61  </MP.04.lightback1>
62
63  <MP.05.lightback2>
64    <Description>light on the back</Description>
65    <OrxClass>Blink</OrxClass>
66    <Details>
67      <name>RedLight3</name>
68      <color>255, 0, 0</color>
69      <size>0.25</size>
70      <sequence>00000000999999998642000000000000</sequence>
71      <period>2</period>
72    </Details>
73  </MP.05.lightback2>
74
75  <MP.06.lightback3>
76    <Description>light on the back</Description>
77    <OrxClass>Blink</OrxClass>
78    <Details>
79      <name>RedLight3</name>
80      <color>255, 0, 0</color>
81      <size>0.25</size>
82      <sequence>00000000999999998642000000000000</sequence>
83      <period>2</period>
84    </Details>
85  </MP.06.lightback3>
86
87  <MP.07.lightback4>
88    <Description>light on the back</Description>
89    <OrxClass>Blink</OrxClass>
90    <Details>
91      <name>RedLight3</name>
92      <color>255, 0, 0</color>
93      <size>0.25</size>
94      <sequence>00000000999999998642000000000000</sequence>
95      <period>2</period>
96    </Details>
97  </MP.07.lightback4>
98
99</MountPoints>
100
101</ObjectInformationFile>
Note: See TracBrowser for help on using the repository browser.