diff --git a/mods/ra/defaults.yaml b/mods/ra/defaults.yaml index eaba4444d7..e4c7380350 100644 --- a/mods/ra/defaults.yaml +++ b/mods/ra/defaults.yaml @@ -45,3 +45,15 @@ Footprint: x RenderBuilding: +^Wall: + Category: Building + Building: + Dimensions: 1,1 + Footprint: x + Capturable: false + Bib: no + Crewed: no + Sight: 0 + Wall: + RenderBuildingWall: + diff --git a/mods/ra/rules.yaml b/mods/ra/rules.yaml index b1ea843c2f..d941c0f86f 100644 --- a/mods/ra/rules.yaml +++ b/mods/ra/rules.yaml @@ -2494,23 +2494,58 @@ MEDI: TakeCover: -AutoTarget: +SBAG: + Inherits: ^Wall + Buildable: + TechLevel: 2 + Prerequisites: fact + Owner: soviet + Cost: 25 + Description: Sandbag Wall + LongDesc: Stops infantry and blocks enemy fire.\n Can be crushed by tanks. + Building: + HP: 100 + Armor: none + BRIK: - Inherits: ^Building + Inherits: ^Wall Buildable: TechLevel: 8 Prerequisites: fact - Owner: allies,soviet + Owner: soviet Cost: 100 Description: Concrete Wall - LongDesc: Its a wall. + LongDesc: Stop units from passing and block enemy fire. Building: - Power: 0 - Capturable: false - Bib: no - HP: 1 + HP: 100 + Armor: none + +FENC: + Inherits: ^Wall + Buildable: + TechLevel: 2 + Prerequisites: fact + Owner: soviet + Cost: 25 + Description: Wire Fence + LongDesc: Stops infantry and blocks enemy fire.\n Can be crushed by tanks. + Building: + HP: 100 + Armor: none +CYCL: + Inherits: ^Wall + Building: + HP: 100 + Armor: none + +BARB: + Inherits: ^Wall + Building: + HP: 100 + Armor: none + +WOOD: + Inherits: ^Wall + Building: + HP: 100 Armor: none - Crewed: no - Sight: 0 - Wall: - RenderBuildingWall: - -RenderBuilding: \ No newline at end of file diff --git a/mods/ra/sequences.xml b/mods/ra/sequences.xml index ec16b56ff1..3f844a2c42 100644 --- a/mods/ra/sequences.xml +++ b/mods/ra/sequences.xml @@ -862,6 +862,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file