Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xeno radio #68

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Resources/Locale/ru-RU/headset/headset-component.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ chat-radio-security = Безопасность
chat-radio-service = Сервис
chat-radio-supply = Снабжение
chat-radio-syndicate = Синдикат
chat-radio-expedition = Экспедиция
chat-radio-expedition = Экспедиция
chat-radio-xeno = Ксено
4 changes: 4 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
- type: CombatMode
- type: InputMover
- type: MobMover
- type: ActiveRadio
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нужен компонент EncryptionKey чтобы они могли писать в свой чат, а для этого видимо придется сделать сам EncryptionKey

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ых, жалко. Ну ладно, завтра сделаю

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нужен компонент EncryptionKey чтобы они могли писать в свой чат, а для этого видимо придется сделать сам EncryptionKey

Сделал, но вроде как нужен еще спрайт для него и компонент ксено

channels:
- Xeno
globalReceive: true
- type: HTN
rootTask: XenoCompound
blackboard:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/Player/observer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- Service
- Supply
- Syndicate
- Expedition
globalReceive: true
- type: Sprite
overrideContainerOcclusion: true # Ghosts always show up regardless of where they're contained.
Expand Down
9 changes: 8 additions & 1 deletion Resources/Prototypes/radio_channels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,11 @@
keycode: 'т' # Corvax-Localization
frequency: 1213
color: "#8f4a4b"
longRange: true
longRange: true

- type: radioChannel
id: Xeno
name: chat-radio-xeno
keycode: 'у' # Corvax-Localization
frequency: 6666
color: "#ff4d6a"