Skip to content

Commit

Permalink
Finish Chittin
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Jan 25, 2025
1 parent 4a4048c commit 12d5d47
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Resources/Locale/en-US/language/languages.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ language-ValyrianStandard-description =
It is rarely spoken outside of the worlds of its native speakers, and has in modern times been supplanted by the 'Conlangs of the Sol Alliance.
Its speakers are those who wish to uphold the traditions and beliefs of ancient peoples from before the colonial era.
language-Chittin-name = Chittin
language-Chittin-description =
A language consisting of clicks, buzzes, and some variety of harsh insect sounds.
Most of what makes up their speech comes from their antennae, making it a near-impossible language for those without to learn.
# Animal Languages

language-Cat-name = Cat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@
- type: Chitinid
- type: BlockInjection
blockReason: chitinid
- type: LanguageKnowledge
speaks:
- TauCetiBasic
- Chittin
understands:
- TauCetiBasic
- Chittin

- type: entity
parent: BaseSpeciesDummy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,18 @@
- Azaziba
requires:
- Draconic

- type: entity
parent: BaseSubdermalImplant
id: ChittinTranslatorImplant
name: chittin translator implant
description: An implant giving the ability to understand and speak Chittin.
categories: [ HideSpawnMenu ]
components:
- type: TranslatorImplant
understood:
- Chittin
spoken:
- Chittin
requires:
- TauCetiBasic
19 changes: 18 additions & 1 deletion Resources/Prototypes/Entities/Objects/Devices/translators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,21 @@
- Azaziba
requires:
- Draconic
- Azaziba
- Azaziba

- type: entity
id: ChittinTranslator
parent: [ TranslatorPoweredBase ]
name: Chittin translator
description: Translates speech between Chittin and Tau-Ceti Basic. For talking to Chitinids!
components:
- type: HandheldTranslator
spoken:
- TauCetiBasic
- Chittin
understood:
- TauCetiBasic
- Chittin
requires:
- TauCetiBasic
- Chittin
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,12 @@
name: azaziba translator implant
components:
- type: Implanter
implant: AzazibaTranslatorImplant
implant: AzazibaTranslatorImplant

- type: entity
id: ChittinTranslatorImplanter
parent: [ BaseTranslatorImplanter ]
name: chittin translator implant
components:
- type: Implanter
implant: ChittinTranslatorImplant

0 comments on commit 12d5d47

Please sign in to comment.