Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/models/spaceships/human_spaceship_fighter_vert.oif @ 4725

Last change on this file since 4725 was 4725, checked in by stefalie, 17 years ago
File size: 3.8 KB
Line 
1<ObjectInformationFile>
2
3<MountPoints>
4
5  <MP.00.heavyweaponA>
6    <Description>Heavy Weapon Slot</Description>
7    <OrxClass>WeaponSlot</OrxClass>
8    <Details>
9      <name>weapon1</name>
10      <slot>0,0</slot>
11    </Details>
12  </MP.00.heavyweaponA>
13
14  <MP.01.heavyweaponB>
15    <Description>Heavy Weapon Slot</Description>
16    <OrxClass>WeaponSlot</OrxClass>
17    <Details>
18      <name>weapon2</name>
19      <slot>1,1</slot>
20    </Details>
21  </MP.01.heavyweaponB>
22
23  <MP.02.lightweaponA>
24    <Description>Light Weapon Slot</Description>
25    <OrxClass>WeaponSlot</OrxClass>
26    <Details>
27      <name>weapon3</name>
28      <slot>2,0</slot>
29    </Details>
30  </MP.02.lightweaponA>
31
32  <MP.03.lightweaponB>
33    <Description>Light Weapon Slot</Description>
34    <OrxClass>WeaponSlot</OrxClass>
35    <Details>
36      <name>weapon4</name>
37      <slot>3,1</slot>
38    </Details>
39  </MP.03.lightweaponB>
40
41  <MP.04.light1>
42    <Description>light</Description>
43    <OrxClass>Blink</OrxClass>
44    <Details>
45      <name>BlueLight7</name>
46      <color>0, 150, 180</color>
47      <size>1</size>
48      <period>0.25</period>
49    </Details>
50  </MP.04.light1>
51
52  <MP.05.light2>
53    <Description>light</Description>
54    <OrxClass>Blink</OrxClass>
55    <Details>
56      <name>BlueLight7</name>
57      <color>0, 150, 180</color>
58      <size>1</size>
59      <period>0.25</period>
60    </Details>
61  </MP.05.light2>
62
63  <MP.06.light3>
64    <Description>light</Description>
65    <OrxClass>Blink</OrxClass>
66    <Details>
67      <name>BlueLight7</name>
68      <color>0, 150, 180</color>
69      <size>1</size>
70    </Details>
71  </MP.06.light3>
72
73  <MP.07.light4>
74    <Description>light</Description>
75    <OrxClass>Blink</OrxClass>
76    <Details>
77      <name>BlueLight7</name>
78      <color>0, 150, 180</color>
79      <size>1</size>
80    </Details>
81  </MP.07.light4>
82
83  <MP.08.lightfront>
84    <Description>light front</Description>
85    <OrxClass>Blink</OrxClass>
86    <Details>
87      <name>BlueLight7</name>
88      <color>0, 150, 180</color>
89      <size>1</size>
90    </Details>
91  </MP.08.lightfront>
92
93  <MP.09.engine1>
94    <Description>fire outta engine 01</Description>
95    <OrxClass>SpriteParticles</OrxClass>
96    <Details>
97      <name>engine01</name>
98      <type>sprite</type>
99      <texture>steam01.png</texture>
100      <max-count>400</max-count>
101      <life-span>0.05, 0.025</life-span>
102      <radius>0.0, 1.5, 1.5</radius>
103      <radius>0.2, 1, 1</radius>
104      <radius>1.0, 0.5, 0.5</radius>
105      <mass>1.0, 0.5, .3</mass>
106      <color>0, 0, 0.6,  0.75,.7</color>
107      <color>.5, 0, 0.6,  0.75, 1</color>
108      <color>1, 0, 0.6,  0.75, 1</color>
109      <precache>5</precache>
110      <emitters>
111        <DotEmitter>
112          <name>Engine Emitter</name>
113          <spread>0, 0.1</spread>
114          <emission-velocity>-5,1</emission-velocity>
115          <rate>200</rate>
116        </DotEmitter>
117      </emitters>
118    </Details>
119  </MP.09.engine1>
120  <MP.10.engine2>
121    <Description>fire outta engine 02</Description>
122    <OrxClass>SpriteParticles</OrxClass>
123    <Details>
124      <name>engine02</name>
125     <type>sprite</type>
126      <texture>steam01.png</texture>
127      <max-count>400</max-count>
128      <life-span>0.05, 0.025</life-span>
129      <radius>0.0, 1.5, 1.5</radius>
130      <radius>0.2, 1, 1</radius>
131      <radius>1.0, 0.5, 0.5</radius>
132      <mass>1.0, 0.5, .3</mass>
133      <color>0, 0, 0.6,  0.75,.7</color>
134      <color>.5, 0, 0.6,  0.75, 1</color>
135      <color>1, 0, 0.6,  0.75, 1</color>
136      <precache>5</precache>
137      <emitters>
138        <DotEmitter>
139          <name>Engine Emitter</name>
140          <spread>0, 0.1</spread>
141          <emission-velocity>-5,1</emission-velocity>
142          <rate>200</rate>
143        </DotEmitter>
144      </emitters>
145    </Details>
146  </MP.10.engine2>
147
148</MountPoints>
149
150</ObjectInformationFile>
Note: See TracBrowser for help on using the repository browser.