Fixed phase cost
This commit is contained in:
@@ -58,7 +58,7 @@ public class ErekirTechTree{
|
||||
costMultipliers.put(Items.oxide, 0.5f);
|
||||
costMultipliers.put(Items.surgeAlloy, 0.7f);
|
||||
costMultipliers.put(Items.carbide, 0.3f);
|
||||
costMultipliers.put(Items.carbide, 0.2f);
|
||||
costMultipliers.put(Items.phaseFabric, 0.2f);
|
||||
|
||||
for(var item : content.items()) costMultipliers.put(item, 0.9f);
|
||||
|
||||
|
||||
@@ -3571,7 +3571,7 @@ public class UnitTypes{
|
||||
|
||||
shoot = new ShootSpread(2, 11f);
|
||||
|
||||
bullet = new BasicBulletType(5f, 17){{
|
||||
bullet = new BasicBulletType(5f, 16){{
|
||||
homingPower = 0.19f;
|
||||
homingDelay = 4f;
|
||||
width = 7f;
|
||||
|
||||
Reference in New Issue
Block a user