Directional force projector prototype

This commit is contained in:
Anuken
2021-12-07 20:37:46 -05:00
parent b3d2e7b0ca
commit 6c10a400ed
10 changed files with 148 additions and 20 deletions
+13 -1
View File
@@ -79,7 +79,7 @@ public class Blocks{
//defense - erekir
buildTower,
//TODO name
regenProjector,
regenProjector, barrierProjector,
//transport
conveyor, titaniumConveyor, plastaniumConveyor, armoredConveyor, distributor, junction, itemBridge, phaseConveyor, sorter, invertedSorter, router,
@@ -1509,6 +1509,18 @@ public class Blocks{
}});
}};
barrierProjector = new DirectionalForceProjector("barrier-projector"){{
//TODO
requirements(Category.effect, with(Items.surgeAlloy, 100, Items.silicon, 125));
size = 3;
radius = 50f;
shieldHealth = 2000f;
cooldownNormal = 3f;
cooldownBrokenBase = 0.35f;
consumes.power(4f);
}};
//endregion
//region distribution