Reduce Felinae Felices ship costs
authorTheSaminator <thesaminator@users.noreply.github.com>
Mon, 20 Jun 2022 21:50:06 +0000 (17:50 -0400)
committerTheSaminator <thesaminator@users.noreply.github.com>
Mon, 20 Jun 2022 21:50:06 +0000 (17:50 -0400)
src/commonMain/kotlin/net/starshipfights/game/ship_weapons.kt

index e7de6dcfe669f8de84b9bc6cfa3079d6da890fa0..9cdff0f85bca34386ad966a0ded741a4a530ccc1 100644 (file)
@@ -126,7 +126,7 @@ sealed class ShipWeapon {
                        get() = 1750.0
                
                override val addsPointCost: Int
-                       get() = numShots * 10
+                       get() = numShots * 5
                
                override fun instantiate() = ShipWeaponInstance.ParticleClawLauncher(this)
        }
@@ -141,7 +141,7 @@ sealed class ShipWeapon {
                        get() = 1250.0
                
                override val addsPointCost: Int
-                       get() = numShots * 5 * firingArcs.size
+                       get() = numShots * 5
                
                override fun instantiate() = ShipWeaponInstance.LightningYarn(this)
        }