Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/data/levels/includes/MFalconWeapon.oxi @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 1.1 KB
Line 
1    <weaponslots>
2      <WeaponSlot position="9.5,0,0" />
3      <WeaponSlot position=" 9.5,0,0" />
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          <HsW01 mode=0 munitionpershot=1 delay=0.125 damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 0.1, 1.6,-2" projectileMesh="LaserBeam2.mesh" />
17        </Weapon>
18        <Weapon>
19          <HsW01 mode=0 munitionpershot=1 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      <LaserMunition initialmagazines=8 maxmagazines=8 munitionpermagazine=10 replenishamount=1 replenishinterval=7.5/>
30    </munition>
Note: See TracBrowser for help on using the repository browser.