Skip to content

Commit

Permalink
gardensong accent
Browse files Browse the repository at this point in the history
  • Loading branch information
RustingWithYou committed Jan 9, 2025
1 parent 578b514 commit 019bed0
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 2 deletions.
1 change: 1 addition & 0 deletions code/__DEFINES/background.dm
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
#define ACCENT_IRONSONG "Ironsong"
#define ACCENT_SANDSONG "Sandsong"
#define ACCENT_WASTESONG "Wastesong"
#define ACCENT_GARDENSONG "Gardensong"
#define ACCENT_WAVESONG "Wavesong"
#define ACCENT_SUNKENSONG "Sunkensong"
#define ACCENT_STARSONG "Starsong"
Expand Down
8 changes: 7 additions & 1 deletion code/modules/background/accent/diona.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
//Unathi Influenced Accents
/datum/accent/sandsong
name = ACCENT_SANDSONG
description = "Found exclusively in Dionae hailing from the Unathi-Dominated world of Moghes, Sandsong is a distinct variation of Rootsong notable for having its tempo much more drawn out, with tones of higher pitches especially having a much more exaggerated sound. Dionae speaking with the Sandsong accent will typically hold certain speech patterns held by Unathi such as hissing out their S’s and difficulties pronouncing the letter X. "
description = "Found exclusively in Dionae hailing from the Unathi-Dominated world of Moghes, Sandsong is a distinct variation of Rootsong notable for having its tempo much more drawn out, with tones of higher pitches especially having a much more exaggerated sound. Dionae speaking with the Sandsong accent will typically hold certain speech patterns held by Unathi such as hissing out their S’s and difficulties pronouncing the letter X."
tag_icon = "dionae_sandsong"
text_tag = "SDS"

Expand All @@ -63,6 +63,12 @@
tag_icon = "dionae_wastesong"
text_tag = "WES"

/datum/accent/gardensong
name = ACCENT_GARDENSONG
description = "Originating from the gardens of Lazhi, Gardensong is an accent spoken by the gestalts grown to serve as rulers of the Viridis - the Lords Verdant and their offspring. This accent is similar to Sandsong, though with a greater deal of influence from the accents of Unathi Heartland nobility. Its tempo is faster than that of Sandsong, with a flowing and airy tone lending it a pleasant musicality to non-Dionae ears - which some speculate was deliberately engineered by the Governor of the Viridis to better ingratiate her project to the Hegemony at large."
tag_icon = "dionae_gardensong"
text_tag = "GDS"

//Skrell influenced Accents
/datum/accent/wavesong
name = ACCENT_WAVESONG
Expand Down
2 changes: 1 addition & 1 deletion code/modules/background/origins/origins/diona/moghes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name = "Viridis Noble"
desc = "The elevation of Dionae to nobility in 2466 was a controversial decision, but one deemed necessary for the continued operation of Project Viridis. Since their creation, the noble gestalts known as the Lords Verdant have created many offshoots, which are deemed to hold the station of lesser nobility in Izweski society. Many of these gestalts have been sent to other regions of the Hegemony and even beyond, in the hopes of building connections and securing the still-fragile political position of their progenitors."
important_information = "The noble gestalts of the Viridis are carefully cultivated to serve in their roles, and only specific mindtypes are permitted to exist among them. A list of these can be found on the wiki."
possible_accents = list(ACCENT_SANDSONG,ACCENT_WASTESONG)
possible_accents = list(ACCENT_GARDENSONG)
possible_citizenships = list(CITIZENSHIP_IZWESKI)
possible_religions = list(RELIGION_THAKH, RELIGION_SKAKH, RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER)

Expand Down
59 changes: 59 additions & 0 deletions html/changelogs/RustingWithYou - letgreenthingsgrow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
################################
# 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
# - (fixes bugs)
# wip
# - (work in progress)
# qol
# - (quality of life)
# soundadd
# - (adds a sound)
# sounddel
# - (removes a sound)
# rscadd
# - (adds a feature)
# rscdel
# - (removes a feature)
# imageadd
# - (adds an image or sprite)
# imagedel
# - (removes an image or sprite)
# spellcheck
# - (fixes spelling or grammar)
# experiment
# - (experimental change)
# balance
# - (balance changes)
# code_imp
# - (misc internal code change)
# refactor
# - (refactors code)
# config
# - (makes a change to the config files)
# admin
# - (makes changes to administrator tools)
# server
# - (miscellaneous changes to server)
#################################

# Your name.
author: RustingWithYou

# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Adds origins and an accent for the Viridis."
- rscadd: "Allows Dionae to be Hegemony consulars."
Binary file modified icons/accent_tags.dmi
Binary file not shown.

0 comments on commit 019bed0

Please sign in to comment.