Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 8, 2007, 10:50:21 PM (17 years ago)
Author:
nicolasc
Message:

added nadion blast
fine tuned weapon timing / prepared projectiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vs-enhencements/src/world_entities/weapons/nadion_laser.cc

    r10648 r10649  
    7676
    7777  this->setStateDuration(WS_RELOADING, 0);
    78   this->setStateDuration(WS_ACTIVATING, .5); //.5);
    79   this->setStateDuration(WS_DEACTIVATING, 1); // 1);
     78  this->setStateDuration(WS_ACTIVATING, .5);
     79  this->setStateDuration(WS_DEACTIVATING, 1);
    8080
    8181  this->setEnergyMax(500);
     
    8888
    8989  this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL | WTYPE_LIGHT);
    90   this->setProjectileTypeC("MBolt");   // FIXME temp projectile, until nadion_laser_bolt exists.
    91   this->prepareProjectiles(100);
     90  this->setProjectileTypeC("NadionBlast");   // FIXME temp projectile, until nadion_laser_bolt exists.
     91  this->prepareProjectiles(20);
    9292
    9393
Note: See TracChangeset for help on using the changeset viewer.