Use Inheritance in TS explosions.yaml
Notes: - reduced explosion Spread is intentional (in TS, HE had a Spread step of 6 pixels) - Falloff changes are intentional (in original TS, damage was halved every Spread step) - effective damage reduction of UnitExplode is intentional (only grenadiers dealt heavy area damage, which isn't implemented yet)
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
UnitExplode:
|
^DamagingExplosion:
|
||||||
Warhead@1Dam: SpreadDamage
|
Warhead@1Dam: SpreadDamage
|
||||||
Spread: 426
|
Spread: 192
|
||||||
|
Falloff: 100, 50, 25, 12, 6, 3, 0
|
||||||
Damage: 50
|
Damage: 50
|
||||||
Falloff: 1000, 368, 135, 50, 18, 7, 0
|
|
||||||
Versus:
|
Versus:
|
||||||
None: 90
|
None: 90
|
||||||
Wood: 75
|
Wood: 75
|
||||||
@@ -17,16 +17,13 @@ UnitExplode:
|
|||||||
SmudgeType: MediumCrater
|
SmudgeType: MediumCrater
|
||||||
InvalidTargets: Building, Wall
|
InvalidTargets: Building, Wall
|
||||||
|
|
||||||
|
UnitExplode:
|
||||||
|
Inherits: ^DamagingExplosion
|
||||||
|
|
||||||
UnitExplodeSmall:
|
UnitExplodeSmall:
|
||||||
|
Inherits: ^DamagingExplosion
|
||||||
Warhead@1Dam: SpreadDamage
|
Warhead@1Dam: SpreadDamage
|
||||||
Spread: 426
|
|
||||||
Damage: 40
|
Damage: 40
|
||||||
Versus:
|
|
||||||
None: 90
|
|
||||||
Wood: 75
|
|
||||||
Light: 60
|
|
||||||
Heavy: 25
|
|
||||||
DamageTypes: Prone50Percent, TriggerProne, SmallExplosionDeath
|
|
||||||
Warhead@2Eff: CreateEffect
|
Warhead@2Eff: CreateEffect
|
||||||
Explosions: medium_brnl
|
Explosions: medium_brnl
|
||||||
ImpactSounds: expnew13.aud
|
ImpactSounds: expnew13.aud
|
||||||
@@ -47,27 +44,21 @@ CyborgExplode:
|
|||||||
ImpactSounds: expnew10.aud
|
ImpactSounds: expnew10.aud
|
||||||
|
|
||||||
TiberiumExplosion:
|
TiberiumExplosion:
|
||||||
|
Inherits: ^DamagingExplosion
|
||||||
Warhead@1Dam: SpreadDamage
|
Warhead@1Dam: SpreadDamage
|
||||||
Spread: 9
|
Spread: 9
|
||||||
Damage: 10
|
Damage: 10
|
||||||
Versus:
|
|
||||||
None: 90
|
|
||||||
Wood: 75
|
|
||||||
Light: 60
|
|
||||||
Heavy: 25
|
|
||||||
DamageTypes: Prone50Percent, TriggerProne, ExplosionDeath
|
DamageTypes: Prone50Percent, TriggerProne, ExplosionDeath
|
||||||
Warhead@2Res: CreateResource
|
Warhead@Res: CreateResource
|
||||||
AddsResourceType: Tiberium
|
AddsResourceType: Tiberium
|
||||||
Size: 1,1
|
Size: 1,1
|
||||||
Warhead@3Eff: CreateEffect
|
Warhead@2Eff: CreateEffect
|
||||||
Explosions: large_explosion
|
Explosions: large_explosion
|
||||||
ExplosionPalette: effectalpha75
|
-Warhead@4Smu: LeaveSmudge
|
||||||
ImpactSounds: expnew09.aud
|
|
||||||
|
|
||||||
SmallDebris:
|
SmallDebris:
|
||||||
ReloadDelay: 60
|
ReloadDelay: 60
|
||||||
Range: 4c0
|
Range: 4c0
|
||||||
Report:
|
|
||||||
Projectile: Bullet
|
Projectile: Bullet
|
||||||
Speed: 50, 125
|
Speed: 50, 125
|
||||||
LaunchAngle: 45, 135
|
LaunchAngle: 45, 135
|
||||||
@@ -76,15 +67,9 @@ SmallDebris:
|
|||||||
Shadow: true
|
Shadow: true
|
||||||
|
|
||||||
LargeDebris:
|
LargeDebris:
|
||||||
ReloadDelay: 60
|
Inherits: SmallDebris
|
||||||
Range: 4c0
|
|
||||||
Report:
|
|
||||||
Projectile: Bullet
|
Projectile: Bullet
|
||||||
Speed: 50, 125
|
|
||||||
LaunchAngle: 45, 135
|
|
||||||
Image: dbrislg
|
Image: dbrislg
|
||||||
Sequences: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
|
|
||||||
Shadow: true
|
|
||||||
|
|
||||||
Demolish:
|
Demolish:
|
||||||
Warhead@1Dam: SpreadDamage
|
Warhead@1Dam: SpreadDamage
|
||||||
|
|||||||
Reference in New Issue
Block a user