Skip to content

Commit

Permalink
Personal Ai Languages (DeltaV-Station#1066)
Browse files Browse the repository at this point in the history
# Description

This PR adds Languages to Personal Ai devices, allowing them to act as
an interpreter for their owner. PAIs carry knowledge of all "Common"
languages(Not including anything species specific, or Rare), plus the
ability to understand(but not speak) Sign language.

# Changelog

:cl:
- add: Personal Ai devices now come loaded with knowledge of all
"Common" languages, including Sign language, allowing them to interpret
for their owner.
  • Loading branch information
VMSolidus authored Oct 19, 2024
1 parent a3e467b commit 0aae220
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Resources/Prototypes/Entities/Objects/Fun/pai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,22 @@
Searching: { state: pai-searching-overlay }
On: { state: pai-on-overlay }
- type: StationMap
- type: LanguageKnowledge
speaks:
- TauCetiBasic
- SolCommon
- Tradeband
- Freespeak
- Elyran
- RobotTalk
understands:
- TauCetiBasic
- SolCommon
- Tradeband
- Freespeak
- Elyran
- RobotTalk
- Sign # It's intentional that they don't "Speak" sign language.

- type: entity
parent: PersonalAI
Expand Down

0 comments on commit 0aae220

Please sign in to comment.