Merge pull request #4445 from Mailaender/miss-sprites
Set up all MISS sprites
This commit is contained in:
BIN
mods/ra/bits/hospicon.shp
Normal file
BIN
mods/ra/bits/hospicon.shp
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -260,7 +260,9 @@ Rules:
|
||||
Name: Strategic Point
|
||||
RevealsShroud:
|
||||
Range: 20
|
||||
-Health:
|
||||
Invulnerable:
|
||||
-Selectable:
|
||||
-TargetableBuilding:
|
||||
Player:
|
||||
StrategicVictoryConditions:
|
||||
TicksToHold: 3000
|
||||
|
||||
@@ -163,7 +163,9 @@ Rules:
|
||||
BaseNormal: false
|
||||
RevealsShroud:
|
||||
Range: 20
|
||||
-Health:
|
||||
Invulnerable:
|
||||
-Selectable:
|
||||
-TargetableBuilding:
|
||||
Player:
|
||||
StrategicVictoryConditions:
|
||||
TicksToHold: 3000
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user