mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-03 22:21:17 +07:00
More bugfixes
This commit is contained in:
parent
f854d0b1e6
commit
e248f44099
@ -1901,7 +1901,7 @@ public class Blocks implements ContentList{
|
||||
requirements(Category.units, with(Items.copper, 150, Items.lead, 130, Items.metaglass, 120));
|
||||
plans = Seq.with(
|
||||
new UnitPlan(UnitTypes.risso, 60f * 45f, with(Items.silicon, 20, Items.metaglass, 35)),
|
||||
new UnitPlan(UnitTypes.retusa, 60f * 60f, with(Items.silicon, 15, Items.metaglass, 25, Items.titanium, 20))
|
||||
new UnitPlan(UnitTypes.retusa, 60f * 50f, with(Items.silicon, 15, Items.metaglass, 25, Items.titanium, 20))
|
||||
);
|
||||
size = 3;
|
||||
consumes.power(1.2f);
|
||||
@ -1943,7 +1943,8 @@ public class Blocks implements ContentList{
|
||||
new UnitType[]{UnitTypes.poly, UnitTypes.mega},
|
||||
new UnitType[]{UnitTypes.minke, UnitTypes.bryde},
|
||||
new UnitType[]{UnitTypes.pulsar, UnitTypes.quasar},
|
||||
new UnitType[]{UnitTypes.atrax, UnitTypes.spiroct}
|
||||
new UnitType[]{UnitTypes.atrax, UnitTypes.spiroct},
|
||||
new UnitType[]{UnitTypes.oxynoe, UnitTypes.cyerce}
|
||||
);
|
||||
}};
|
||||
|
||||
@ -1964,7 +1965,8 @@ public class Blocks implements ContentList{
|
||||
new UnitType[]{UnitTypes.fortress, UnitTypes.scepter},
|
||||
new UnitType[]{UnitTypes.bryde, UnitTypes.sei},
|
||||
new UnitType[]{UnitTypes.mega, UnitTypes.quad},
|
||||
new UnitType[]{UnitTypes.quasar, UnitTypes.vela}
|
||||
new UnitType[]{UnitTypes.quasar, UnitTypes.vela},
|
||||
new UnitType[]{UnitTypes.cyerce, UnitTypes.aegires}
|
||||
);
|
||||
}};
|
||||
|
||||
@ -1985,7 +1987,8 @@ public class Blocks implements ContentList{
|
||||
new UnitType[]{UnitTypes.scepter, UnitTypes.reign},
|
||||
new UnitType[]{UnitTypes.sei, UnitTypes.omura},
|
||||
new UnitType[]{UnitTypes.quad, UnitTypes.oct},
|
||||
new UnitType[]{UnitTypes.vela, UnitTypes.corvus}
|
||||
new UnitType[]{UnitTypes.vela, UnitTypes.corvus},
|
||||
new UnitType[]{UnitTypes.aegires, UnitTypes.navanax}
|
||||
);
|
||||
}};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user