Merge pull request #6366 from reaperrr/sound-cleanup
Minor sound fixes for RA and TS
This commit is contained in:
@@ -20,7 +20,7 @@ namespace OpenRA.Mods.RA
|
|||||||
[Desc("If we land on invalid terrain for my actor type should we be killed?")]
|
[Desc("If we land on invalid terrain for my actor type should we be killed?")]
|
||||||
public readonly bool KilledOnImpassableTerrain = true;
|
public readonly bool KilledOnImpassableTerrain = true;
|
||||||
|
|
||||||
public readonly string GroundImpactSound = "squishy2.aud";
|
public readonly string GroundImpactSound = "squish2.aud";
|
||||||
public readonly string GroundCorpseSequence = "corpse";
|
public readonly string GroundCorpseSequence = "corpse";
|
||||||
public readonly string GroundCorpsePalette = "effect";
|
public readonly string GroundCorpsePalette = "effect";
|
||||||
|
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ WEEDGUY:
|
|||||||
Health:
|
Health:
|
||||||
HP: 130
|
HP: 130
|
||||||
CrushableInfantry:
|
CrushableInfantry:
|
||||||
CrushSound: squish2.aud
|
CrushSound: squishy2.aud
|
||||||
Armament:
|
Armament:
|
||||||
Weapon: FireballLauncher
|
Weapon: FireballLauncher
|
||||||
LocalOffset: 85,0,384
|
LocalOffset: 85,0,384
|
||||||
@@ -121,7 +121,7 @@ MEDIC:
|
|||||||
Health:
|
Health:
|
||||||
HP: 125
|
HP: 125
|
||||||
CrushableInfantry:
|
CrushableInfantry:
|
||||||
CrushSound: squish2.aud
|
CrushSound: squishy2.aud
|
||||||
Armament:
|
Armament:
|
||||||
Weapon: Heal
|
Weapon: Heal
|
||||||
AttackFrontal:
|
AttackFrontal:
|
||||||
@@ -221,7 +221,7 @@ GHOST:
|
|||||||
Weapon: LtRail
|
Weapon: LtRail
|
||||||
LocalOffset: 85,0,384
|
LocalOffset: 85,0,384
|
||||||
CrushableInfantry:
|
CrushableInfantry:
|
||||||
CrushSound: squish2.aud
|
CrushSound: squishy2.aud
|
||||||
AttackFrontal:
|
AttackFrontal:
|
||||||
C4Demolition:
|
C4Demolition:
|
||||||
C4Delay: 45
|
C4Delay: 45
|
||||||
@@ -303,7 +303,6 @@ CYBORG:
|
|||||||
BuildPaletteOrder: 50
|
BuildPaletteOrder: 50
|
||||||
Owner: nod
|
Owner: nod
|
||||||
-CrushableInfantry:
|
-CrushableInfantry:
|
||||||
CrushSound: squish2.aud
|
|
||||||
Selectable:
|
Selectable:
|
||||||
Bounds: 14,30,0,-7
|
Bounds: 14,30,0,-7
|
||||||
Voice: Cyborg
|
Voice: Cyborg
|
||||||
@@ -337,7 +336,6 @@ CYC2:
|
|||||||
BuildPaletteOrder: 50
|
BuildPaletteOrder: 50
|
||||||
Owner: nod
|
Owner: nod
|
||||||
-CrushableInfantry:
|
-CrushableInfantry:
|
||||||
CrushSound: squish2.aud
|
|
||||||
Selectable:
|
Selectable:
|
||||||
Bounds: 14,30,0,-7
|
Bounds: 14,30,0,-7
|
||||||
Voice: CyborgCommando
|
Voice: CyborgCommando
|
||||||
|
|||||||
Reference in New Issue
Block a user