mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Fixes some origins not saving. (#15614)
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
/singleton/origin_item/origin/xanu_free_league,
|
||||
/singleton/origin_item/origin/himeo,
|
||||
/singleton/origin_item/origin/vysoka,
|
||||
/singleton/origin_item/origin/coalition_offworlder,
|
||||
/singleton/origin_item/origin/coa_spacer,
|
||||
/singleton/origin_item/origin/gadpathur,
|
||||
/singleton/origin_item/origin/gadpathur_exile,
|
||||
/singleton/origin_item/origin/assunzione,
|
||||
/singleton/origin_item/origin/non_coalition_frontier,
|
||||
/singleton/origin_item/origin/ncf,
|
||||
/singleton/origin_item/origin/other_coalition
|
||||
)
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
possible_citizenships = CITIZENSHIPS_COALITION
|
||||
possible_religions = list(RELIGION_NONE, RELIGION_CHRISTIANITY, RELIGION_ISLAM, RELIGION_BUDDHISM, RELIGION_HINDU, RELIGION_TAOISM, RELIGION_JUDAISM, RELIGION_OTHER)
|
||||
|
||||
/singleton/origin_item/origin/coalition_offworlder
|
||||
/singleton/origin_item/origin/coa_spacer
|
||||
name = "Coalition Offworlders"
|
||||
desc = "The offworlders of the Coalition of Colonies are an odd mix of nomadic or semi-nomadic peoples that do not call any planet home, and instead opt to live in spaceborne fleets. The most notable offworlder group in the Coalition is the Scarabs, though many more are present in the Coalition's borders."
|
||||
possible_accents = list(ACCENT_NCF, ACCENT_SCARAB, ACCENT_COC)
|
||||
@@ -83,7 +83,7 @@
|
||||
origin_traits = list(TRAIT_ORIGIN_DARK_AFRAID)
|
||||
origin_traits_descriptions = list("tend to feel nervous in the dark")
|
||||
|
||||
/singleton/origin_item/origin/non_coalition_frontier
|
||||
/singleton/origin_item/origin/ncf
|
||||
name = "Non-Coalition Frontier"
|
||||
desc = "The frontier beyond the Coalition of Colonies before unexplored \"deadspace,\" has seen limited human colonization, but still dwells mostly outside of the influence of any government. Most residents of this distant frontier that drift back to the more populated Orion Spur eventually claim citizenship with the Coalition of Colonies due to its ease of acquisition."
|
||||
possible_accents = list(ACCENT_NCF)
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
possible_origins = list(
|
||||
/singleton/origin_item/origin/moroz,
|
||||
/singleton/origin_item/origin/fisanduh,
|
||||
/singleton/origin_item/origin/imperial_core_worlds,
|
||||
/singleton/origin_item/origin/core_worlds,
|
||||
/singleton/origin_item/origin/novi_jadran,
|
||||
/singleton/origin_item/origin/imperial_frontier,
|
||||
/singleton/origin_item/origin/dominian_exile
|
||||
@@ -30,7 +30,7 @@
|
||||
origin_traits = list(TRAIT_ORIGIN_COLD_RESISTANCE)
|
||||
origin_traits_descriptions = list("are more acclimatised to the cold.")
|
||||
|
||||
/singleton/origin_item/origin/imperial_core_worlds
|
||||
/singleton/origin_item/origin/core_worlds
|
||||
name = "Imperial Core Worlds"
|
||||
desc = "The Imperial Core consists of worlds colonized mostly by Morozians with little involvement by Ma'zals such as Sparta, Alterim Obrirava, and Alterim Balteulis. Much of the culture of these planets is shared with the Imperial capital of Moroz, and the pomp-and-circumstance of Dominian noble life is well alive on these worlds as well. Much of the wealth of Dominians living in the Imperial Core has been built off of resources extracted from worlds conquered by the Empire. In the Empire, to be Morozian is to bear a badge of honor - yet with that honor comes an understanding that one must act as a Morozian, and not debase oneself to the level of a Ma'zal."
|
||||
possible_accents = list(ACCENT_DOMINIA_VULGAR, ACCENT_DOMINIA_HIGH)
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
name = "Federation Skrell"
|
||||
desc = "The Nralakk Federation was first formed in 900 CE to unite the Skrell diaspora on Qerrbalak and its initial colonies, and formed again in 2245 CE with the disappearance of Glorsh-Omega. The Federation throughout the centuries has always had the main goal of uplifting the Skrell species as a whole, resulting in a culture that places importance on family, success, and working as a collective for the betterment of Skrellkind."
|
||||
possible_origins = list(
|
||||
/singleton/origin_item/origin/nralakk_core_worlds,
|
||||
/singleton/origin_item/origin/nralakk_core,
|
||||
/singleton/origin_item/origin/traverse,
|
||||
/singleton/origin_item/origin/generation_fleets
|
||||
)
|
||||
|
||||
/singleton/origin_item/origin/nralakk_core_worlds
|
||||
/singleton/origin_item/origin/nralakk_core
|
||||
name = "Core Worlds"
|
||||
desc = "The Core Worlds are locations within the inner sphere of the Nralakk Federation. The Core Worlds consist of the system Nralakk, the birthplace of the Skrell, as well as the first colonies founded by the species. High quality of life and pro-Nralakk Federation views are common for those who live here."
|
||||
important_information = "The Nralakk Federation monitors its citizens closely while they're abroad, and they risk deportation if their actions are deemed a serious threat to the Federation."
|
||||
|
||||
Reference in New Issue
Block a user