Unit voices: MRP and Stream acknowledgment lines on all units
Some checks failed
Continuous Integration / Linux (.NET 6.0) (push) Has been cancelled
Continuous Integration / Linux (mono) (push) Has been cancelled
Continuous Integration / Windows (.NET 6.0) (push) Has been cancelled

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
type-two 2026-07-20 17:24:09 +10:00
parent 33826f0755
commit 4761245c61
12 changed files with 33 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -9,6 +9,8 @@
spinner: spinner:
Inherits: ^ArmedUnit Inherits: ^ArmedUnit
Voiced:
VoiceSet: MrpVoice
-WithSpriteBody: -WithSpriteBody:
WithFacingSpriteBody: WithFacingSpriteBody:
Buildable: Buildable:
@ -31,6 +33,8 @@ spinner:
stacktank: stacktank:
Inherits: ^ArmedUnit Inherits: ^ArmedUnit
Voiced:
VoiceSet: MrpVoice
-WithSpriteBody: -WithSpriteBody:
WithFacingSpriteBody: WithFacingSpriteBody:
Buildable: Buildable:
@ -53,6 +57,8 @@ stacktank:
basscannon: basscannon:
Inherits: ^ArmedUnit Inherits: ^ArmedUnit
Voiced:
VoiceSet: MrpVoice
-WithSpriteBody: -WithSpriteBody:
WithFacingSpriteBody: WithFacingSpriteBody:
Buildable: Buildable:
@ -75,6 +81,8 @@ basscannon:
roadie: roadie:
Inherits: ^Unit Inherits: ^Unit
Voiced:
VoiceSet: MrpVoice
Buildable: Buildable:
Queue: Infantry Queue: Infantry
BuildPaletteOrder: 20 BuildPaletteOrder: 20

View File

@ -24,6 +24,8 @@
digger: digger:
Inherits: ^Unit Inherits: ^Unit
Voiced:
VoiceSet: MrpVoice
-WithSpriteBody: -WithSpriteBody:
WithFacingSpriteBody: WithFacingSpriteBody:
Buildable: Buildable:
@ -53,6 +55,8 @@ digger:
popupvan: popupvan:
Inherits: ^Unit Inherits: ^Unit
Voiced:
VoiceSet: MrpVoice
-WithSpriteBody: -WithSpriteBody:
WithFacingSpriteBody: WithFacingSpriteBody:
Buildable: Buildable:
@ -77,6 +81,8 @@ popupvan:
djgrunt: djgrunt:
Inherits: ^ArmedUnit Inherits: ^ArmedUnit
Voiced:
VoiceSet: MrpVoice
Buildable: Buildable:
Queue: Infantry Queue: Infantry
BuildPaletteOrder: 10 BuildPaletteOrder: 10

View File

@ -2,6 +2,8 @@
streamvan: streamvan:
Inherits: ^Unit Inherits: ^Unit
Voiced:
VoiceSet: StreamVoice
-WithSpriteBody: -WithSpriteBody:
WithFacingSpriteBody: WithFacingSpriteBody:
Buildable: Buildable:
@ -123,6 +125,8 @@ printfarm:
scraper: scraper:
Inherits: ^Unit Inherits: ^Unit
Voiced:
VoiceSet: StreamVoice
-WithSpriteBody: -WithSpriteBody:
WithFacingSpriteBody: WithFacingSpriteBody:
Buildable: Buildable:
@ -152,6 +156,8 @@ scraper:
bufferbot: bufferbot:
Inherits: ^ArmedUnit Inherits: ^ArmedUnit
Voiced:
VoiceSet: StreamVoice
Buildable: Buildable:
Queue: Infantry Queue: Infantry
BuildPaletteOrder: 11 BuildPaletteOrder: 11
@ -172,6 +178,8 @@ bufferbot:
drmwalker: drmwalker:
Inherits: ^ArmedUnit Inherits: ^ArmedUnit
Voiced:
VoiceSet: StreamVoice
-WithSpriteBody: -WithSpriteBody:
WithFacingSpriteBody: WithFacingSpriteBody:
Buildable: Buildable:

View File

@ -0,0 +1,11 @@
MrpVoice:
DefaultVariant: .wav
Voices:
Select: audio/v_mrp_sel1,audio/v_mrp_sel2
Action: audio/v_mrp_act1,audio/v_mrp_act2
StreamVoice:
DefaultVariant: .wav
Voices:
Select: audio/v_str_sel1,audio/v_str_sel2
Action: audio/v_str_act1,audio/v_str_act2