Unit voices: MRP and Stream acknowledgment lines on all units
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
33826f0755
commit
4761245c61
BIN
mods/vinylgod/audio/v_mrp_act1.wav
Normal file
BIN
mods/vinylgod/audio/v_mrp_act1.wav
Normal file
Binary file not shown.
BIN
mods/vinylgod/audio/v_mrp_act2.wav
Normal file
BIN
mods/vinylgod/audio/v_mrp_act2.wav
Normal file
Binary file not shown.
BIN
mods/vinylgod/audio/v_mrp_sel1.wav
Normal file
BIN
mods/vinylgod/audio/v_mrp_sel1.wav
Normal file
Binary file not shown.
BIN
mods/vinylgod/audio/v_mrp_sel2.wav
Normal file
BIN
mods/vinylgod/audio/v_mrp_sel2.wav
Normal file
Binary file not shown.
BIN
mods/vinylgod/audio/v_str_act1.wav
Normal file
BIN
mods/vinylgod/audio/v_str_act1.wav
Normal file
Binary file not shown.
BIN
mods/vinylgod/audio/v_str_act2.wav
Normal file
BIN
mods/vinylgod/audio/v_str_act2.wav
Normal file
Binary file not shown.
BIN
mods/vinylgod/audio/v_str_sel1.wav
Normal file
BIN
mods/vinylgod/audio/v_str_sel1.wav
Normal file
Binary file not shown.
BIN
mods/vinylgod/audio/v_str_sel2.wav
Normal file
BIN
mods/vinylgod/audio/v_str_sel2.wav
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user