Initial implementation of Anuken/Mindustry-Suggestions/issues/327
This commit is contained in:
@@ -1280,7 +1280,7 @@ public class Blocks implements ContentList{
|
||||
//region storage
|
||||
|
||||
coreShard = new CoreBlock("core-shard"){{
|
||||
requirements(Category.effect, BuildVisibility.hidden, with(Items.copper, 1000, Items.lead, 1000));
|
||||
requirements(Category.effect, BuildVisibility.hidden, with(Items.copper, 2000, Items.lead, 1000));
|
||||
alwaysUnlocked = true;
|
||||
|
||||
unitType = UnitTypes.alpha;
|
||||
|
||||
@@ -96,7 +96,7 @@ public class Fx{
|
||||
Fill.square(x, y, 1f * size, 45f);
|
||||
}),
|
||||
|
||||
itemTransfer = new Effect(30f, e -> {
|
||||
itemTransfer = new Effect(10f, e -> {
|
||||
if(!(e.data instanceof Position)) return;
|
||||
Position to = e.data();
|
||||
Tmp.v1.set(e.x, e.y).interpolate(Tmp.v2.set(to), e.fin(), Interp.pow3)
|
||||
|
||||
@@ -22,7 +22,7 @@ public class SectorPresets implements ContentList{
|
||||
conditionWave = 5;
|
||||
launchPeriod = 5;
|
||||
rules = r -> {
|
||||
r.winWave = 30;
|
||||
r.winWave = 20;
|
||||
};
|
||||
}};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user