Skip to content

Commit

Permalink
tts shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
pheenty committed Nov 10, 2024
1 parent 0991ba8 commit 0759529
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@
attributes:
gender: male
- type: Sharp
- type: TTS # Stories-TTS
voice: twitch

- type: entity
id: MobRatKingBuff
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
damageContainer: Biological
- type: NoSlip
- type: TTS # Stories-TTS
voice: twitch
voice: hagraven
- type: Eye
drawFov: false
visMask:
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@
path: /Audio/Items/bikehorn.ogg
params:
variation: 0.125
- type: TTS # Stories-TTS
voice: space_core

- type: entity
parent: MobHonkBot
Expand Down
6 changes: 4 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Player/dragon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,10 @@
- DoorBumpOpener
- type: Puller
needsHands: false
- type: Nightvision # Stories
toggleOnSound: null # Stories
- type: Nightvision # Stories - start
toggleOnSound: null
- type: TTS
voice: ranrak # Stories - end

- type: entity
parent: BaseMobDragon
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Player/guardian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
- type: Tag
tags:
- CannotSuicide
- type: TTS # Stories-TTS
voice: sentrybot

# From the uplink injector
- type: entity
Expand Down Expand Up @@ -257,6 +259,8 @@
- type: HTN
rootTask:
task: SimpleHumanoidHostileCompound
- type: TTS # Stories-TTS
voice: fact_core

- type: entity
id: ActionToggleGuardian
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
- type: GuideHelp
guides:
- Xenoarchaeology
- type: TTS # Stories-TTS
voice: threedog_radio

- type: entity
parent: BaseXenoArtifactItem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
- Xenoarchaeology
- type: StealTarget
stealGroup: XenoArtifact
- type: TTS # Stories-TTS
voice: threedog_radio

- type: entity
parent: BaseXenoArtifact
Expand Down
5 changes: 4 additions & 1 deletion Resources/Prototypes/Stories/Entities/Mobs/Aliens/spaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@
Base: spaf
Dead:
Base: dead
- type: TTS
voice: ziggs

- type: entity
name: маленький радужный слизняк
Expand Down Expand Up @@ -193,4 +195,5 @@
damage:
types:
Slash: 5

- type: TTS
voice: charlotte
4 changes: 2 additions & 2 deletions Resources/Prototypes/Stories/Entities/Mobs/sith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
- type: Examiner
- type: NoSlip
- type: Actions
- type: TTS # Stories-TTS
voice: twitch
- type: TTS
voice: hagraven
- type: Eye
drawFov: false
visMask:
Expand Down

0 comments on commit 0759529

Please sign in to comment.