Adds a Bursan Accent (#17904)

* gettin chilly with it

* minor spelling mistake

* actually adding cold resistance

* changelog
This commit is contained in:
lavillastrangiato
2023-12-10 16:57:58 -07:00
committed by GitHub
parent f94331bad4
commit 65e2e24f0c
6 changed files with 60 additions and 1 deletions
@@ -8,6 +8,7 @@
/singleton/origin_item/origin/medina,
/singleton/origin_item/origin/aemaq,
/singleton/origin_item/origin/new_suez,
/singleton/origin_item/origin/bursa,
/singleton/origin_item/origin/other_elyran
)
@@ -54,6 +55,15 @@
possible_citizenships = list(CITIZENSHIP_ELYRA, CITIZENSHIP_ELYRA_NCP)
possible_religions = RELIGIONS_ELYRA
/singleton/origin_item/origin/bursa
name = "Bursa"
desc = "The only habitable planet in the Alaz-Khan star system, Bursa is an arctic world primarily fueled by mining and industry, known for its strong emphasis on community ties and patriotism. In recent years the planet was a victim of attacks by the Liidra, leaving thousands dead and many more scarred by the events."
possible_accents = list(ACCENT_BURSA)
possible_citizenships = list(CITIZENSHIP_ELYRA, CITIZENSHIP_ELYRA_NCP)
possible_religions = RELIGIONS_ELYRA
origin_traits = list(TRAIT_ORIGIN_COLD_RESISTANCE)
origin_traits_descriptions = list("are more acclimatised to the cold.")
/singleton/origin_item/origin/other_elyran
name = "Other Elyran"
desc = "The Republic controls many worlds, from mostly-barren mining colonies on asteroids to the frigid climate of Bursa to the bustling capital of Persepolis. The citizens of these worlds and colonies are unified by their loyalty to the Republic and Elyra's unique culture, which has been influenced by its roots upon Earth."
@@ -9,6 +9,6 @@
name = "Elyran"
desc = "Elyra granting citizenship to a large number of IPC was, at its base, a purely political and eventually unpopular move. Since then, citizenship has proven difficult to obtain for many synthetics, the majority remaining owned privately or by a corporation. A largely isolationist Elyran society has managed to infuse its cultural identity into the majority of free IPC, though there are those who choose to abstain from the mainstream and politics to turn to the arts."
important_information = "All IPC in Elyra are produced within the Republic, foreign IPC being mistrusted and oftentimes prohibited from entry, let alone citizenship and residency. All Elyran manufactured IPC are expected to have at least a basic knowledge of the cultural norms of Elyra and tenets of Islam."
possible_accents = list(ACCENT_ELYRA, ACCENT_AEMAQ, ACCENT_MEDINA, ACCENT_DAMASCUS, ACCENT_NEWSUEZ, ACCENT_PERSEPOLIS, ACCENT_TTS)
possible_accents = list(ACCENT_ELYRA, ACCENT_AEMAQ, ACCENT_MEDINA, ACCENT_DAMASCUS, ACCENT_NEWSUEZ, ACCENT_PERSEPOLIS, ACCENT_BURSA, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_ELYRA, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION, CITIZENSHIP_NONE)
possible_religions = list(RELIGION_ISLAM, RELIGION_TRINARY, RELIGION_NONE)