diff --git a/mods/ra/bits/hospicon.shp b/mods/ra/bits/hospicon.shp new file mode 100644 index 0000000000..efce8cec6c Binary files /dev/null and b/mods/ra/bits/hospicon.shp differ diff --git a/mods/ra/maps/koth-athena/map.yaml b/mods/ra/maps/koth-athena/map.yaml index ded715ab08..1a2cc43501 100644 --- a/mods/ra/maps/koth-athena/map.yaml +++ b/mods/ra/maps/koth-athena/map.yaml @@ -2107,11 +2107,11 @@ Rules: Critical: false Tooltip: Name: Strategic Point - RenderBuilding: - Scale: 0.75 RevealsShroud: Range: 18 - -Health: + Invulnerable: + -Selectable: + -TargetableBuilding: Player: StrategicVictoryConditions: TicksToHold: 4500 diff --git a/mods/ra/maps/koth-crossroads/map.yaml b/mods/ra/maps/koth-crossroads/map.yaml index ef0c5fe916..684b62ee83 100644 --- a/mods/ra/maps/koth-crossroads/map.yaml +++ b/mods/ra/maps/koth-crossroads/map.yaml @@ -260,7 +260,9 @@ Rules: Name: Strategic Point RevealsShroud: Range: 20 - -Health: + Invulnerable: + -Selectable: + -TargetableBuilding: Player: StrategicVictoryConditions: TicksToHold: 3000 diff --git a/mods/ra/maps/koth-island-hoppers/map.yaml b/mods/ra/maps/koth-island-hoppers/map.yaml index 33a52ca91e..417c583610 100644 --- a/mods/ra/maps/koth-island-hoppers/map.yaml +++ b/mods/ra/maps/koth-island-hoppers/map.yaml @@ -163,7 +163,9 @@ Rules: BaseNormal: false RevealsShroud: Range: 20 - -Health: + Invulnerable: + -Selectable: + -TargetableBuilding: Player: StrategicVictoryConditions: TicksToHold: 3000 diff --git a/mods/ra/rules/civilian.yaml b/mods/ra/rules/civilian.yaml index e8d23c7680..4461fbcc5a 100644 --- a/mods/ra/rules/civilian.yaml +++ b/mods/ra/rules/civilian.yaml @@ -88,6 +88,7 @@ HOSP: Name: Hospital RevealsShroud: Range: 3 + DeadBuildingState: V01: Inherits: ^CivBuilding @@ -317,6 +318,7 @@ MISS: Tooltip: Name: Technology Center Bib: + DeadBuildingState: BIO: Inherits: ^TechBuilding @@ -325,6 +327,7 @@ BIO: Dimensions: 2,2 Tooltip: Name: Biological Lab + DeadBuildingState: OILB: Inherits: ^TechBuilding diff --git a/mods/ra/sequences/structures.yaml b/mods/ra/sequences/structures.yaml index 2d9e9e2426..5f029b7409 100644 --- a/mods/ra/sequences/structures.yaml +++ b/mods/ra/sequences/structures.yaml @@ -17,15 +17,21 @@ hosp: damaged-idle: Start: 4 Length: 4 + dead: + Start: 8 make: hospmake Start: 0 Length: * + icon: hospicon + Start: 0 bio: idle: Start: 0 damaged-idle: Start: 1 + dead: + Start: 2 make: biomake Start: 0 Length: * @@ -536,6 +542,8 @@ miss: idle: Start: 0 damaged-idle: + Start: 1 + dead: Start: 2 make: missmake Start: 0