Change Felinae Felices base point costs
authorTheSaminator <thesaminator@users.noreply.github.com>
Sun, 19 Jun 2022 18:08:42 +0000 (14:08 -0400)
committerTheSaminator <thesaminator@users.noreply.github.com>
Sun, 19 Jun 2022 18:08:42 +0000 (14:08 -0400)
src/commonMain/kotlin/net/starshipfights/game/ship_types.kt

index 6623fee1aac87aec414bdf53a9635272619a33b2..1213fdcf9f149667e16ce336789f5d5e0f2d9c63 100644 (file)
@@ -63,11 +63,11 @@ enum class ShipWeightClass(
                        GRAND_CRUISER -> 300
                        COLOSSUS -> 370
                        
-                       FF_ESCORT -> 50
-                       FF_DESTROYER -> 100
-                       FF_CRUISER -> 200
-                       FF_BATTLECRUISER -> 250
-                       FF_BATTLESHIP -> 300
+                       FF_ESCORT -> 25
+                       FF_DESTROYER -> 125
+                       FF_CRUISER -> 175
+                       FF_BATTLECRUISER -> 275
+                       FF_BATTLESHIP -> 325
                        
                        AUXILIARY_SHIP -> 50
                        LIGHT_CRUISER -> 100