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

@ -1,7 +1,7 @@
#Autogenerated file. Do not modify. #Autogenerated file. Do not modify.
#Fri Mar 09 20:56:36 EST 2018 #Fri Mar 09 23:07:56 EST 2018
version=release version=release
androidBuildCode=417 androidBuildCode=420
name=Mindustry name=Mindustry
code=3.4 code=3.4
build=custom build build=custom build

View File

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