Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/models/spaceships/pirates_spaceship_fighter.oif @ 4721

Last change on this file since 4721 was 4721, checked in by stefalie, 17 years ago
File size: 3.3 KB
Line 
1<ObjectInformationFile>
2
3<MountPoints>
4  <MP.00.laserMitte1>
5    <Description>Laser</Description>
6    <OrxClass>WeaponSlot</OrxClass>
7    <Details>
8      <name>weapon1</name>
9      <slot>0,0</slot>
10    </Details>
11  </MP.00.laserMitte1>
12
13  <MP.01.laserMitte2>
14    <Description>Laser</Description>
15    <OrxClass>WeaponSlot</OrxClass>
16    <Details>
17      <name>weapon2</name>
18      <slot>1,1</slot>
19    </Details>
20  </MP.01.laserMitte2>
21
22  <MP.02.WaffeRechts>
23    <Description>Canon rechts</Description>
24    <OrxClass>WeaponSlot</OrxClass>
25    <Details>
26      <name>weapon3</name>
27      <slot>2,1</slot>
28    </Details>
29  </MP.02.WaffeRechts>
30
31  <MP.03.WaffeLinks>
32    <Description>Canon links</Description>
33    <OrxClass>WeaponSlot</OrxClass>
34    <Details>
35      <name>weapon4</name>
36      <slot>3,0</slot>
37    </Details>
38  </MP.03.WaffeLinks>
39
40  <MP.04.MotorRechts>
41    <Description>Motor rechts</Description>
42    <OrxClass>SpriteParticles</OrxClass>
43    <Details>
44      <name>engine rechts</name>
45      <type>sprite</type>
46      <texture>steam01.png</texture>
47      <max-count>150</max-count>
48      <life-span>0.25, 0.125</life-span>
49      <radius>0.0, 0.5, 0.5</radius>
50      <radius>0.2, 0.5, 0.5</radius>
51      <radius>1.0, 0.2, 0.2</radius>
52      <mass>1.0, 0.5, .3</mass>
53      <color>0,1, 0.5, 0,.7</color>
54      <color>.5, 1, 0,  0, .8</color>
55      <color>1, 1, .5, .0, .0.5</color>
56      <precache>5</precache>
57      <emitters>
58        <DotEmitter>
59          <name>EngineEmitter</name>
60          <spread>0, 0.1</spread>
61          <emission-velocity>-5,1</emission-velocity>
62          <rate>70</rate>
63        </DotEmitter>
64      </emitters>
65    </Details>
66  </MP.04.MotorRechts>
67
68  <MP.05.MotorLinks>
69    <Description>Motor links</Description>
70    <OrxClass>SpriteParticles</OrxClass>
71    <Details>
72      <name>engine links</name>
73      <type>sprite</type>
74      <texture>steam01.png</texture>
75      <max-count>150</max-count>
76      <life-span>0.25, 0.125</life-span>
77      <radius>0.0, 0.5, 0.5</radius>
78      <radius>0.2, 0.5, 0.5</radius>
79      <radius>1.0, 0.2, 0.2</radius>
80      <mass>1.0, 0.5, .3</mass>
81      <color>0,1, 0.5, 0,.7</color>
82      <color>.5, 1, 0,  0, .8</color>
83      <color>1, 1, .5, .0, .0.5</color>
84      <precache>5</precache>
85      <emitters>
86        <DotEmitter>
87          <name>EngineEmitter</name>
88          <spread>0, 0.1</spread>
89          <emission-velocity>-5,1</emission-velocity>
90          <rate>70</rate>
91        </DotEmitter>
92      </emitters>
93    </Details>
94  </MP.05.MotorLinks>
95
96  <MP.06.light1>
97    <Description>light top</Description>
98    <OrxClass>Blink</OrxClass>
99    <Details>
100      <name>orange light</name>
101      <color>200, 50, 0</color>
102      <size>0.25</size>
103      <sequence>7346534774457765374543677</sequence>
104    </Details>
105  </MP.06.light1>
106
107  <MP.07.light2>
108    <Description>light</Description>
109    <OrxClass>Blink</OrxClass>
110    <Details>
111      <name>orange light</name>
112      <color>200, 50, 0</color>
113      <size>0.25</size>
114      <sequence>3677744577734653476537454</sequence>
115    </Details>
116  </MP.07.light2>
117
118  <MP.08.light3>
119    <Description>light</Description>
120    <OrxClass>Blink</OrxClass>
121    <Details>
122      <name>orange light</name>
123      <color>200, 50, 0</color>
124      <size>0.25</size>
125      <sequence>3677347645474457537734657</sequence>
126    </Details>
127  </MP.08.light3>
128
129</MountPoints>
130
131</ObjectInformationFile>
Note: See TracBrowser for help on using the repository browser.