Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationHS15/data/levels/includes/weaponSettingsFPS_HS14.oxi @ 11047

Last change on this file since 11047 was 10961, checked in by maxima, 10 years ago

Merged presentation and fabiens branch. Had to modify hoverHUD and invaderHUD, because the text of the healthbar wasn't correctly displayed and the weapon settings of the hovership.

  • Property svn:eol-style set to native
File size: 1.9 KB
Line 
1    <weaponslots>
2      <WeaponSlot position="0,0,0" yaw=0 pitch=0 roll=0 />
3<!--
4      <WeaponSlot position="-0.5,0.8,2.5" yaw=0 pitch=0 roll=0 />
5      <WeaponSlot position="15,-1.5,-25" yaw=0 pitch=0 roll=0 />
6      <WeaponSlot position="0,0,-45" yaw=0 pitch=0 roll=0 />
7-->
8    </weaponslots>
9    <weaponsets>
10      <WeaponSet firemode=0 />
11      <WeaponSet firemode=1 />
12    </weaponsets>
13    <weaponpacks>
14      <WeaponPack firemode=0>
15        <links>
16          <DefaultWeaponmodeLink firemode=0 weaponmode=0 />
17          <DefaultWeaponmodeLink firemode=1 weaponmode=1 />
18          <DefaultWeaponmodeLink firemode=2 weaponmode=2 />
19        </links>
20        <Weapon>
21          <HsW01 mode=0 munitionpershot=0 delay=0.0 damage=2.5 material="Flares/point_lensflare" muzzleoffset=" 0.7, -0.3, -3" />
22          <LightningGun mode=1 muzzleoffset="0,0,0" damage=3.14159 shielddamage=20/>
23        </Weapon>
24        <LaserGun
25            position="0,0,0"
26            munitionType="LaserGunMunition"
27            bulletLoadingTime="0.2"
28            magazineLoadingTime="5.0"
29            speed="1000"
30            unlimitedMunition=true
31        />
32        <!--LaserGun
33            position="0,0,0"
34            munitionType="LaserGunMunition"
35            bulletLoadingTime="0.2"
36            magazineLoadingTime="5.0"
37            speed="1250"
38            unlimitedMunition=true
39        />
40      </WeaponPack>
41      <WeaponPack firemode=1>
42        <Fusion
43            position="0,0,0"
44            munitionType="FusionMunition"
45            bulletLoadingTime="0.3"
46            magazineLoadingTime="3"
47            speed="600"
48            unlimitedMunition=true
49        /-->
50      </WeaponPack>
51    </weaponpacks>
52    <munition>
53      <LaserMunition initialmagazines=8 maxmagazines=8 munitionpermagazine=5 replenishamount=1 replenishinterval=7.5/>
54      <LightningMunition initialmagazines=2 maxmagazines=2 munitionpermagazine=8 />
55    </munition>     
Note: See TracBrowser for help on using the repository browser.