This commit is contained in:
Anuken
2021-08-11 16:41:59 -04:00
parent c2720bbc33
commit 4fc18d35ce
3 changed files with 8 additions and 3 deletions

View File

@@ -2033,7 +2033,7 @@ public class Blocks implements ContentList{
payloadPropulsionTower = new PayloadMassDriver("payload-propulsion-tower"){{
requirements(Category.units, with(Items.thorium, 300, Items.silicon, 200, Items.plastanium, 200, Items.phaseFabric, 50));
size = 5;
reloadTime = 140f;
reloadTime = 130f;
chargeTime = 100f;
range = 1000f;
maxPayloadSize = 3.5f;