Allow spys to infiltrate fake structures in RA.
This commit is contained in:
@@ -582,6 +582,16 @@
|
|||||||
-EmitInfantryOnSell:
|
-EmitInfantryOnSell:
|
||||||
-MustBeDestroyed:
|
-MustBeDestroyed:
|
||||||
|
|
||||||
|
^InfiltratableFake:
|
||||||
|
Targetable:
|
||||||
|
TargetTypes: Ground, Structure, C4, DetonateAttack, SpyInfiltrate
|
||||||
|
InfiltrateForDecoration:
|
||||||
|
RequiresSelection: true
|
||||||
|
Image: pips
|
||||||
|
Sequence: tag-fake
|
||||||
|
ReferencePoint: Top
|
||||||
|
ZOffset: 256
|
||||||
|
|
||||||
^AmmoBox:
|
^AmmoBox:
|
||||||
Inherits: ^TechBuilding
|
Inherits: ^TechBuilding
|
||||||
-Selectable:
|
-Selectable:
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
FPWR:
|
FPWR:
|
||||||
Inherits: ^FakeBuilding
|
Inherits: ^FakeBuilding
|
||||||
|
Inherits@infiltrate: ^InfiltratableFake
|
||||||
Buildable:
|
Buildable:
|
||||||
BuildPaletteOrder: 870
|
BuildPaletteOrder: 870
|
||||||
Queue: Defense
|
Queue: Defense
|
||||||
@@ -26,6 +27,7 @@ FPWR:
|
|||||||
|
|
||||||
SYRF:
|
SYRF:
|
||||||
Inherits: ^FakeBuilding
|
Inherits: ^FakeBuilding
|
||||||
|
Inherits@infiltrate: ^InfiltratableFake
|
||||||
Buildable:
|
Buildable:
|
||||||
BuildPaletteOrder: 890
|
BuildPaletteOrder: 890
|
||||||
Queue: Defense
|
Queue: Defense
|
||||||
@@ -38,7 +40,7 @@ SYRF:
|
|||||||
GenericVisibility: Enemy
|
GenericVisibility: Enemy
|
||||||
GenericStancePrefix: False
|
GenericStancePrefix: False
|
||||||
Targetable:
|
Targetable:
|
||||||
TargetTypes: Ground, Water, Structure
|
TargetTypes: Ground, Water, Structure, SpyInfiltrate
|
||||||
Building:
|
Building:
|
||||||
Footprint: xxx xxx xxx
|
Footprint: xxx xxx xxx
|
||||||
Dimensions: 3,3
|
Dimensions: 3,3
|
||||||
@@ -57,8 +59,9 @@ SYRF:
|
|||||||
|
|
||||||
SPEF:
|
SPEF:
|
||||||
Inherits: ^FakeBuilding
|
Inherits: ^FakeBuilding
|
||||||
|
Inherits@infiltrate: ^InfiltratableFake
|
||||||
Targetable:
|
Targetable:
|
||||||
TargetTypes: Ground, Water, Structure
|
TargetTypes: Ground, Water, Structure, SpyInfiltrate
|
||||||
Buildable:
|
Buildable:
|
||||||
BuildPaletteOrder: 890
|
BuildPaletteOrder: 890
|
||||||
Queue: Defense
|
Queue: Defense
|
||||||
@@ -88,6 +91,7 @@ SPEF:
|
|||||||
|
|
||||||
WEAF:
|
WEAF:
|
||||||
Inherits: ^FakeBuilding
|
Inherits: ^FakeBuilding
|
||||||
|
Inherits@infiltrate: ^InfiltratableFake
|
||||||
Buildable:
|
Buildable:
|
||||||
BuildPaletteOrder: 920
|
BuildPaletteOrder: 920
|
||||||
Prerequisites: ~structures.france, ~techlevel.medium
|
Prerequisites: ~structures.france, ~techlevel.medium
|
||||||
@@ -116,6 +120,7 @@ WEAF:
|
|||||||
|
|
||||||
DOMF:
|
DOMF:
|
||||||
Inherits: ^FakeBuilding
|
Inherits: ^FakeBuilding
|
||||||
|
Inherits@infiltrate: ^InfiltratableFake
|
||||||
Tooltip:
|
Tooltip:
|
||||||
Icon: fake-icon
|
Icon: fake-icon
|
||||||
Name: Fake Radar Dome
|
Name: Fake Radar Dome
|
||||||
@@ -171,6 +176,7 @@ FIXF:
|
|||||||
|
|
||||||
FAPW:
|
FAPW:
|
||||||
Inherits: ^FakeBuilding
|
Inherits: ^FakeBuilding
|
||||||
|
Inherits@infiltrate: ^InfiltratableFake
|
||||||
Buildable:
|
Buildable:
|
||||||
BuildPaletteOrder: 950
|
BuildPaletteOrder: 950
|
||||||
Queue: Defense
|
Queue: Defense
|
||||||
|
|||||||
Reference in New Issue
Block a user