ST Death Explosion Change Commit

This commit is contained in:
Orb
2020-12-05 14:13:19 -05:00
committed by abcdefg30
parent 09e6cc4add
commit 6cac587753
3 changed files with 13 additions and 0 deletions

View File

@@ -133,6 +133,9 @@ STNK.Husk:
IntoActor: stnk IntoActor: stnk
RenderSprites: RenderSprites:
Image: stnk.destroyed Image: stnk.destroyed
Explodes:
Weapon: UnitExplodeStealthTank
EmptyWeapon: UnitExplodeStealthTank
TRUCK.Husk: TRUCK.Husk:
Inherits: ^LightHusk Inherits: ^LightHusk

View File

@@ -643,6 +643,8 @@ STNK:
Locomotor: heavywheeled Locomotor: heavywheeled
TurnSpeed: 40 TurnSpeed: 40
Speed: 142 Speed: 142
Targetable:
TargetTypes: Ground, Vehicle, StealthTank
Health: Health:
HP: 15000 HP: 15000
Repairable: Repairable:
@@ -671,6 +673,9 @@ STNK:
AutoTarget: AutoTarget:
InitialStance: HoldFire InitialStance: HoldFire
InitialStanceAI: ReturnFire InitialStanceAI: ReturnFire
Explodes:
Weapon: UnitExplodeStealthTank
EmptyWeapon: UnitExplodeStealthTank
SpawnActorOnDeath: SpawnActorOnDeath:
Actor: STNK.Husk Actor: STNK.Husk
OwnerType: InternalName OwnerType: InternalName

View File

@@ -74,6 +74,11 @@ UnitExplodeSmall:
Explosions: big_frag Explosions: big_frag
ImpactSounds: xplobig4.aud ImpactSounds: xplobig4.aud
UnitExplodeStealthTank:
Inherits: UnitExplodeSmall
Warhead@1Dam: SpreadDamage
InvalidTargets: StealthTank
GrenadierExplode: GrenadierExplode:
Inherits: ^DamagingExplosionHE Inherits: ^DamagingExplosionHE
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage