Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7076 in orxonox.OLD for trunk/src/world_entities/projectiles


Ignore:
Timestamp:
Feb 7, 2006, 3:46:43 PM (19 years ago)
Author:
bensch
Message:

weaponAdjustment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/projectiles/hyperblast.cc

    r6826 r7076  
    4141  this->loadModel("models/projectiles/hyperblast.obj", 5);
    4242
    43   this->setMinEnergy(1);
    44   this->setHealthMax(10);
     43  this->setMinEnergy(50);
     44  this->setHealthMax(1000);
    4545  this->lifeSpan = 1;
    4646  this->size = 4.0;
     
    9191  this->emitter->setEmissionRate(5000.0);
    9292  this->emitter->setEmissionVelocity(50.0);
     93
     94  this->setHealth(200);
    9395}
    9496
Note: See TracChangeset for help on using the changeset viewer.