forked from Grimbly-Station/Grimbly-Station
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gives Rodentia their own language, and a bit of lore! GLORY TO RATSTO…
…ZKA! (Grimbly-Station#107) <!-- This is a semi-strict format, you can add/remove sections as needed but the order/format should be kept the same Remove these comments before submitting --> # Description <!-- Explain this PR in as much detail as applicable Some example prompts to consider: How might this affect the game? The codebase? What might be some alternatives to this? How/Who does this benefit/hurt [the game/codebase]? --> Gives rodentia their own language, Ratstozkan, and adds a Ratstozkan translator and translator implant. Also adds a tidbit of my own lore to the language description: > After several leaks from the Tau-Ceti Government, it was recently determined that 'Ratstozka' wasn't ever a real empire, and therefore not the legitimate name of this language. Instead, 'Ratstozka' was a demeaning, made up name slapped on to the many rodentia nations to villainize them - ultimately being used to justify the liberation of the Rodentia Homeworld. Nowadays, many rodentia wish to reclaim their independence; While the false flag was originally a tool for oppression, it has been slowly turned into an icon of national pride. GLORY TO RATSTOZKA! --- <!-- This is default collapsed, readers click to expand it and see all your media The PR media section can get very large at times, so this is a good way to keep it clean The title is written using HTML tags The title must be within the <summary> tags or you won't see it --> <h1>Media</h1> <p> ![image](https://github.com/user-attachments/assets/dda73fc5-0f5e-4754-81f8-117fee647259) </p> --- # Changelog <!-- You can add an author after the `:cl:` to change the name that appears in the changelog (ex: `:cl: Death`) Leaving it blank will default to your GitHub display name This includes all available types for the changelog --> :cl: - add: Added Ratstozkan, the glorious language of the Rodentia! - add: Rat kings can now speak Ratstozkan, and rat servants can understand Ratstozkan
- Loading branch information
Showing
11 changed files
with
125 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,3 +126,4 @@ | |
- Moffic | ||
requires: | ||
- TauCetiBasic | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
Resources/Prototypes/Grimbly/Entities/Objects/Devices/translator_implants.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- type: entity | ||
parent: BaseSubdermalImplant | ||
id: RatstozkanTranslatorImplant | ||
name: Ratstozkan translator implant | ||
description: An implant that lets you bring glory to Ratstozka! | ||
noSpawn: true | ||
components: | ||
- type: TranslatorImplant | ||
understood: | ||
- Ratstozkan | ||
spoken: | ||
- Ratstozkan | ||
requires: | ||
- TauCetiBasic | ||
|
17 changes: 17 additions & 0 deletions
17
Resources/Prototypes/Grimbly/Entities/Objects/Devices/translators.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
- type: entity | ||
id: RatstozkanTranslator | ||
parent: [ TranslatorPoweredBase ] | ||
name: Ratstozkan translator | ||
description: Translates speech between Ratstozkan and Galactic Common, helping you bring glory to Ratstozka! | ||
components: | ||
- type: HandheldTranslator | ||
spoken: | ||
- TauCetiBasic | ||
- Ratstozkan | ||
understood: | ||
- TauCetiBasic | ||
- Ratstozkan | ||
requires: | ||
- TauCetiBasic | ||
- Ratstozkan | ||
|
46 changes: 46 additions & 0 deletions
46
Resources/Prototypes/Language/Species-Specific/rodentia.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Spoken by rodentia | ||
- type: language | ||
id: Ratstozkan | ||
speech: | ||
color: "#c93a36dd" | ||
fontId: AnimalSilence | ||
obfuscation: | ||
!type:SyllableObfuscation | ||
minSyllables: 2 | ||
maxSyllables: 4 | ||
replacement: | ||
- ky | ||
- e'i | ||
- aae | ||
- bi | ||
- eep | ||
- pei | ||
- kee | ||
- ee | ||
- mrr | ||
- irr | ||
- v'i | ||
- ss | ||
- -trii | ||
- blee | ||
- iii | ||
- zi | ||
- wi | ||
- je | ||
- oo | ||
- eel | ||
- ehee | ||
- x | ||
- eee | ||
- iii | ||
- peei | ||
- tch | ||
- eep | ||
- squ | ||
- eak | ||
- pi | ||
- ep | ||
- chuu | ||
- ee | ||
- fwi | ||
- he |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters