NeoplasmUnitType

This commit is contained in:
Anuken
2021-09-22 18:04:21 -04:00
parent 9289fe01fd
commit 01f06cd0f7
3 changed files with 21 additions and 5 deletions

View File

@@ -2422,10 +2422,9 @@ public class UnitTypes implements ContentList{
//endregion
//region neoplasm
scuttler = new UnitType("scuttler"){{
scuttler = new NeoplasmUnitType("scuttler"){{
health = 20000;
armor = 17;
outlineColor = Pal.neoplasmOutline;
hitSize = 48f;
omniMovement = false;
rotateSpeed = 1.7f;
@@ -2438,8 +2437,6 @@ public class UnitTypes implements ContentList{
segmentScl = 4f;
segmentPhase = 5f;
speed = 1f;
immunities.addAll(StatusEffects.burning, StatusEffects.melting);
}};
//endregion