Better Bases

Bjornsin

Well-Known Member
Is there a way to increase the HP on building items in Epoch? I see that its fairly easy to implement the invulnerable bases but I'd rather still have destructibles, ones that take some serious firepower to level. If anyone knows how to do this, that would be greatly appreciated, thanks!
 
you would need to change the damagehandler of the objects, so if the object gets damage you lower the damage output by 95%...

_damage = _damage * 0.05;

But never touched this...
 
Back
Top