Merge pull request #4524 from Mailaender/c4-tanks
Added tank demolition with C4
This commit is contained in:
@@ -18,6 +18,7 @@ NEW:
|
||||
Shroud is now displayed by default again (disable it in the lobby settings).
|
||||
Removed the build radius restrictions.
|
||||
Added the BLOXXMAS terrain tiles from the 1.06 patch.
|
||||
Saboteur can now plant C4 on vehicles.
|
||||
Red Alert:
|
||||
Transports will now open their doors when at shore.
|
||||
Tanya can now plant C4 on bridges.
|
||||
@@ -25,7 +26,8 @@ NEW:
|
||||
Increased torpedo splash damage and raised multiplier vs. concrete.
|
||||
Fixed transparency glitches in the sniper icon.
|
||||
Removed health bars and selection boxes from walls.
|
||||
Fixed build-limited units such as Tanya being unavailable after using the Chronosphere on a vehicle she is in.
|
||||
Fixed Tanya being unavailable after using the Chronosphere on a vehicle she is in.
|
||||
Tanya can now plant C4 on vehicles.
|
||||
Tiberian Dawn:
|
||||
Commando can now plant C4 on bridges.
|
||||
Added the Asset Browser to the Extras menu.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
Selectable:
|
||||
Voice: VehicleVoice
|
||||
TargetableUnit:
|
||||
TargetTypes: Ground
|
||||
TargetTypes: Ground, C4
|
||||
Passenger:
|
||||
CargoType: Vehicle
|
||||
AttackMove:
|
||||
@@ -37,6 +37,7 @@
|
||||
UpdatesPlayerStatistics:
|
||||
Huntable:
|
||||
LuaScriptEvents:
|
||||
Demolishable:
|
||||
|
||||
^Tank:
|
||||
AppearsOnRadar:
|
||||
@@ -55,7 +56,7 @@
|
||||
Selectable:
|
||||
Voice: VehicleVoice
|
||||
TargetableUnit:
|
||||
TargetTypes: Ground
|
||||
TargetTypes: Ground, C4
|
||||
Passenger:
|
||||
CargoType: Vehicle
|
||||
AttackMove:
|
||||
@@ -77,6 +78,7 @@
|
||||
UpdatesPlayerStatistics:
|
||||
Huntable:
|
||||
LuaScriptEvents:
|
||||
Demolishable:
|
||||
|
||||
^Husk:
|
||||
Health:
|
||||
|
||||
@@ -274,6 +274,7 @@ BARL:
|
||||
TargetTypes: Ground, DemoTruck
|
||||
-ShakeOnDeath:
|
||||
-SoundOnDamageTransition:
|
||||
-Demolishable:
|
||||
|
||||
BRL3:
|
||||
Inherits: ^TechBuilding
|
||||
@@ -292,6 +293,7 @@ BRL3:
|
||||
TargetTypes: Ground, DemoTruck
|
||||
-ShakeOnDeath:
|
||||
-SoundOnDamageTransition:
|
||||
-Demolishable:
|
||||
|
||||
AMMOBOX1:
|
||||
Inherits: ^AmmoBox
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
Selectable:
|
||||
Voice: VehicleVoice
|
||||
TargetableUnit:
|
||||
TargetTypes: Ground
|
||||
TargetTypes: Ground, C4
|
||||
Repairable:
|
||||
Chronoshiftable:
|
||||
Passenger:
|
||||
@@ -45,6 +45,7 @@
|
||||
EjectInAir: no
|
||||
Huntable:
|
||||
LuaScriptEvents:
|
||||
Demolishable:
|
||||
|
||||
^Tank:
|
||||
AppearsOnRadar:
|
||||
@@ -63,7 +64,7 @@
|
||||
Selectable:
|
||||
Voice: VehicleVoice
|
||||
TargetableUnit:
|
||||
TargetTypes: Ground
|
||||
TargetTypes: Ground, C4
|
||||
Repairable:
|
||||
Chronoshiftable:
|
||||
Passenger:
|
||||
@@ -93,6 +94,7 @@
|
||||
EjectInAir: no
|
||||
Huntable:
|
||||
LuaScriptEvents:
|
||||
Demolishable:
|
||||
|
||||
^Infantry:
|
||||
AppearsOnRadar:
|
||||
|
||||
Reference in New Issue
Block a user