Adjust Vestigium ship point costs
authorTheSaminator <TheSaminator@users.noreply.github.com>
Thu, 9 Jun 2022 19:02:36 +0000 (15:02 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Thu, 9 Jun 2022 19:02:36 +0000 (15:02 -0400)
src/commonMain/kotlin/net/starshipfights/game/ship_types.kt

index 379a8c3b988ff0f604f1ee7e501640b901999b6a..b0b6ee97ea05a5a4840c464329d0de78f069ad13 100644 (file)
@@ -74,9 +74,9 @@ enum class ShipWeightClass(
                        MEDIUM_CRUISER -> 200
                        HEAVY_CRUISER -> 400
                        
-                       FRIGATE -> 150
-                       LINE_SHIP -> 275
-                       DREADNOUGHT -> 400
+                       FRIGATE -> 100
+                       LINE_SHIP -> 200
+                       DREADNOUGHT -> 300
                }
        
        val isUnique: Boolean