Merge pull request #12808 from reaperrr/d2k-revealonfire
Enable enemy reveal when attacking friendly units in D2k
This commit is contained in:
@@ -93,6 +93,7 @@ ornithopter:
|
||||
SpawnActorOnDeath:
|
||||
Actor: ornithopter.husk
|
||||
RejectsOrders:
|
||||
RevealOnFire:
|
||||
|
||||
ornithopter.husk:
|
||||
Inherits: ^AircraftHusk
|
||||
|
||||
@@ -115,8 +115,9 @@ sandworm:
|
||||
MovingInterval: 3
|
||||
RequiresCondition: !attacking
|
||||
ConditionManager:
|
||||
Buildable:
|
||||
Description: Attracted by vibrations in the sand.\nWill eat units whole and has a large appetite.
|
||||
RevealOnFire:
|
||||
Duration: 50
|
||||
Radius: 2c512
|
||||
|
||||
sietch:
|
||||
Inherits: ^Building
|
||||
|
||||
@@ -169,6 +169,7 @@
|
||||
Sequence: pickup-indicator
|
||||
Offset: -12, -12
|
||||
RequiresCondition: carryall-reserved
|
||||
RevealOnFire:
|
||||
|
||||
^Tank:
|
||||
Inherits: ^Vehicle
|
||||
@@ -295,6 +296,7 @@
|
||||
Rough: 80
|
||||
Voiced:
|
||||
VoiceSet: InfantryVoice
|
||||
RevealOnFire:
|
||||
|
||||
^Plane:
|
||||
Inherits@1: ^ExistsInWorld
|
||||
@@ -389,3 +391,4 @@
|
||||
Range: 2c0, 4c0
|
||||
MustBeDestroyed:
|
||||
RequiredForShortGame: false
|
||||
RevealOnFire:
|
||||
|
||||
@@ -44,6 +44,7 @@ engineer:
|
||||
CaptureTypes: building, husk
|
||||
PlayerExperience: 50
|
||||
-AutoTarget:
|
||||
-RevealOnFire:
|
||||
Voiced:
|
||||
VoiceSet: EngineerVoice
|
||||
|
||||
@@ -78,6 +79,7 @@ trooper:
|
||||
thumper:
|
||||
Inherits: ^Infantry
|
||||
-AutoTarget:
|
||||
-RevealOnFire:
|
||||
Buildable:
|
||||
Queue: Infantry
|
||||
BuildPaletteOrder: 60
|
||||
@@ -239,6 +241,7 @@ saboteur:
|
||||
Flashes: 0
|
||||
EnterBehaviour: Suicide
|
||||
-AutoTarget:
|
||||
-RevealOnFire:
|
||||
Cloak:
|
||||
InitialDelay: 85
|
||||
CloakDelay: 85
|
||||
|
||||
@@ -45,6 +45,7 @@ mcv:
|
||||
Step: 5
|
||||
Delay: 3
|
||||
HealIfBelow: 50
|
||||
-RevealOnFire:
|
||||
|
||||
harvester:
|
||||
Inherits: ^Vehicle
|
||||
@@ -95,6 +96,7 @@ harvester:
|
||||
Step: 5
|
||||
Delay: 3
|
||||
HealIfBelow: 50
|
||||
-RevealOnFire:
|
||||
|
||||
trike:
|
||||
Inherits: ^Vehicle
|
||||
|
||||
Reference in New Issue
Block a user