Partial fix of editor multiblock undo/redo
This commit is contained in:
@@ -1191,7 +1191,7 @@ public class Blocks implements ContentList{
|
||||
requirements(Category.power, with(Items.lead, 100, Items.silicon, 75, Items.phaseFabric, 25, Items.plastanium, 75, Items.thorium, 50));
|
||||
size = 2;
|
||||
powerProduction = 4.5f;
|
||||
itemDuration = 60 * 18f;
|
||||
itemDuration = 60 * 15f;
|
||||
}};
|
||||
|
||||
solarPanel = new SolarGenerator("solar-panel"){{
|
||||
@@ -1991,8 +1991,8 @@ public class Blocks implements ContentList{
|
||||
|
||||
illuminator = new LightBlock("illuminator"){{
|
||||
requirements(Category.effect, BuildVisibility.lightingOnly, with(Items.graphite, 12, Items.silicon, 8));
|
||||
brightness = 0.67f;
|
||||
radius = 140f;
|
||||
brightness = 0.75f;
|
||||
radius = 160f;
|
||||
consumes.power(0.06f);
|
||||
}};
|
||||
|
||||
|
||||
@@ -1290,7 +1290,7 @@ public class UnitTypes implements ContentList{
|
||||
collides = false;
|
||||
|
||||
healPercent = 15f;
|
||||
splashDamage = 320f;
|
||||
splashDamage = 240f;
|
||||
splashDamageRadius = 120f;
|
||||
}};
|
||||
}});
|
||||
|
||||
Reference in New Issue
Block a user