diff --git a/code/modules/mapping/planet_types/lore/konyang.dm b/code/modules/mapping/planet_types/lore/konyang.dm
index ec90f9b2831..439f88b1df6 100644
--- a/code/modules/mapping/planet_types/lore/konyang.dm
+++ b/code/modules/mapping/planet_types/lore/konyang.dm
@@ -12,6 +12,7 @@
massvolume = "0.89/0.99"
surfacegravity = "0.93"
charted = "Charted 2305, Sol Alliance Department of Colonization."
+ alignment = "Coalition of Colonies"
geology = "Low-energy tectonic heat signature, minimal surface disruption"
weather = "Global full-atmosphere hydrological weather system. Substantial meteorological activity, violent storms unpredictable"
surfacewater = "Majority potable, 88% surface water. Significant tidal forces from natural satellite"
diff --git a/code/modules/mapping/planet_types/lore/srandmarr.dm b/code/modules/mapping/planet_types/lore/srandmarr.dm
index 61737dc7b5c..9aa37ca1683 100644
--- a/code/modules/mapping/planet_types/lore/srandmarr.dm
+++ b/code/modules/mapping/planet_types/lore/srandmarr.dm
@@ -139,6 +139,7 @@
massvolume = "0.86/0.98"
surfacegravity = "0.80"
charted = "Tajaran homeworld, charted 2418CE, NanoTrasen Corporation"
+ alignment = "Contested"
geology = "Minimal tectonic heat, miniscule geothermal signature overall"
weather = "Global full-atmosphere hydrological weather system. Substantial meteorological activity, violent storms unpredictable"
surfacewater = "Majority frozen, 78% surface water. Significant tidal forces from natural satellite"
diff --git a/code/modules/mapping/planet_types/lore/tauceti.dm b/code/modules/mapping/planet_types/lore/tauceti.dm
index 90d58aecc65..8618ca4de9e 100644
--- a/code/modules/mapping/planet_types/lore/tauceti.dm
+++ b/code/modules/mapping/planet_types/lore/tauceti.dm
@@ -4,6 +4,7 @@
name = "Caprice"
desc = "A scorching-hot volcanic planet close to Tau Ceti."
charted = "Charted 2147CE, Sol Alliance Department of Colonization."
+ alignment = "Federal Republic of Biesel"
icon_state = "globe1"
color = "#cf1020"
generated_name = FALSE
@@ -57,6 +58,7 @@
name = "Valkyrie"
desc = "The moon of Tau Ceti, the third planet to be settled in the system."
charted = "Natural satellite of Tau Ceti, charted 2147CE, Sol Alliance Department of Colonization."
+ alignment = "Federal Republic of Biesel"
icon_state = "globe1"
rock_colors = list("#4a3f41")
color = "#4a3f41"
@@ -75,6 +77,7 @@
name = "New Gibson"
desc = "An ice world just outside the outer edge of the habitable zone."
charted = "Charted 2147CE, Sol Alliance Department of Colonization."
+ alignment = "Federal Republic of Biesel"
icon_state = "globe1"
features_budget = 1
possible_themes = list(/datum/exoplanet_theme/snow/tundra)
@@ -143,6 +146,7 @@
/obj/effect/overmap/visitable/sector/exoplanet/biesel
name = "Biesel"
desc = "The third closest planet to Tau Ceti's star, Biesel is an Earth-like planet that benefits from a temperate climate and breathable atmosphere. It is the capital planet of the Republic of Biesel."
+ alignment = "Federal Republic of Biesel"
icon_state = "globe2"
color = "#5B8958"
planetary_area = /area/exoplanet/grass
diff --git a/code/modules/mapping/planet_types/lore/uueoaesa.dm b/code/modules/mapping/planet_types/lore/uueoaesa.dm
index e80d927af44..e8b0a7b1317 100644
--- a/code/modules/mapping/planet_types/lore/uueoaesa.dm
+++ b/code/modules/mapping/planet_types/lore/uueoaesa.dm
@@ -39,6 +39,7 @@
features_budget = 1
surface_color = "#83857f"
charted = "Natural satellite of Tret, Unathi core world. Charted 2403CE, Sol Alliance Department of Colonization"
+ alignment = "Izweski Hegemony"
generated_name = FALSE
small_flora_types = list(/datum/seed/koisspore)
possible_themes = list(/datum/exoplanet_theme/barren/pid)
@@ -122,6 +123,7 @@
massvolume = "0.97/1.03"
surfacegravity = "0.93"
charted = "Unathi homeworld. Charted 2403CE, Sol Alliance Department of Colonization"
+ alignment = "Izweski Hegemony"
geology = "High tectonic heat. Significant geothermal activity detected."
weather = "Global full-atmosphere hydrological weather system. Substantial meteorological activity, violent storms unpredictable. Heavy radioactive contamination detected in atmosphere."
surfacewater = "34% surface water. Weak tidal forces from natural satellite."
@@ -263,6 +265,7 @@
massvolume = "0.94/1.0"
surfacegravity = "0.98"
charted = "Unathi core world. Charted 2403CE, Sol Alliance Department of Colonization"
+ alignment = "Izweski Hegemony"
geology = "High-energy geothermal signature, tectonic activity non-obstructive to surface environment"
weather = "Global full-atmosphere hydrological weather system. Dangerous meteorological activity not present"
surfacewater = "67% surface water. Four major surface seas detected."
diff --git a/code/modules/overmap/exoplanets/exoplanet.dm b/code/modules/overmap/exoplanets/exoplanet.dm
index 460c0d2dc6f..9cb1eb76d9e 100644
--- a/code/modules/overmap/exoplanets/exoplanet.dm
+++ b/code/modules/overmap/exoplanets/exoplanet.dm
@@ -484,6 +484,7 @@
. += "
Estimated Mass and Volume: [massvolume]BSS(Biesels)"
. += "
Surface Gravity: [surfacegravity]Gs"
+ . += "
Governing Body: [alignment]"
. += "
Charted: [charted]"
. += "
Geological Variables: [geology]"
. += "
Surface Water Coverage: [surfacewater]"
diff --git a/code/modules/overmap/overmap_object.dm b/code/modules/overmap/overmap_object.dm
index f54695b8124..71be6fe4cee 100644
--- a/code/modules/overmap/overmap_object.dm
+++ b/code/modules/overmap/overmap_object.dm
@@ -62,7 +62,7 @@
. += "