Skip to content

Commit

Permalink
Make All Trait Languages Visible (#119)
Browse files Browse the repository at this point in the history
<!--
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]?
-->

cool colors

---

# 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:
- tweak: Specific languages now how proper coloring.
  • Loading branch information
sleepyyapril authored Jan 3, 2025
2 parents 1c58651 + a30736b commit ec0f637
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/Species-Specific/diona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# TODO: Replace this with a much better language.
- type: language
id: RootSpeak
isVisibleLanguage: true
speech:
color: "#ce5e14dd"
fontId: Noganas
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/Species-Specific/harpy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- type: language
id: ValyrianStandard
isVisibleLanguage: true
speech:
fontId: Cambria
color: "#008ecc"
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/Species-Specific/marish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Spoken by shadowkins.
- type: language
id: Marish
isVisibleLanguage: true
speech:
color: "#be3cc5"
fontId: Lymphatic
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/Species-Specific/moth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# TODO: Replace this with a much better language.
- type: language
id: Moffic
isVisibleLanguage: true
speech:
color: "#c7df2edd"
fontId: Copperplate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# TODO: Replace this with a much better language.
- type: language
id: Nekomimetic
isVisibleLanguage: true
speech:
color: "#df57aaee"
fontId: Manga
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# TODO: Replace this with a much better language.
- type: language
id: Bubblish
isVisibleLanguage: true
speech:
color: "#00a3e2dd"
fontId: RubikBubbles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# TODO: Replace this with a much better language.
- type: language
id: Canilunzt
isVisibleLanguage: true
speech:
color: "#d69b3dcc"
obfuscation:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/Standard/elyran.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- type: language
id: Elyran
isVisibleLanguage: true
speech:
color: "#8282fbaa"
obfuscation:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/Standard/freespeak.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- type: language
id: Freespeak
isVisibleLanguage: true
speech:
color: "#597d35"
obfuscation:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/Standard/solcommon.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- type: language
id: SolCommon
isVisibleLanguage: true
speech:
color: "#8282fbaa"
obfuscation:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/Standard/tradeband.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- type: language
id: Tradeband
isVisibleLanguage: true
speech:
color: "#597d35"
obfuscation:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/genericlanguages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# TODO: Replace this with much better languages. Yes, robots can have languages.
- type: language
id: RobotTalk
isVisibleLanguage: true
speech:
fontId: Monospace
obfuscation:
Expand Down

0 comments on commit ec0f637

Please sign in to comment.