This commit is contained in:
Anuken
2022-02-11 16:57:08 -05:00
parent 6b5a50555e
commit ef6aef8140
3 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -88,6 +88,7 @@ public class Blocks{
regenProjector, barrierProjector, regenProjector, barrierProjector,
//campaign only //campaign only
shieldProjector, shieldProjector,
largeShieldProjector,
//transport //transport
conveyor, titaniumConveyor, plastaniumConveyor, armoredConveyor, distributor, junction, itemBridge, phaseConveyor, sorter, invertedSorter, router, conveyor, titaniumConveyor, plastaniumConveyor, armoredConveyor, distributor, junction, itemBridge, phaseConveyor, sorter, invertedSorter, router,
@@ -1742,6 +1743,15 @@ public class Blocks{
consumes.power(5f); consumes.power(5f);
}}; }};
largeShieldProjector = new BaseShield("large-shield-projector"){{
requirements(Category.effect, BuildVisibility.editorOnly, with());
size = 4;
radius = 400f;
consumes.power(5f);
}};
//endregion //endregion
//region distribution //region distribution