Add more variations to building explosions

This commit is contained in:
abcdefg30
2015-11-14 00:10:33 +01:00
parent 08f8dc0067
commit e238c583d5
3 changed files with 20 additions and 0 deletions

View File

@@ -410,6 +410,7 @@
DestroyedSounds: kaboom22.aud DestroyedSounds: kaboom22.aud
WithSpriteBody: WithSpriteBody:
WithBuildingExplosion: WithBuildingExplosion:
Sequences: building, napalm, large_explosion, self_destruct, large_napalm
CaptureNotification: CaptureNotification:
ShakeOnDeath: ShakeOnDeath:
ProximityCaptor: ProximityCaptor:

View File

@@ -86,6 +86,8 @@ GAP:
Amount: -60 Amount: -60
MustBeDestroyed: MustBeDestroyed:
RequiredForShortGame: false RequiredForShortGame: false
WithBuildingExplosion:
Sequences: building, napalm, large_explosion, self_destruct
SPEN: SPEN:
Inherits: ^Building Inherits: ^Building
@@ -414,6 +416,8 @@ TSLA:
DetectCloaked: DetectCloaked:
Range: 8c0 Range: 8c0
ProvidesPrerequisite@buildingname: ProvidesPrerequisite@buildingname:
WithBuildingExplosion:
Sequences: building, napalm, large_explosion, self_destruct
AGUN: AGUN:
Inherits: ^Defense Inherits: ^Defense
@@ -461,6 +465,8 @@ AGUN:
Amount: -50 Amount: -50
DetectCloaked: DetectCloaked:
Range: 6c0 Range: 6c0
WithBuildingExplosion:
Sequences: building, napalm, large_explosion, self_destruct
DOME: DOME:
Inherits: ^Building Inherits: ^Building
@@ -539,6 +545,8 @@ PBOX:
Amount: -15 Amount: -15
DetectCloaked: DetectCloaked:
Range: 6c0 Range: 6c0
WithBuildingExplosion:
Sequences: building, napalm, large_explosion, self_destruct
HBOX: HBOX:
Inherits: ^Defense Inherits: ^Defense
@@ -585,6 +593,8 @@ HBOX:
Power: Power:
Amount: -15 Amount: -15
-MustBeDestroyed: -MustBeDestroyed:
WithBuildingExplosion:
Sequences: building, napalm, large_explosion, self_destruct
GUN: GUN:
Inherits: ^Defense Inherits: ^Defense
@@ -621,6 +631,8 @@ GUN:
Amount: -40 Amount: -40
DetectCloaked: DetectCloaked:
Range: 7c0 Range: 7c0
WithBuildingExplosion:
Sequences: building, napalm, large_explosion, self_destruct
FTUR: FTUR:
Inherits: ^Defense Inherits: ^Defense
@@ -657,6 +669,8 @@ FTUR:
DetectCloaked: DetectCloaked:
Range: 6c0 Range: 6c0
ProvidesPrerequisite@buildingname: ProvidesPrerequisite@buildingname:
WithBuildingExplosion:
Sequences: building, napalm, large_explosion, self_destruct
SAM: SAM:
Inherits: ^Defense Inherits: ^Defense
@@ -989,6 +1003,8 @@ SILO:
-EmitInfantryOnSell: -EmitInfantryOnSell:
Power: Power:
Amount: -10 Amount: -10
WithBuildingExplosion:
Sequences: building, napalm, large_explosion, self_destruct
HPAD: HPAD:
Inherits: ^Building Inherits: ^Building
@@ -1373,6 +1389,8 @@ KENN:
Power: Power:
Amount: -10 Amount: -10
ProvidesPrerequisite@buildingname: ProvidesPrerequisite@buildingname:
WithBuildingExplosion:
Sequences: building, napalm, large_explosion, self_destruct
TENT: TENT:
Inherits: ^Building Inherits: ^Building

View File

@@ -35,6 +35,7 @@ explosion:
large_explosion: frag1 large_explosion: frag1
Offset: -2,0 Offset: -2,0
small_napalm: napalm1 small_napalm: napalm1
large_napalm: napalm3
corpse: corpse1 corpse: corpse1
Tick: 1600 Tick: 1600
UseTilesetExtension: true UseTilesetExtension: true