Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/levels/weaponsettings1.oxw @ 5458

Last change on this file since 5458 was 5458, checked in by landauf, 15 years ago

Added DefaultWeaponmodeLink to the weaponsettings. This doesn't affect the other branches because it's in a separate XML-subsection.

File size: 1.4 KB
Line 
1    <weaponslots>
2      <WeaponSlot position="-15,-1.5,-25" yaw=0 pitch=0 roll=0 />
3      <WeaponSlot position="15,-1.5,-25" yaw=0 pitch=0 roll=0 />
4      <WeaponSlot position="0,0,-45" yaw=0 pitch=0 roll=0 />
5    </weaponslots>
6    <weaponsets>
7      <WeaponSet firemode=0 />
8      <WeaponSet firemode=1 />
9    </weaponsets>
10    <weapons>
11      <WeaponPack firemode=0>
12        <links>
13          <DefaultWeaponmodeLink firemode=0 weaponmode=0 />
14          <DefaultWeaponmodeLink firemode=1 weaponmode=0 />
15        </links>
16        <LaserGun
17            position="0,0,0"
18            munitionType="LaserGunMunition"
19            bulletLoadingTime="0.2"
20            magazineLoadingTime="5.0"
21            speed="1250"
22            unlimitedMunition=true
23        />
24        <LaserGun
25            position="0,0,0"
26            munitionType="LaserGunMunition"
27            bulletLoadingTime="0.2"
28            magazineLoadingTime="5.0"
29            speed="1250"
30            unlimitedMunition=true
31        />
32      </WeaponPack>
33      <WeaponPack firemode=1>
34        <links>
35          <DefaultWeaponmodeLink firemode=1 weaponmode=0 />
36        </links>
37        <LaserGun
38            position="0,0,0"
39            munitionType="LaserGunMunition"
40            bulletLoadingTime="0.3"
41            magazineLoadingTime="3"
42            speed="600"
43            unlimitedMunition=true
44        />
45      </WeaponPack>
46    </weapons>
Note: See TracBrowser for help on using the repository browser.