Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/OrxoBlox_FS19/data/levels/includes/OrxoBloxWeapon.oxi @ 12368

Last change on this file since 12368 was 12368, checked in by pomselj, 5 years ago

We can shoot

File size: 1.1 KB
RevLine 
[12315]1    <weaponslots>
2      <WeaponSlot position="-9.2,2,-13" />
3      <WeaponSlot position=" 9.2,2,-13" />
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>
[12368]16          <BallGun mode=0 munitionpershot=0 delay=0.125 damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 0.1, 1.6,-2" projectileMesh="laserbeam.mesh" />
[12315]17        </Weapon>
18        <Weapon>
[12368]19          <BallGun mode=0 munitionpershot=0 delay=0     damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 1.6, 1.3, -2.0" projectileMesh="laserbeam.mesh" />
[12315]20        </Weapon>
21      </WeaponPack>
22      <WeaponPack>
23        <links>
24          <DefaultWeaponmodeLink firemode=1 weaponmode=0 />
25        </links>
26      </WeaponPack>
27    </weaponpacks>
28    <munition>
[12368]29      <BallMunition initialmagazines=8 maxmagazines=8 munitionpermagazine=10 replenishamount=1 replenishinterval=0.5/>
[12315]30    </munition>
Note: See TracBrowser for help on using the repository browser.