mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-15 02:07:53 +07:00
More difficult 'waves' for Origin
This commit is contained in:
@ -1024,7 +1024,7 @@ setting.keyboard.name = Controale Mouse+Tastatură
|
|||||||
setting.touchscreen.name = Controale Touchscreen
|
setting.touchscreen.name = Controale Touchscreen
|
||||||
setting.fpscap.name = FPS Maxim
|
setting.fpscap.name = FPS Maxim
|
||||||
setting.fpscap.none = Niciuna
|
setting.fpscap.none = Niciuna
|
||||||
setting.fpscap.text = FPS (0)
|
setting.fpscap.text = FPS {0}
|
||||||
setting.uiscale.name = Scară Interfață
|
setting.uiscale.name = Scară Interfață
|
||||||
setting.uiscale.description = Repornire necesară pt a aplica schimbările.
|
setting.uiscale.description = Repornire necesară pt a aplica schimbările.
|
||||||
setting.swapdiagonal.name = Plasează Mereu Diagonal
|
setting.swapdiagonal.name = Plasează Mereu Diagonal
|
||||||
|
Binary file not shown.
@ -281,7 +281,7 @@ public class ErekirTechTree{
|
|||||||
|
|
||||||
node(disperse, Seq.with(new OnSector(stronghold)), () -> {
|
node(disperse, Seq.with(new OnSector(stronghold)), () -> {
|
||||||
node(scathe, Seq.with(new OnSector(siege)), () -> {
|
node(scathe, Seq.with(new OnSector(siege)), () -> {
|
||||||
node(malign, Seq.with(new OnSector(karst)), () -> {
|
node(malign, Seq.with(new SectorComplete(karst)), () -> {
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@ -353,7 +353,7 @@ public class ErekirTechTree{
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
node(basicAssemblerModule, Seq.with(new OnSector(karst)), () -> {
|
node(basicAssemblerModule, Seq.with(new SectorComplete(karst)), () -> {
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@ -385,7 +385,7 @@ public class ErekirTechTree{
|
|||||||
node(siege, Seq.with(new SectorComplete(crevice)), () -> {
|
node(siege, Seq.with(new SectorComplete(crevice)), () -> {
|
||||||
node(crossroads, Seq.with(new SectorComplete(siege)), () -> {
|
node(crossroads, Seq.with(new SectorComplete(siege)), () -> {
|
||||||
node(karst, Seq.with(new SectorComplete(crossroads), new Research(coreAcropolis)), () -> {
|
node(karst, Seq.with(new SectorComplete(crossroads), new Research(coreAcropolis)), () -> {
|
||||||
node(origin, Seq.with(new SectorComplete(karst), new Research(coreAcropolis), new Research(UnitTypes.vanquish), new Research(UnitTypes.disrupt), new Research(UnitTypes.collaris)), () -> {
|
node(origin, Seq.with(new SectorComplete(karst), new Research(coreAcropolis), new Research(UnitTypes.vanquish), new Research(UnitTypes.disrupt), new Research(UnitTypes.collaris), new Research(malign), new Research(basicAssemblerModule)), () -> {
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user