From d69d5b2f745d70ab185accfdde57abc27cc30a75 Mon Sep 17 00:00:00 2001 From: TheSaminator Date: Sun, 22 May 2022 19:26:17 -0400 Subject: [PATCH] Add more factions to intro blurb --- src/jvmMain/kotlin/starshipfights/info/views_main.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/jvmMain/kotlin/starshipfights/info/views_main.kt b/src/jvmMain/kotlin/starshipfights/info/views_main.kt index d472bb8..82d29a7 100644 --- a/src/jvmMain/kotlin/starshipfights/info/views_main.kt +++ b/src/jvmMain/kotlin/starshipfights/info/views_main.kt @@ -8,6 +8,7 @@ import org.litote.kmongo.descending import org.litote.kmongo.eq import starshipfights.CurrentConfiguration import starshipfights.data.auth.User +import starshipfights.game.foreign suspend fun ApplicationCall.mainPage(): HTML.() -> Unit { return page(null, standardNavBar(), null) { @@ -21,7 +22,9 @@ suspend fun ApplicationCall.mainPage(): HTML.() -> Unit { p { +"Set in the galaxy-wide " a(href = "https://nationstates.net/mechyrdia") { +"Mechyrdiaverse" } - +", Starship Fights is about the grand struggle between four major political powers. Fight for liberty and justice with the Empire of Mechyrdia, conquer for glory and honor with the Diadochus Masra Draetsen, preserve your homeland and decide its fate with the Isarnareyksk Federation, or reclaim your people's rightful dominion with the American Vestigium!" + +", Starship Fights is about the grand struggle between six major political powers. Fight for liberty and justice with the Empire of Mechyrdia or their friends in the Dutch Outer Space Company, conquer for glory and honor with the Diadochus Masra Draetsen, strike from the shadows with the " + foreign("la") { +"Felinae Felices" } + +", preserve your homeland and decide its fate with the Isarnareyksk Federation, or reclaim your people's rightful dominion with the American Vestigium! The choice is yours, admiral." } } } -- 2.25.1