diff --git a/mods/ra/mod.yaml b/mods/ra/mod.yaml index 7a888b3089..f99b6b52e5 100644 --- a/mods/ra/mod.yaml +++ b/mods/ra/mod.yaml @@ -47,6 +47,7 @@ Rules: ./mods/ra/rules/decoration.yaml ./mods/ra/rules/aircraft.yaml ./mods/ra/rules/ships.yaml + ./mods/ra/rules/fakes.yaml Sequences: ./mods/ra/sequences/ships.yaml diff --git a/mods/ra/rules/fakes.yaml b/mods/ra/rules/fakes.yaml new file mode 100644 index 0000000000..50b3d3aa0a --- /dev/null +++ b/mods/ra/rules/fakes.yaml @@ -0,0 +1,156 @@ +FACF: + Inherits: ^Building + Valued: + Cost: 200 + Buildable: + BuildPaletteOrder: 940 + Queue: Defense + Prerequisites: ~structures.alliesvanilla, ~techlevel.medium + Tooltip: + Icon: fake-icon + Name: Fake Construction Yard + Description: Looks like a Construction Yard. + GenericName: Construction Yard + GenericVisibility: Enemy + GenericStancePrefix: False + Building: + Footprint: xxx xxx xxx + Dimensions: 3,3 + -GivesBuildableArea: + Health: + HP: 100 + RevealsShroud: + Range: 4c0 + Bib: + RenderBuilding: + Image: FACT + Fake: + -EmitInfantryOnSell: + -MustBeDestroyed: + +WEAF: + Inherits: ^Building + Valued: + Cost: 200 + Buildable: + BuildPaletteOrder: 920 + Prerequisites: ~structures.alliesvanilla, ~techlevel.medium + Queue: Defense + Tooltip: + Icon: fake-icon + Name: Fake War Factory + Description: Looks like a War Factory. + GenericName: War Factory + GenericVisibility: Enemy + GenericStancePrefix: False + Building: + Footprint: xxx xxx + Dimensions: 3,2 + -GivesBuildableArea: + Health: + HP: 100 + RevealsShroud: + Range: 4c0 + Bib: + -RenderBuilding: + RenderBuildingWarFactory: + Image: WEAP + Fake: + -EmitInfantryOnSell: + -MustBeDestroyed: + +SYRF: + Inherits: ^Building + Valued: + Cost: 200 + Buildable: + BuildPaletteOrder: 900 + Queue: Defense + Prerequisites: ~structures.alliesvanilla, ~techlevel.medium + Tooltip: + Icon: fake-icon + Name: Fake Shipyard + Description: Looks like a Shipyard. + GenericName: Shipyard + GenericVisibility: Enemy + GenericStancePrefix: False + TargetableBuilding: + TargetTypes: Ground, Water + Building: + Footprint: xxx xxx xxx + Dimensions: 3,3 + Adjacent: 8 + TerrainTypes: Water + -GivesBuildableArea: + Health: + HP: 100 + RevealsShroud: + Range: 4c0 + RenderBuilding: + Image: SYRD + Fake: + -EmitInfantryOnSell: + -MustBeDestroyed: + +SPEF: + Inherits: ^Building + Valued: + Cost: 200 + TargetableBuilding: + TargetTypes: Ground, Water + Buildable: + BuildPaletteOrder: 910 + Queue: Defense + Prerequisites: ~disabled + Tooltip: + Icon: fake-icon + Name: Fake Sub Pen + Description: Looks like a Sub Pen. + GenericName: Sub Pen + GenericVisibility: Enemy + GenericStancePrefix: False + Building: + Footprint: xxx xxx xxx + Dimensions: 3,3 + Adjacent: 8 + TerrainTypes: Water + -GivesBuildableArea: + Health: + HP: 100 + RevealsShroud: + Range: 4c0 + RenderBuilding: + Image: SPEN + Fake: + -EmitInfantryOnSell: + -MustBeDestroyed: + +DOMF: + Inherits: ^Building + Valued: + Cost: 200 + Tooltip: + Icon: fake-icon + Name: Fake Radar Dome + Description: Looks like a Radar Dome. + GenericName: Radar Dome + GenericVisibility: Enemy + GenericStancePrefix: False + Buildable: + BuildPaletteOrder: 930 + Queue: Defense + Prerequisites: ~structures.alliesvanilla, ~techlevel.medium + Building: + Footprint: xx xx + Dimensions: 2,2 + -GivesBuildableArea: + Health: + HP: 100 + RevealsShroud: + Range: 4c0 + Bib: + RenderBuilding: + Image: DOME + Fake: + -EmitInfantryOnSell: + -MustBeDestroyed: \ No newline at end of file diff --git a/mods/ra/rules/structures.yaml b/mods/ra/rules/structures.yaml index e4b288a873..77139683f9 100644 --- a/mods/ra/rules/structures.yaml +++ b/mods/ra/rules/structures.yaml @@ -1451,163 +1451,6 @@ FIX: Power: Amount: -30 -FACF: - Inherits: ^Building - Valued: - Cost: 200 - Buildable: - BuildPaletteOrder: 940 - Queue: Defense - Prerequisites: ~structures.alliesvanilla, ~techlevel.medium - Tooltip: - Icon: fake-icon - Name: Fake Construction Yard - Description: Looks like a Construction Yard. - GenericName: Construction Yard - GenericVisibility: Enemy - GenericStancePrefix: False - Building: - Footprint: xxx xxx xxx - Dimensions: 3,3 - -GivesBuildableArea: - Health: - HP: 100 - RevealsShroud: - Range: 4c0 - Bib: - RenderBuilding: - Image: FACT - Fake: - -EmitInfantryOnSell: - -MustBeDestroyed: - -WEAF: - Inherits: ^Building - Valued: - Cost: 200 - Buildable: - BuildPaletteOrder: 920 - Prerequisites: ~structures.alliesvanilla, ~techlevel.medium - Queue: Defense - Tooltip: - Icon: fake-icon - Name: Fake War Factory - Description: Looks like a War Factory. - GenericName: War Factory - GenericVisibility: Enemy - GenericStancePrefix: False - Building: - Footprint: xxx xxx - Dimensions: 3,2 - -GivesBuildableArea: - Health: - HP: 100 - RevealsShroud: - Range: 4c0 - Bib: - -RenderBuilding: - RenderBuildingWarFactory: - Image: WEAP - Fake: - -EmitInfantryOnSell: - -MustBeDestroyed: - -SYRF: - Inherits: ^Building - Valued: - Cost: 200 - Buildable: - BuildPaletteOrder: 900 - Queue: Defense - Prerequisites: ~structures.alliesvanilla, ~techlevel.medium - Tooltip: - Icon: fake-icon - Name: Fake Shipyard - Description: Looks like a Shipyard. - GenericName: Shipyard - GenericVisibility: Enemy - GenericStancePrefix: False - TargetableBuilding: - TargetTypes: Ground, Water - Building: - Footprint: xxx xxx xxx - Dimensions: 3,3 - Adjacent: 8 - TerrainTypes: Water - -GivesBuildableArea: - Health: - HP: 100 - RevealsShroud: - Range: 4c0 - RenderBuilding: - Image: SYRD - Fake: - -EmitInfantryOnSell: - -MustBeDestroyed: - -SPEF: - Inherits: ^Building - Valued: - Cost: 200 - TargetableBuilding: - TargetTypes: Ground, Water - Buildable: - BuildPaletteOrder: 910 - Queue: Defense - Prerequisites: ~disabled - Tooltip: - Icon: fake-icon - Name: Fake Sub Pen - Description: Looks like a Sub Pen. - GenericName: Sub Pen - GenericVisibility: Enemy - GenericStancePrefix: False - Building: - Footprint: xxx xxx xxx - Dimensions: 3,3 - Adjacent: 8 - TerrainTypes: Water - -GivesBuildableArea: - Health: - HP: 100 - RevealsShroud: - Range: 4c0 - RenderBuilding: - Image: SPEN - Fake: - -EmitInfantryOnSell: - -MustBeDestroyed: - -DOMF: - Inherits: ^Building - Valued: - Cost: 200 - Tooltip: - Icon: fake-icon - Name: Fake Radar Dome - Description: Looks like a Radar Dome. - GenericName: Radar Dome - GenericVisibility: Enemy - GenericStancePrefix: False - Buildable: - BuildPaletteOrder: 930 - Queue: Defense - Prerequisites: ~structures.alliesvanilla, ~techlevel.medium - Building: - Footprint: xx xx - Dimensions: 2,2 - -GivesBuildableArea: - Health: - HP: 100 - RevealsShroud: - Range: 4c0 - Bib: - RenderBuilding: - Image: DOME - Fake: - -EmitInfantryOnSell: - -MustBeDestroyed: - SBAG: Inherits: ^Wall Buildable: