Boss Balancing Pass

Another balancing pass to the bosses in TWM2.
This commit is contained in:
Robert Fritzen 2017-06-30 22:52:31 -05:00
parent 17e5696299
commit e8f761555c
10 changed files with 86 additions and 70 deletions

View file

@ -3046,7 +3046,7 @@ function Armor::onCollision(%this,%obj,%col,%forceVehicleNode)
return;
}
%obj.scriptkill($DamageType::Admin);
%col.setDamageLevel(%col.getDamageLevel() - 25.0);
%col.setDamageLevel(%col.getDamageLevel() - 10.0);
%col.setVelocity("0 0 0");
if(!%obj.iszombie) {
ServerPlay3d(BOVHitSound, %obj.getPosition());