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:
Inherits: ^ArmedUnit
Voiced:
VoiceSet: MrpVoice
-WithSpriteBody:
WithFacingSpriteBody:
Buildable:
@ -31,6 +33,8 @@ spinner:
stacktank:
Inherits: ^ArmedUnit
Voiced:
VoiceSet: MrpVoice
-WithSpriteBody:
WithFacingSpriteBody:
Buildable:
@ -53,6 +57,8 @@ stacktank:
basscannon:
Inherits: ^ArmedUnit
Voiced:
VoiceSet: MrpVoice
-WithSpriteBody:
WithFacingSpriteBody:
Buildable:
@ -75,6 +81,8 @@ basscannon:
roadie:
Inherits: ^Unit
Voiced:
VoiceSet: MrpVoice
Buildable:
Queue: Infantry
BuildPaletteOrder: 20

View File

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

View File

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