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

tts shenanigans #263

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
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
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
Loading