Skip to content

Commit

Permalink
Dragon telepathy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirus59 committed Oct 25, 2024
1 parent ae65e8b commit e67e861
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/ss220/chat/telepathy.ftl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
chat-telepathy-yogsothothcult = Культ Йогг
chat-telepathy-dragon = Космический дракон
5 changes: 5 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/carp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@
- type: HTN
rootTask:
task: DragonCarpCompound
# SS220 Telepathy begin
- type: Telepathy
canSend: true
telepathyChannelPrototype: TelepathyChannelSpaceDragon
# SS220 Telepathy end

- type: entity
id: MobCarpDungeon
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Player/dragon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@
## ss220 lowTTKUpdate
- type: Puller
needsHands: false
# SS220 Telepathy begin
- type: Telepathy
canSend: true
telepathyChannelPrototype: TelepathyChannelSpaceDragon
# SS220 Telepathy end


- type: entity
parent: BaseMobDragon
Expand Down
7 changes: 6 additions & 1 deletion Resources/Prototypes/SS220/telepahy_channels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
- type: telepathyChannel
- type: telepathyChannel
id: TelepathyChannelYogSothothCult
name: chat-telepathy-yogsothothcult
color: Brown

- type: telepathyChannel
id: TelepathyChannelSpaceDragon
name: chat-telepathy-dragon
color: "#7567b6"

0 comments on commit e67e861

Please sign in to comment.