diff --git a/mods/ra/bits/fapwicon.shp b/mods/ra/bits/fapwicon.shp new file mode 100644 index 0000000000..c4d0cb7e14 Binary files /dev/null and b/mods/ra/bits/fapwicon.shp differ diff --git a/mods/ra/bits/fpwricon.shp b/mods/ra/bits/fpwricon.shp new file mode 100644 index 0000000000..7e3fe88ad0 Binary files /dev/null and b/mods/ra/bits/fpwricon.shp differ diff --git a/mods/ra/rules/fakes.yaml b/mods/ra/rules/fakes.yaml index b18b4b940c..d2ea21ca91 100644 --- a/mods/ra/rules/fakes.yaml +++ b/mods/ra/rules/fakes.yaml @@ -24,6 +24,58 @@ FACF: Armor: Type: Wood +FPWR: + Inherits: ^FakeBuilding + Buildable: + BuildPaletteOrder: 880 + Queue: Defense + Prerequisites: ~structures.france, ~techlevel.infonly + Tooltip: + Icon: fake-icon + Name: Fake Power Plant + Description: Looks like a Power Plant. + GenericName: Power Plant + GenericVisibility: Enemy + GenericStancePrefix: False + Building: + Footprint: xx xx + Dimensions: 2,2 + Health: + HP: 400 + Armor: + Type: Wood + Bib: + RenderSprites: + Image: POWR + Valued: + Cost: 30 + +FAPW: + Inherits: ^FakeBuilding + Buildable: + BuildPaletteOrder: 890 + Queue: Defense + Prerequisites: ~structures.france, ~techlevel.medium + Tooltip: + Icon: fake-icon + Name: Fake Advanced Power Plant + Description: Looks like an Advanced Power Plant. + GenericName: Advanced Power Plant + GenericVisibility: Enemy + GenericStancePrefix: False + Building: + Footprint: ___ xxx xxx + Dimensions: 3,3 + Health: + HP: 700 + Armor: + Type: Wood + Bib: + RenderSprites: + Image: APWR + Valued: + Cost: 60 + WEAF: Inherits: ^FakeBuilding Buildable: diff --git a/mods/ra/sequences/structures.yaml b/mods/ra/sequences/structures.yaml index 8c28ed9a1a..ba7350ac43 100644 --- a/mods/ra/sequences/structures.yaml +++ b/mods/ra/sequences/structures.yaml @@ -127,6 +127,7 @@ powr: TilesetOverrides: INTERIOR: TEMPERAT icon: powricon + fake-icon: fpwricon apwr: idle: @@ -142,6 +143,7 @@ apwr: TilesetOverrides: INTERIOR: TEMPERAT icon: apwricon + fake-icon: fapwicon barr: idle: @@ -611,4 +613,4 @@ cycl: Length: 16 damaged-idle: Start: 16 - Length: 16 \ No newline at end of file + Length: 16