Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationHS15/data/levels/includes/weaponSettingsAssff2.oxi @ 10961

Last change on this file since 10961 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: 2.5 KB
Line 
1    <weaponslots>
2      <WeaponSlot position="-15.0,-1.5,0" />
3      <WeaponSlot position=" 15.0,-1.5,0" />
4      <WeaponSlot position="    0,   0,0" />
5    </weaponslots>
6    <weaponsets>
7      <WeaponSet firemode=0 />
8      <WeaponSet firemode=1 />
9      <WeaponSet firemode=2 />
10      <WeaponSet firemode=3 />
11    </weaponsets>
12    <weaponpacks>
13      <WeaponPack>
14        <links>
15          <DefaultWeaponmodeLink firemode=0 weaponmode=0 />
16          <DefaultWeaponmodeLink firemode=1 weaponmode=1 />
17          <DefaultWeaponmodeLink firemode=2 weaponmode=2 />
18          <DefaultWeaponmodeLink firemode=3 weaponmode=3 />
19        </links>
20        <Weapon>
21          <attached>
22            <Model mesh="stunweapon.mesh" pitch="180" roll="0" yaw="0" position="-1.9,-.5,1" scale=".5" />
23            <BlinkingBillboard position="-1.9, -.5, -5.5" material="PE/lensflare" colour="0.128, 0.28, 1" amplitude=0.25 frequency=16 quadratic=0 />
24          </attached>
25          <HsW01 mode=0 munitionpershot=1 delay=0.125 healthamage=3.14159 material="Flares/point_lensflare" muzzleoffset="-1.6,1.3,-2.0" />
26          <HsW01 mode=0 munitionpershot=1 delay=0 healthdamage=3.14159 material="Flares/point_lensflare" muzzleoffset="-1.6,1.3,-2.0" />
27          <LightningGun mode=1 munitionpershot=1 muzzleoffset="0,0,0" shielddamage=23 />
28        </Weapon>
29        <Weapon>
30          <attached>
31            <Model mesh="stunweapon.mesh" pitch="180" roll="0" yaw="0" position="1.9,-.5,1" scale=".5"/>
32            <BlinkingBillboard position="1.9, -.5, -5.5" material="PE/lensflare" colour="0.128, 0.28, 1" amplitude=0.25 frequency=16 quadratic=0 />
33          </attached>
34          <HsW01 mode=0 munitionpershot=1 delay=0 healthdamage=3.14159 material="Flares/point_lensflare" muzzleoffset=" 1.6,1.3,-2.0" />
35          <HsW01 mode=0 munitionpershot=1 delay=0.125 healthdamage=3.14159 material="Flares/point_lensflare" muzzleoffset="-0.1,1.6,-2.0" />
36          <LightningGun mode=1 munitionpershot=1 muzzleoffset="0,0,0" shielddamage=23 />
37        </Weapon>
38        <Weapon>
39          <SimpleRocketFire mode=2 muzzleoffset="0,0,0" damage=50 />
40          <RocketFire mode=3 muzzleoffset="0,0,0" damage=100 fuel=10 />
41        </Weapon>
42      </WeaponPack>
43    </weaponpacks>
44    <munition>
45      <LaserMunition initialmagazines=8 maxmagazines=8 munitionpermagazine=10 replenishamount=1 replenishinterval=7.5/>
46      <LightningMunition initialmagazines=4 maxmagazines=4 munitionpermagazine=8 />
47      <RocketMunition initialmagazines=5 maxmagazines=5 munitionpermagazine=1 />
48    </munition>
Note: See TracBrowser for help on using the repository browser.