Skip to content

Commit

Permalink
Borgs languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bomjojuk committed Mar 8, 2025
1 parent a3bfec2 commit a610e60
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 1 deletion.
30 changes: 30 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,36 @@
- AllAccess #Randomized access would be fun. AllAccess is the best i can think of right now that does make it too hard for it to enter the station or navigate it..
- type: AccessReader
access: [["Command"], ["Research"]]
- type: Language
availableLanguages:
- id: Galactic
- id: SolCommon
canSpeak: false
- id: Tradeband
canSpeak: false
- id: Gutter
canSpeak: false
- id: Clownish
canSpeak: false
- id: NeoRusskiya
canSpeak: false
- id: Sintaunathi
canSpeak: false
- id: Siiktajr
canSpeak: false
- id: VoxPidgin
canSpeak: false
- id: Rootspeak
canSpeak: false
- id: Bubblish
canSpeak: false
- id: Tkachi
canSpeak: false
- id: Arati
canSpeak: false
- id: Canilunzt
canSpeak: false
- id: Binary
- type: StartIonStormed
ionStormAmount: 3
- type: IonStormTarget
Expand Down
33 changes: 32 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,37 @@
name: syndicate assault cyborg
description: A lean, mean killing machine with access to a variety of deadly modules.
components:
- type: Language
availableLanguages:
- id: Galactic
- id: SolCommon
canSpeak: false
- id: Tradeband
canSpeak: false
- id: Gutter
canSpeak: false
- id: Clownish
canSpeak: false
- id: NeoRusskiya
canSpeak: false
- id: Sintaunathi
canSpeak: false
- id: Siiktajr
canSpeak: false
- id: VoxPidgin
canSpeak: false
- id: Rootspeak
canSpeak: false
- id: Bubblish
canSpeak: false
- id: Tkachi
canSpeak: false
- id: Arati
canSpeak: false
- id: Canilunzt
canSpeak: false
- id: Binary
- id: Codespeak
- type: Sprite
layers:
- state: synd_sec
Expand Down Expand Up @@ -218,4 +249,4 @@
interactSuccessString: petting-success-derelict-cyborg
interactFailureString: petting-failure-derelict-cyborg
interactSuccessSound:
path: /Audio/Ambience/Objects/periodic_beep.ogg
path: /Audio/Ambience/Objects/periodic_beep.ogg
17 changes: 17 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Player/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,23 @@
visible: false
- type: BlockMovement
blockInteraction: false
- type: Language
availableLanguages:
- id: Galactic
- id: SolCommon
- id: Tradeband
- id: Gutter
- id: Clownish
- id: NeoRusskiya
- id: Sintaunathi
- id: Siiktajr
- id: VoxPidgin
- id: Rootspeak
- id: Bubblish
- id: Tkachi
- id: Arati
- id: Canilunzt
- id: Binary
- type: SiliconLawProvider
laws: Crewsimov
- type: SiliconLawBound
Expand Down

0 comments on commit a610e60

Please sign in to comment.