Skip to content

Commit 092efc3

Browse files
authored
add rootspeak (DeltaV-Station#5827)
* add radio channel and components to nymphs and diona * add speak to tree, change radio color * rename to rootsong whoops
1 parent a7096b1 commit 092efc3

5 files changed

Lines changed: 34 additions & 0 deletions

File tree

Resources/Locale/en-US/_DV/headset/headset-component.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ chat-radio-prison = Prison
33
chat-radio-admeme-1 = Channel 1
44
chat-radio-admeme-2 = Channel 2
55
chat-radio-admeme-3 = Channel 3
6+
chat-radio-rootsong = Rootsong

Resources/Prototypes/Entities/Mobs/NPCs/animals.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3900,6 +3900,13 @@
39003900
description: ghost-role-information-nymph-description
39013901
rules: ghost-role-information-nonantagonist-rules
39023902
- type: GhostTakeoverAvailable
3903+
- type: IntrinsicRadioReceiver
3904+
- type: IntrinsicRadioTransmitter
3905+
channels:
3906+
- Rootsong
3907+
- type: ActiveRadio
3908+
channels:
3909+
- Rootsong
39033910
# DeltaV changes end
39043911
- type: Physics
39053912
- type: Fixtures

Resources/Prototypes/Entities/Mobs/Species/diona.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,15 @@
133133
Toxin: -0.1
134134
Airloss: -0.1
135135
darkMovementSpeedMultiplier: 0.7
136+
# DeltaV add Rootsong
137+
- type: IntrinsicRadioReceiver
138+
- type: IntrinsicRadioTransmitter
139+
channels:
140+
- Rootsong
141+
- type: ActiveRadio
142+
channels:
143+
- Rootsong
144+
# DeltaV end
136145

137146
- type: entity
138147
parent: BaseSpeciesDummy

Resources/Prototypes/Entities/Objects/Decoration/flora.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,15 @@
231231
tree04: ""
232232
tree05: ""
233233
tree06: ""
234+
# DeltaV add Rootsong
235+
- type: IntrinsicRadioReceiver
236+
- type: IntrinsicRadioTransmitter
237+
channels:
238+
- Rootsong
239+
- type: ActiveRadio
240+
channels:
241+
- Rootsong
242+
# DeltaV end
234243

235244
- type: entity
236245
parent: BaseTreeSnow

Resources/Prototypes/_DV/radio_channels.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@
3232
keycode: '3'
3333
frequency: 20003
3434
color: "#b6e521"
35+
36+
- type: radioChannel
37+
id: Rootsong
38+
name: chat-radio-rootsong
39+
keycode: 'r'
40+
frequency: 3333
41+
color: "#646617"
42+
longRange: true

0 commit comments

Comments
 (0)