Erekir default fog
This commit is contained in:
@@ -1698,6 +1698,7 @@ public class Blocks{
|
|||||||
requirements(Category.effect, BuildVisibility.fogOnly, with(Items.silicon, 30, Items.graphite, 30));
|
requirements(Category.effect, BuildVisibility.fogOnly, with(Items.silicon, 30, Items.graphite, 30));
|
||||||
outlineColor = Color.valueOf("4a4b53");
|
outlineColor = Color.valueOf("4a4b53");
|
||||||
fogRadius = 27;
|
fogRadius = 27;
|
||||||
|
researchCost = with(Items.silicon, 50, Items.graphite, 50);
|
||||||
|
|
||||||
consumePower(0.2f);
|
consumePower(0.2f);
|
||||||
}};
|
}};
|
||||||
|
|||||||
@@ -225,34 +225,36 @@ public class ErekirTechTree{
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
node(breach, Seq.with(new Research(siliconArcFurnace), new OnSector(two)), () -> {
|
node(radar, Seq.with(new Research(beamNode), new Research(turbineCondenser)), () -> {
|
||||||
node(berylliumWall, () -> {
|
node(breach, Seq.with(new Research(siliconArcFurnace), new OnSector(two)), () -> {
|
||||||
node(berylliumWallLarge, () -> {
|
node(berylliumWall, () -> {
|
||||||
|
node(berylliumWallLarge, () -> {
|
||||||
});
|
|
||||||
|
|
||||||
node(tungstenWall, () -> {
|
|
||||||
node(tungstenWallLarge, () -> {
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
node(carbideWall, () -> {
|
node(tungstenWall, () -> {
|
||||||
node(carbideWallLarge, () -> {
|
node(tungstenWallLarge, () -> {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
node(carbideWall, () -> {
|
||||||
|
node(carbideWallLarge, () -> {
|
||||||
|
|
||||||
|
});
|
||||||
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
node(sublimate, () -> {
|
node(sublimate, () -> {
|
||||||
//TODO implement
|
//TODO implement
|
||||||
node(titan, Seq.with(new OnSector(five)), () -> {
|
node(titan, Seq.with(new OnSector(five)), () -> {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
node(disperse, Seq.with(new OnSector(five)), () -> {
|
node(disperse, Seq.with(new OnSector(five)), () -> {
|
||||||
|
|
||||||
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -67,6 +67,8 @@ public class Planets{
|
|||||||
r.placeRangeCheck = true;
|
r.placeRangeCheck = true;
|
||||||
r.attributes.set(Attribute.heat, 0.8f);
|
r.attributes.set(Attribute.heat, 0.8f);
|
||||||
r.showSpawns = true;
|
r.showSpawns = true;
|
||||||
|
r.fog = true;
|
||||||
|
r.staticFog = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
unlockedOnLand.add(Blocks.coreBastion);
|
unlockedOnLand.add(Blocks.coreBastion);
|
||||||
|
|||||||
Reference in New Issue
Block a user