Add damaging through Veins.
This commit is contained in:
@@ -437,6 +437,9 @@
|
||||
Weapons: SmallDebris
|
||||
Pieces: 3, 7
|
||||
Range: 2c0, 5c0
|
||||
PoisonedByTiberium:
|
||||
Weapon: Veins
|
||||
Resources: Veins
|
||||
|
||||
^Tank:
|
||||
Inherits: ^Vehicle
|
||||
|
||||
@@ -85,6 +85,7 @@ HVR:
|
||||
TrailWhileStationary: True
|
||||
StationaryInterval: 18
|
||||
MovingInterval: 6
|
||||
-PoisonedByTiberium:
|
||||
|
||||
SMECH:
|
||||
Inherits: ^Vehicle
|
||||
@@ -123,6 +124,7 @@ SMECH:
|
||||
MoveSequence: run
|
||||
Selectable:
|
||||
Bounds: 20, 32, 0, -8
|
||||
-PoisonedByTiberium:
|
||||
|
||||
MMCH:
|
||||
Inherits: ^Tank
|
||||
|
||||
@@ -27,6 +27,7 @@ BGGY:
|
||||
Voice: Attack
|
||||
AutoTarget:
|
||||
WithMuzzleOverlay:
|
||||
-PoisonedByTiberium:
|
||||
|
||||
BIKE:
|
||||
Inherits: ^VoxelVehicle
|
||||
@@ -255,6 +256,7 @@ WEED:
|
||||
-WithVoxelBody:
|
||||
WithVoxelUnloadBody:
|
||||
-GainsExperience:
|
||||
-PoisonedByTiberium:
|
||||
|
||||
SAPC:
|
||||
Inherits: ^VoxelTank
|
||||
|
||||
@@ -97,6 +97,7 @@ HARV:
|
||||
FactionImages:
|
||||
gdi: harv.gdi
|
||||
nod: harv.nod
|
||||
-PoisonedByTiberium:
|
||||
|
||||
LPST:
|
||||
Inherits: ^VoxelTank
|
||||
|
||||
@@ -175,6 +175,10 @@ explosion:
|
||||
small_grey_explosion: xgrysml2
|
||||
medium_grey_explosion: xgrymed1
|
||||
large_grey_explosion: xgrymed2
|
||||
veins: veinatac
|
||||
Length: 12
|
||||
UseTilesetExtension: true
|
||||
ZOffset: 1023
|
||||
|
||||
discus:
|
||||
idle:
|
||||
@@ -299,6 +303,7 @@ resources:
|
||||
Length: 1
|
||||
Start: 52
|
||||
ShadowStart: -1
|
||||
Tick: 180
|
||||
|
||||
shroud:
|
||||
Defaults:
|
||||
|
||||
@@ -66,3 +66,13 @@ Tiberium:
|
||||
Spread: 42
|
||||
Damage: 2
|
||||
DamageTypes: EnergyDeath # TODO: FIX ME!
|
||||
|
||||
Veins:
|
||||
ReloadDelay: 16
|
||||
Warhead@Damage: SpreadDamage
|
||||
Spread: 42
|
||||
Damage: 5
|
||||
DamageTypes: EnergyDeath # TODO: FIX ME!
|
||||
Warhead@Effect: CreateEffect
|
||||
Explosions: veins
|
||||
ExplosionPalette: player
|
||||
|
||||
Reference in New Issue
Block a user