Directional force projector prototype
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user