mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Adds a native Burzsian accent (#15762)
This commit is contained in:
@@ -60,6 +60,13 @@
|
||||
tag_icon = "scarabs"
|
||||
text_tag = "SCA"
|
||||
|
||||
/datum/accent/burzsia
|
||||
name = ACCENT_BURZSIA
|
||||
description = "The native Burzsian accent is harsh, guttural, and aggressive. Burzsians refuse to pull any punches with their vocabulary, in accordance with their \
|
||||
dangerous, and at times, adventurous lifestyle."
|
||||
tag_icon = "burzsia"
|
||||
text_tag = "BRZ"
|
||||
|
||||
/datum/accent/silversun_original
|
||||
name = ACCENT_SILVERSUN_ORIGINAL
|
||||
description = "The native accent of Silversun is a sing-song take on standard Sol Common that has, since massive investment into the planet by Idris Incorporated, come to be associated with the planet's renowned tourism industry. \
|
||||
|
||||
@@ -107,6 +107,7 @@
|
||||
#define ACCENT_ANTILLIA "Port Antillia"
|
||||
#define ACCENT_XANU "Xanu"
|
||||
#define ACCENT_SANCOLETTE "San Colette"
|
||||
#define ACCENT_BURZSIA "Burzsia"
|
||||
|
||||
#define ACCENT_REPUBICLANSIIK "Republican Siik'maas"
|
||||
#define ACCENT_NAZIRASIIK "Nazira Siik'maas"
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
/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)
|
||||
possible_accents = list(ACCENT_NCF, ACCENT_SCARAB, ACCENT_COC, ACCENT_BURZSIA)
|
||||
possible_citizenships = CITIZENSHIPS_COALITION
|
||||
possible_religions = list(RELIGION_NONE, RELIGION_CHRISTIANITY, RELIGION_ISLAM, RELIGION_BUDDHISM, RELIGION_HINDU, RELIGION_TAOISM, RELIGION_JUDAISM, RELIGION_OTHER, RELIGION_TRINARY, RELIGION_SCARAB)
|
||||
|
||||
|
||||
@@ -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: SimpleMaroon
|
||||
|
||||
# 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: "Added a native Burzsian accent. The accent can be selected by the Coalition Offworlders origin under the Coalition of Colonies culture."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user