mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-06 07:30:35 +07:00
lowAltitude core units
This commit is contained in:
parent
42497d8627
commit
1dc013ee76
@ -2225,6 +2225,7 @@ public class UnitTypes implements ContentList{
|
||||
defaultController = BuilderAI::new;
|
||||
isCounted = false;
|
||||
|
||||
lowAltitude = true;
|
||||
flying = true;
|
||||
mineSpeed = 6.5f;
|
||||
mineTier = 1;
|
||||
@ -2262,6 +2263,7 @@ public class UnitTypes implements ContentList{
|
||||
defaultController = BuilderAI::new;
|
||||
isCounted = false;
|
||||
|
||||
lowAltitude = true;
|
||||
flying = true;
|
||||
mineSpeed = 7f;
|
||||
mineTier = 1;
|
||||
@ -2304,6 +2306,7 @@ public class UnitTypes implements ContentList{
|
||||
defaultController = BuilderAI::new;
|
||||
isCounted = false;
|
||||
|
||||
lowAltitude = true;
|
||||
flying = true;
|
||||
mineSpeed = 8f;
|
||||
mineTier = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user