Adds new accents and origin to Orepit (#17108)

* yeah

* cl

* coc for humans

* Update code/modules/background/accent/human.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

---------

Co-authored-by: KingOfThePing <cb.back@gmx.de>
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
KingOfThePing
2023-08-20 14:14:36 +00:00
committed by GitHub
co-authored by SleepyGemmy KingOfThePing
parent 6cc9062d20
commit 8bdcdc5a13
7 changed files with 39 additions and 14 deletions
@@ -10,6 +10,7 @@
/singleton/origin_item/origin/gadpathur_exile,
/singleton/origin_item/origin/assunzione,
/singleton/origin_item/origin/ncf,
/singleton/origin_item/origin/orepit,
/singleton/origin_item/origin/other_coalition
)
@@ -92,3 +93,11 @@
possible_accents = list(ACCENT_COC, ACCENT_NCF)
possible_citizenships = list(CITIZENSHIP_COALITION, CITIZENSHIP_BIESEL)
possible_religions = RELIGIONS_COALITION
/singleton/origin_item/origin/orepit
name = "Orepit"
desc = "The human population of Orepit includes the Native Orepitters, who descend from Hephaestus employees following the abandoned mining mission on the planet, as well as immigrants and pilgrims of the Trinary religion."
important_information = "All humans from Orepit are vetted Trinary faithful, and their behaviour should reflect that."
possible_accents = list(ACCENT_OREPIT, ACCENT_PROVIDENCE)
possible_citizenships = list(CITIZENSHIP_NONE, CITIZENSHIP_COALITION)
possible_religions = list(RELIGION_TRINARY)
@@ -5,7 +5,8 @@
/singleton/origin_item/origin/ipc_xanu,
/singleton/origin_item/origin/ipc_himeo,
/singleton/origin_item/origin/ipc_assunzione,
/singleton/origin_item/origin/ipc_vysoka
/singleton/origin_item/origin/ipc_vysoka,
/singleton/origin_item/origin/ipc_orepit
)
/singleton/origin_item/origin/ipc_xanu
@@ -30,18 +31,11 @@
possible_citizenships = list(CITIZENSHIP_COALITION, CITIZENSHIP_BIESEL, CITIZENSHIP_NONE)
possible_religions = list(RELIGION_LUCEISM, RELIGION_NONE)
/singleton/origin_item/culture/orepit_trinary
name = "Orepit Trinary"
desc = "All IPC on Orepit find themselves inextricably linked with the Trinary Perfection, a religion that preaches the eventual ascension of synthetic life. Keeping in line with their beliefs, the people and religious authorities on the planet have ensured that it remains a beacon of liberty to synthetic refugees, and IPC from all walks of life can be seen on this planet so long as they believe or are least amiable with the church."
possible_origins = list(
/singleton/origin_item/origin/orepit
)
/singleton/origin_item/origin/orepit
/singleton/origin_item/origin/ipc_orepit
name = "Orepit"
desc = "Refugees and runaways, the synthetic population of Orepit has embraced the beliefs of synthetic divinity and ascension preached by the Trinary Perfection. A primarily religious community, IPC from Orepit and its capital Providence find themselves occupying clerical posts abroad as priests, missionaries and even guardians of the Church for its parishes scattered across the Spur."
possible_accents = ACCENTS_ALL_IPC_SOL
possible_citizenships = list(CITIZENSHIP_COALITION, CITIZENSHIP_NONE)
possible_accents = list(ACCENT_PROVIDENCE)
possible_citizenships = list(CITIZENSHIP_NONE)
possible_religions = list(RELIGION_TRINARY)
/singleton/origin_item/origin/ipc_vysoka
@@ -50,4 +44,4 @@
important_information = "Due to local laws on Vysoka, Shells are exceedingly rare, with the only ones existing on the planet being those owned by Idris Incorporated."
possible_accents = list(ACCENT_SOL, ACCENT_COC, ACCENT_NCF, ACCENT_VYSOKA, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_COALITION, CITIZENSHIP_NONE)
possible_religions = list(RELIGION_NONE, RELIGION_STOLITISM, RELIGION_OTHER)
possible_religions = list(RELIGION_NONE, RELIGION_STOLITISM, RELIGION_OTHER)