Skip to content

Commit

Permalink
Shadowkin меняем на Shadekin
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed Aug 6, 2024
1 parent ce36226 commit 257d992
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions Resources/Prototypes/ADT/Entities/Objects/Device/handheld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,21 +300,21 @@
price: 1500

- type: entity
id: ShadowkinTranslator
id: ShadekinTranslator
parent: [ Translator ]
name: Shadowkin translator
name: Shadekin translator
description: "Translates speech."
components:
- type: HandheldTranslator
toSpeak:
- GalacticCommon
- Shadowkin
- Shadekin
toUnderstand:
- GalacticCommon
- Shadowkin
- Shadekin
required:
- GalacticCommon
- Shadowkin
- Shadekin
- type: StaticPrice
price: 1500

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
description: "An implant giving the ability to understand and speak Shadekin language."
components:
- type: Implanter
implant: ShadowkinTranslatorImplant
implant: ShadekinTranslatorImplant

- type: entity
id: DwarfTranslatorImplanter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,16 +206,16 @@

- type: entity
parent: BaseTranslatorImplant
id: ShadowkinTranslatorImplant
id: ShadekinTranslatorImplant
name: translator implant
description: This implant grants language knowledge.
noSpawn: true
components:
- type: TranslatorImplant
toSpeak:
- Shadowkin
- Shadekin
toUnderstand:
- Shadowkin
- Shadekin

- type: entity
parent: BaseTranslatorImplant
Expand Down Expand Up @@ -253,7 +253,7 @@
- type: TranslatorImplant
toUnderstand:
- RobotTalk
- Shadowkin
- Shadekin
- Arkane
- Urs
- Drask
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/ADT/Recipes/Lathes/translators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@
Silver: 50

- type: latheRecipe
id: ShadowkinTranslatorImplanter
result: ShadowkinTranslatorImplanter
id: ShadekinTranslatorImplanter
result: ShadekinTranslatorImplanter
completetime: 2
materials:
Steel: 500
Expand Down Expand Up @@ -350,8 +350,8 @@
Gold: 50

- type: latheRecipe
id: ShadowkinTranslator
result: ShadowkinTranslator
id: ShadekinTranslator
result: ShadekinTranslator
completetime: 2
materials:
Steel: 500
Expand Down

0 comments on commit 257d992

Please sign in to comment.