Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationHS15/data/levels/includes/weaponSettingsHover.oxi @ 10963

Last change on this file since 10963 was 10961, checked in by maxima, 8 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.

File size: 967 bytes
Line 
1<weaponslots>
2  <WeaponSlot position="-3,2,-3" />
3  <WeaponSlot position=" 3,2,-3" />
4</weaponslots>
5<weaponsets>
6  <WeaponSet firemode=0 />
7  <WeaponSet firemode=1 />
8</weaponsets>
9<weaponpacks>
10  <WeaponPack>
11    <links>
12      <DefaultWeaponmodeLink firemode=0 weaponmode=0 />
13      <DefaultWeaponmodeLink firemode=1 weaponmode=1 />
14    </links>
15    <Weapon>
16      <IceGun mode=0 munitionpershot=0 delay=0.125 damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 0.1, 1.6,-2" projectileMesh="LaserBeam2.mesh" />
17    </Weapon>
18    <Weapon>
19      <IceGun mode=0 munitionpershot=0 delay=0     damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 1.6, 1.3, -2.0" projectileMesh="LaserBeam2.mesh" />
20    </Weapon>
21  </WeaponPack>
22  <WeaponPack>
23    <links>
24      <DefaultWeaponmodeLink firemode=1 weaponmode=0 />
25    </links>
26  </WeaponPack>
27</weaponpacks> 
28<munition>
29  <IceMunition initialmagazines=1 maxmagazines=1 munitionpermagazine=10/>
30</munition>
Note: See TracBrowser for help on using the repository browser.