WIP carbide
This commit is contained in:
|
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 318 B |
|
Before Width: | Height: | Size: 896 B After Width: | Height: | Size: 896 B |
@@ -8,7 +8,7 @@ public class Items implements ContentList{
|
|||||||
public static Item
|
public static Item
|
||||||
scrap, copper, lead, graphite, coal, titanium, thorium, silicon, plastanium,
|
scrap, copper, lead, graphite, coal, titanium, thorium, silicon, plastanium,
|
||||||
phaseFabric, surgeAlloy, sporePod, sand, blastCompound, pyratite, metaglass,
|
phaseFabric, surgeAlloy, sporePod, sand, blastCompound, pyratite, metaglass,
|
||||||
beryllium, fissileMatter, dormantCyst, tungsten;
|
beryllium, fissileMatter, dormantCyst, tungsten, carbide;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void load(){
|
public void load(){
|
||||||
@@ -108,6 +108,13 @@ public class Items implements ContentList{
|
|||||||
|
|
||||||
tungsten = new Item("tungsten", Color.valueOf("768a9a")){{
|
tungsten = new Item("tungsten", Color.valueOf("768a9a")){{
|
||||||
hardness = 5;
|
hardness = 5;
|
||||||
|
cost = 1.2f;
|
||||||
|
}};
|
||||||
|
|
||||||
|
//TODO carbide impl
|
||||||
|
|
||||||
|
carbide = new Item("carbide", Color.valueOf("768a9a")){{
|
||||||
|
cost = 1.3f;
|
||||||
}};
|
}};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ public class BurstDrill extends Drill{
|
|||||||
public @Load("@-arrow") TextureRegion arrowRegion;
|
public @Load("@-arrow") TextureRegion arrowRegion;
|
||||||
public @Load("@-arrow-blur") TextureRegion arrowBlurRegion;
|
public @Load("@-arrow-blur") TextureRegion arrowBlurRegion;
|
||||||
|
|
||||||
public float invertedTime = 190f;
|
public float invertedTime = 200f;
|
||||||
public float arrowSpacing = 4f;
|
public float arrowSpacing = 4f;
|
||||||
public Color arrowColor = Color.valueOf("feb380"), baseArrowColor = Color.valueOf("6e7080");
|
public Color arrowColor = Color.valueOf("feb380"), baseArrowColor = Color.valueOf("6e7080");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user