Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/sagerjFS16/data/levels/includes/weaponSettingsEscortDischarger.oxi @ 11205

Last change on this file since 11205 was 11205, checked in by sagerj, 8 years ago

zusammengemerged mit florin project

File size: 1.2 KB
Line 
1    <weaponslots>
2      <WeaponSlot position="-10,0,0" />
3      <WeaponSlot position=" 10,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          <Discharger
17            mode=0
18            munitionpershot=1
19            delay=0
20            damage=0.8
21            material="Flares/point_lensflare"
22            projectileMesh="LaserBeam2.mesh"
23          />
24        </Weapon>
25        <Weapon>
26          <Discharger
27            mode=1
28            munitionpershot=1
29            delay=0
30            damage=0.8
31            material="Flares/point_lensflare"
32            projectileMesh="LaserBeam2.mesh"
33          />
34        </Weapon>
35      </WeaponPack>
36      <WeaponPack>
37        <links>
38          <DefaultWeaponmodeLink firemode=1 weaponmode=0 />
39        </links>
40      </WeaponPack>
41    </weaponpacks>
42    <munition>
43      <LaserMunition
44        initialmagazines=2
45        maxmagazines=4
46        munitionpermagazine=5
47        replenishamount=2
48        replenishinterval=30
49      />
50    </munition>
Note: See TracBrowser for help on using the repository browser.