add debris to Tiberian Sun
This commit is contained in:
@@ -90,6 +90,10 @@
|
||||
SellSounds: cashturn.aud
|
||||
GivesBounty:
|
||||
WithMakeAnimation:
|
||||
ThrowsShrapnel:
|
||||
Weapons: LargeDebris
|
||||
Pieces: 3, 7
|
||||
Range: 2c0, 5c0
|
||||
|
||||
^CivBuilding:
|
||||
Inherits: ^BasicBuilding
|
||||
@@ -375,6 +379,10 @@
|
||||
CloakDelay: 90
|
||||
MustBeDestroyed:
|
||||
RenderSprites:
|
||||
ThrowsShrapnel:
|
||||
Weapons: SmallDebris
|
||||
Pieces: 3, 7
|
||||
Range: 2c0, 5c0
|
||||
|
||||
^Tank:
|
||||
Inherits: ^Vehicle
|
||||
|
||||
@@ -406,3 +406,83 @@ srock05:
|
||||
ShadowStart: 1
|
||||
UseTilesetExtension: true
|
||||
Offset: 0, -12
|
||||
|
||||
dbris1sm:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris2sm:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris3sm:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris4sm:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris5sm:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris6sm:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris7sm:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris8sm:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris9sm:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris10sm:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris1lg:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris2lg:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris3lg:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris4lg:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris5lg:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris6lg:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris7lg:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris8lg:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris9lg:
|
||||
idle:
|
||||
Length:*
|
||||
|
||||
dbris10lg:
|
||||
idle:
|
||||
Length:*
|
||||
@@ -44,3 +44,24 @@ TiberiumExplosion:
|
||||
Explosion: large_explosion
|
||||
ImpactSound: expnew09.aud
|
||||
|
||||
SmallDebris:
|
||||
ReloadDelay: 60
|
||||
Range: 4c0
|
||||
Report:
|
||||
Projectile: Bullet
|
||||
Speed: 50, 125
|
||||
Blockable: false
|
||||
Angle: 91, 264
|
||||
Inaccuracy: 416
|
||||
Image: dbris1sm # TODO: add some variation
|
||||
|
||||
LargeDebris:
|
||||
ReloadDelay: 60
|
||||
Range: 4c0
|
||||
Report:
|
||||
Projectile: Bullet
|
||||
Speed: 50, 125
|
||||
Blockable: false
|
||||
Angle: 91, 264
|
||||
Inaccuracy: 416
|
||||
Image: dbris1lg # TODO: add some variation
|
||||
Reference in New Issue
Block a user