Revenant stat changes

This commit is contained in:
Anuken
2018-10-01 12:45:24 -04:00
parent d2ce051c4a
commit 3f93b5c63b
4 changed files with 5 additions and 3 deletions
@@ -96,7 +96,8 @@ public class UnitTypes implements ContentList{
revenant = new UnitType("revenant", Revenant.class, Revenant::new){{
health = 250;
speed = 0.2f;
mass = 4f;
speed = 0.14f*mass;
maxVelocity = 1.4f;
drag = 0.01f;
isFlying = true;