Add more fleet names
authorTheSaminator <thesaminator@users.noreply.github.com>
Mon, 4 Jul 2022 21:01:29 +0000 (17:01 -0400)
committerTheSaminator <thesaminator@users.noreply.github.com>
Mon, 4 Jul 2022 21:01:29 +0000 (17:01 -0400)
src/jvmMain/kotlin/net/starshipfights/data/space/fleet_names.kt

index a3ba5b87375a75e7f7dd56af45bcd7d11e47aba0..84caad23cc7377ec2b3d2af5ccb9d9ebbc7fb260 100644 (file)
@@ -24,8 +24,8 @@ fun FactionFlavor.genFleetName(): String = when (this) {
        FactionFlavor.NDRC -> "${(100..699).random()}e Sterrenvloot"
        FactionFlavor.CCC -> "${rangedRomanNumeral(299, 50)} Classis Comitans"
        FactionFlavor.MJOLNIR_ENERGY -> "${(100..499).random()}a Stjarnnafloti"
-       FactionFlavor.MASRA_DRAETSEN -> "${rangedOrdinal(4999, 500)} Conquest Armada"
-       FactionFlavor.AEDON_CULTISTS -> "${rangedOrdinal(1999, 200)} Defilement Armada"
+       FactionFlavor.MASRA_DRAETSEN -> "${rangedOrdinal(4999, 500)} ${listOf("Conquest", "War", "Punishment").random()} Armada"
+       FactionFlavor.AEDON_CULTISTS -> "${rangedOrdinal(1999, 200)} ${listOf("Defilement", "Despoilation", "Desolation").random()} Armada"
        FactionFlavor.FERTHLON_EXILES -> "${rangedOrdinal(399, 50)} Revolutionary Remnant Fleet"
        FactionFlavor.RES_NOSTRA -> "${rangedRomanNumeral(299, 10)} Classis Nostra"
        FactionFlavor.CORSAIRS -> "${rangedRomanNumeral(299, 10)} Nauticum Piratarum"