Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5458


Ignore:
Timestamp:
Apr 12, 2009, 12:36:09 AM (15 years ago)
Author:
landauf
Message:

Added DefaultWeaponmodeLink to the weaponsettings. This doesn't affect the other branches because it's in a separate XML-subsection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/weaponsettings1.oxw

    r5445 r5458  
    1010    <weapons>
    1111      <WeaponPack firemode=0>
     12        <links>
     13          <DefaultWeaponmodeLink firemode=0 weaponmode=0 />
     14          <DefaultWeaponmodeLink firemode=1 weaponmode=0 />
     15        </links>
    1216        <LaserGun
    1317            position="0,0,0"
     
    2832      </WeaponPack>
    2933      <WeaponPack firemode=1>
    30         <Fusion
     34        <links>
     35          <DefaultWeaponmodeLink firemode=1 weaponmode=0 />
     36        </links>
     37        <LaserGun
    3138            position="0,0,0"
    32             munitionType="FusionMunition"
    33             bulletLoadingTime="3"
     39            munitionType="LaserGunMunition"
     40            bulletLoadingTime="0.3"
    3441            magazineLoadingTime="3"
    3542            speed="600"
    36             unlimitedMunition=false
     43            unlimitedMunition=true
    3744        />
    3845      </WeaponPack>
Note: See TracChangeset for help on using the changeset viewer.