Changed plasma drill stats

This commit is contained in:
Anuken
2018-03-09 23:08:27 -05:00
parent 9c05ddbd7d
commit d88a908e29
2 changed files with 12 additions and 11 deletions

View File

@@ -191,22 +191,23 @@ public class ProductionBlocks{
}
},
plasmadrill = new GenericDrill("plasmadrill"){
{
drillTime = 40;
size = 3;
powerUse = 0.16f;
}
},
nucleardrill = new GenericDrill("nucleardrill"){
{
drillTime = 40;
size = 4;
size = 3;
powerUse = 0.32f;
}
},
plasmadrill = new GenericDrill("plasmadrill"){
{
inputLiquid = Liquid.plasma;
drillTime = 40;
size = 4;
powerUse = 0.16f;
}
},
quartzextractor = new Drill("quartzextractor"){
{
resource = Blocks.sand;