Skip to content

Commit

Permalink
Automatic Changelog Update (Simple-Station#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Sep 28, 2024
1 parent d176bff commit 9f2c447
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,18 @@
- Moffic
requires:
- TauCetiBasic

- type: entity
parent: BaseSubdermalImplant
id: ValyrianStandardTranslatorImplant
name: valyrian standard translator implant
description: An implant giving the ability to understand and speak Valyrian Standard. Chirp!
noSpawn: true
components:
- type: TranslatorImplant
understood:
- ValyrianStandard
spoken:
- ValyrianStandard
requires:
- TauCetiBasic
17 changes: 17 additions & 0 deletions Resources/Prototypes/Entities/Objects/Devices/translators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,20 @@
requires:
- TauCetiBasic
setLanguageOnInteract: false

- type: entity
id: ValyrianStandardTranslator
parent: [ TranslatorPoweredBase ]
name: Valyrian Standard translator
description: Translates speech between Valyrian Standard and Tau-Ceti Basic. For talking to Harpies!
components:
- type: HandheldTranslator
spoken:
- TauCetiBasic
- ValyrianStandard
understood:
- TauCetiBasic
- ValyrianStandard
requires:
- TauCetiBasic
- ValyrianStandard
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,11 @@
components:
- type: Implanter
implant: MofficTranslatorImplant

- type: entity
id: ValyrianStandardTranslatorImplanter
parent: [ BaseTranslatorImplanter ]
name: valyrian standard translator implant
components:
- type: Implanter
implant: ValyrianStandardTranslatorImplant

0 comments on commit 9f2c447

Please sign in to comment.