a
This commit is contained in:
@@ -2421,6 +2421,8 @@ public class UnitTypes implements ContentList{
|
|||||||
//region neoplasm
|
//region neoplasm
|
||||||
|
|
||||||
scuttler = new UnitType("scuttler"){{
|
scuttler = new UnitType("scuttler"){{
|
||||||
|
health = 20000;
|
||||||
|
armor = 17;
|
||||||
outlineColor = Pal.neoplasmOutline;
|
outlineColor = Pal.neoplasmOutline;
|
||||||
hitSize = 48f;
|
hitSize = 48f;
|
||||||
omniMovement = false;
|
omniMovement = false;
|
||||||
@@ -2434,6 +2436,8 @@ public class UnitTypes implements ContentList{
|
|||||||
segmentScl = 4f;
|
segmentScl = 4f;
|
||||||
segmentPhase = 5f;
|
segmentPhase = 5f;
|
||||||
speed = 1f;
|
speed = 1f;
|
||||||
|
|
||||||
|
immunities.addAll(StatusEffects.burning, StatusEffects.melting);
|
||||||
}};
|
}};
|
||||||
|
|
||||||
//endregion
|
//endregion
|
||||||
|
|||||||
Reference in New Issue
Block a user