Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 10963 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.1 KB
Line 
1    <weaponslots>
2      <WeaponSlot position="0,0,0" />
3    </weaponslots>
4    <weaponsets>
5      <WeaponSet firemode=0 />
6    </weaponsets>
7    <weaponpacks>
8      <WeaponPack>
9        <links>
10          <DefaultWeaponmodeLink firemode=0 weaponmode=0 />
11        </links>
12        <Weapon>
13          <!-- <attached>
14            <Model mesh="sphere.mesh" position="1.7,1.7,-24.5" scale=0.6 />
15          </attached> -->
16          <HsW01 mode=0 munitionpershot=0 delay=0 damage=1 material="Flares/point_lensflare" muzzleoffset="1.7, 1.7,-30" />
17          <HsW01 mode=0 munitionpershot=0 delay=0 damage=1 material="Flares/point_lensflare" muzzleoffset="1.7, -1.7,-30" />
18          <HsW01 mode=0 munitionpershot=0 delay=0 damage=1 material="Flares/point_lensflare" muzzleoffset="-1.7, 1.7,-30" />
19          <HsW01 mode=0 munitionpershot=0 delay=0 damage=1 material="Flares/point_lensflare" muzzleoffset="-1.7, -1.7,-30" />
20        </Weapon>
21      </WeaponPack>
22    </weaponpacks>
23    <munition>
24      <LaserMunition initialmagazines=8 maxmagazines=8 munitionpermagazine=10 replenishamount=1 replenishinterval=7.5/>
25    </munition>
Note: See TracBrowser for help on using the repository browser.