Core unit "de-dock" improvements

This commit is contained in:
Anuken
2022-02-12 11:51:36 -05:00
parent a7ac8ab017
commit f31300b6e3
2 changed files with 14 additions and 5 deletions

View File

@@ -3622,7 +3622,8 @@ public class Blocks{
size = 3;
reloadTime = 130f;
chargeTime = 90f;
range = 300f;
//TODO 500 or 400? does it need to be better than the standard mass driver?
range = 400f;
maxPayloadSize = 2.5f;
consumes.power(2f);
}};