lowAltitude core units
This commit is contained in:
@@ -2225,6 +2225,7 @@ public class UnitTypes implements ContentList{
|
|||||||
defaultController = BuilderAI::new;
|
defaultController = BuilderAI::new;
|
||||||
isCounted = false;
|
isCounted = false;
|
||||||
|
|
||||||
|
lowAltitude = true;
|
||||||
flying = true;
|
flying = true;
|
||||||
mineSpeed = 6.5f;
|
mineSpeed = 6.5f;
|
||||||
mineTier = 1;
|
mineTier = 1;
|
||||||
@@ -2262,6 +2263,7 @@ public class UnitTypes implements ContentList{
|
|||||||
defaultController = BuilderAI::new;
|
defaultController = BuilderAI::new;
|
||||||
isCounted = false;
|
isCounted = false;
|
||||||
|
|
||||||
|
lowAltitude = true;
|
||||||
flying = true;
|
flying = true;
|
||||||
mineSpeed = 7f;
|
mineSpeed = 7f;
|
||||||
mineTier = 1;
|
mineTier = 1;
|
||||||
@@ -2304,6 +2306,7 @@ public class UnitTypes implements ContentList{
|
|||||||
defaultController = BuilderAI::new;
|
defaultController = BuilderAI::new;
|
||||||
isCounted = false;
|
isCounted = false;
|
||||||
|
|
||||||
|
lowAltitude = true;
|
||||||
flying = true;
|
flying = true;
|
||||||
mineSpeed = 8f;
|
mineSpeed = 8f;
|
||||||
mineTier = 2;
|
mineTier = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user