Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2016, 4:03:47 PM (8 years ago)
Author:
sagerj
Message:

fix the charging during reloadtime, the hudchargebar working so far…

Location:
code/branches/sagerjFS16/data/levels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sagerjFS16/data/levels/includes/weaponSettingsEscort.oxi

    r11170 r11185  
    2424            munitionpershot=1
    2525            delay=0
    26             damage=9.3
     26            damage=0.5
    2727            material="Flares/point_lensflare"
    2828            muzzleoffset=" 1.6, 1.3, -2.0"
     
    3636    <munition>
    3737      <LaserMunition
    38         initialmagazines=8
    39         maxmagazines=8
     38        initialmagazines=2
     39        maxmagazines=2
    4040        munitionpermagazine=10
    4141        replenishamount=1
    42         replenishinterval=7.5
     42        replenishinterval=2
    4343      />
    4444    </munition>
  • code/branches/sagerjFS16/data/levels/missionOne.oxw

    r11052 r11185  
    1212  include("templates/lodInformation.oxt")
    1313  include("templates/spaceshipAssff.oxt")
     14  include("templates/spaceshipEscort.oxt")
    1415  include("templates/spaceshipPirate.oxt")
    1516  include("templates/spaceshipSpacecruiser.oxt")
     
    5758        <events>
    5859            <trigger>
    59                 <TeamSpawnPoint team=0 position="800,700,600" direction="-1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff>
     60                <TeamSpawnPoint team=0 position="800,700,600" direction="-1,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort>
    6061                  <EventTrigger invert=true>
    6162                    <events>
Note: See TracChangeset for help on using the changeset viewer.