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
+1
View File
@@ -110,6 +110,7 @@
#define ACCENT_AEMAQ "Aemaq"
#define ACCENT_NEWSUEZ "New Suez"
#define ACCENT_DAMASCUS "Damascus II"
#define ACCENT_BURSA "Bursa"
#define ACCENT_ANTILLIA "Port Antillia"
#define ACCENT_XANU "Xanu"
#define ACCENT_SANCOLETTE "San Colette"
+7
View File
@@ -386,6 +386,13 @@
tag_icon = "newsuez"
text_tag = "NSZ"
/datum/accent/bursa
name = ACCENT_BURSA
description = "The Bursan accent is characterized by its soft and slightly lisping intonations, compared to the throatier sounds of most other Elyran accents. \
Across the wider Republic of Elyra, the Bursan accent is usually stereotyped as belonging to a country bumpkin or a career soldier."
tag_icon = "bursa"
text_tag = "BUR"
/datum/accent/damascus
name = ACCENT_DAMASCUS
description = "One of the most venerable of all Elyra's linguistic variations, the Damascene accent is famous across the Serene Republic for its scholarly, almost archaic air. Drawing more heavily from Arabic influence \
@@ -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)
@@ -0,0 +1,41 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
# admin
# backend
# security
# refactor
#################################
# Your name.
author: Lavillastrangiato
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Adds a Bursan accent and origin for Elyran humans and IPCs."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 25 KiB