Skip to content

Commit 82adffd

Browse files
committed
Those shields are supposed to be square when did they become hex
1 parent 2d18ab2 commit 82adffd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/progressed/content/blocks/PMBlocks.java

+4-3
Original file line numberDiff line numberDiff line change
@@ -1421,17 +1421,18 @@ public void setStats(){
14211421
PMItems.tenelium, 125
14221422
));
14231423
size = 4;
1424-
hideDetails = false;
1424+
sides = 4;
14251425
radius = 64.5f;
14261426
phaseRadiusBoost = 27.5f;
1427-
height = 2f * tilesize;
1428-
phaseHeightBoost = 3f * tilesize;
1427+
height = 8f * tilesize;
1428+
phaseHeightBoost = 4f * tilesize;
14291429
shieldHealth = 3600f;
14301430
phaseShieldBoost = 2000f;
14311431
shieldCharge = 700f;
14321432
phaseShieldCharge = 400f;
14331433
chargeTime = 450f;
14341434
cooldownBrokenBase *= 2f;
1435+
hideDetails = false;
14351436

14361437
consumePower(7f);
14371438
itemConsumer = consumeItems(with(Items.phaseFabric, 1, PMItems.tenelium, 1)).boost();

0 commit comments

Comments
 (0)