More structures
This commit is contained in:
@@ -83,4 +83,53 @@
|
||||
<sequence name="critical-idle" start="32" />
|
||||
<sequence name="make" start="0" length="*" src="hqmake" />
|
||||
</unit>
|
||||
|
||||
<!-- Advanced Power Plant -->
|
||||
<unit name="nuk2">
|
||||
<sequence name="idle" start="0" length="4" />
|
||||
<sequence name="damaged-idle" start="4" length="4" />
|
||||
<sequence name="critical-idle" start="8" length="1" />
|
||||
<sequence name="make" start="0" length="*" src="nuk2make" />
|
||||
</unit>
|
||||
|
||||
<!-- helipad -->
|
||||
<unit name="hpad">
|
||||
<sequence name="idle" start="0" length="1" />
|
||||
<sequence name="damaged-idle" start="7" length="1" />
|
||||
<sequence name="critical-idle" start="14" length="1" />
|
||||
<sequence name="active" start="1" length="6" />
|
||||
<sequence name="damaged-active" start="8" length="6" />
|
||||
<sequence name="critical-active" start="14" length="1" />
|
||||
<sequence name="make" start="0" length="20" src="hpadmake" />
|
||||
</unit>
|
||||
|
||||
<!-- Repair Facility -->
|
||||
<unit name="fix">
|
||||
<sequence name="idle" start="0" length="1" />
|
||||
<sequence name="damaged-idle" start="7" length="1" />
|
||||
<sequence name="critical-idle" start="14" length="1" />
|
||||
<sequence name="active" start="0" length="7" />
|
||||
<sequence name="damaged-active" start="7" length="7" />
|
||||
<sequence name="critical-active" start="14" length="1" />
|
||||
<sequence name="make" start="0" length="14" src="fixmake" />
|
||||
</unit>
|
||||
|
||||
<!-- Advanced Communications Center -->
|
||||
<unit name="eye">
|
||||
<sequence name="idle" start="0" length="16" />
|
||||
<sequence name="damaged-idle" start="16" length="16" />
|
||||
<sequence name="critical-idle" start="32" />
|
||||
<sequence name="make" start="0" length="*" src="eyemake" />
|
||||
</unit>
|
||||
|
||||
<!-- Temple of Nod -->
|
||||
<unit name="tmpl">
|
||||
<sequence name="idle" start="0" />
|
||||
<sequence name="damaged-idle" start="5" />
|
||||
<sequence name="critical-idle" start="10" />
|
||||
<sequence name="active" start="0" length="5" />
|
||||
<sequence name="damaged-active" start="5" length="5" />
|
||||
<sequence name="critical-active" start="5" length="5" />
|
||||
<sequence name="make" start="0" length="*" src="tmplmake" />
|
||||
</unit>
|
||||
</sequences>
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<sequences>
|
||||
<!-- advanced power plant -->
|
||||
<unit name="apwr">
|
||||
<sequence name="idle" start="0" />
|
||||
<sequence name="damaged-idle" start="1" />
|
||||
<sequence name="make" start="0" length="*" src="apwrmake" />
|
||||
</unit>
|
||||
|
||||
|
||||
<!-- kennel -->
|
||||
<unit name="kenn">
|
||||
@@ -33,14 +29,7 @@
|
||||
<sequence name="make" start="0" length="*" src="stekmake" />
|
||||
</unit>
|
||||
|
||||
<!-- helipad -->
|
||||
<unit name="hpad">
|
||||
<sequence name="idle" start="0" length="1" />
|
||||
<sequence name="damaged-idle" start="7" length="1" />
|
||||
<sequence name="make" start="0" length="20" src="hpadmake" />
|
||||
<sequence name="active" start="1" length="6" />
|
||||
<sequence name="damaged-active" start="8" length="6" />
|
||||
</unit>
|
||||
|
||||
|
||||
<!-- sub pen -->
|
||||
<unit name="spen">
|
||||
@@ -54,14 +43,7 @@
|
||||
<sequence name="damaged-idle" start="1" />
|
||||
<sequence name="make" start="0" length="*" src="syrdmake" />
|
||||
</unit>
|
||||
<!-- repair pad -->
|
||||
<unit name="fix">
|
||||
<sequence name="idle" start="0" length="1" />
|
||||
<sequence name="damaged-idle" start="7" length="1" />
|
||||
<sequence name="make" start="0" length="14" src="fixmake" />
|
||||
<sequence name="active" start="1" length="6" />
|
||||
<sequence name="damaged-active" start="8" length="6" />
|
||||
</unit>
|
||||
|
||||
<!-- allied gun turret -->
|
||||
<unit name="gun">
|
||||
<sequence name="idle" start="0" length="32" />
|
||||
|
||||
@@ -46,7 +46,7 @@ PROC:
|
||||
LongDesc: Processes Tiberium into useable resources
|
||||
Building:
|
||||
Power: -30
|
||||
Footprint: ___ xxx ==x
|
||||
Footprint: ___ xxx x=x
|
||||
Dimensions: 3,3
|
||||
Capturable: true
|
||||
Bib: yes
|
||||
@@ -202,3 +202,119 @@ HQ:
|
||||
Crewed: yes
|
||||
Sight: 10
|
||||
ProvidesRadar:
|
||||
|
||||
NUK2:
|
||||
Inherits: ^Building
|
||||
Buildable:
|
||||
Icon:nuk2icnh
|
||||
TechLevel: 5
|
||||
Prerequisites: nuke
|
||||
Owner: allies,soviet
|
||||
Cost: 700
|
||||
Description: Advanced Power Plant
|
||||
LongDesc: Provides more power, cheaper than the \nstandard Power Plant
|
||||
Building:
|
||||
Power: 200
|
||||
Footprint: xx xx
|
||||
Dimensions: 2,2
|
||||
Capturable: true
|
||||
Bib: yes
|
||||
HP: 700
|
||||
Armor: wood
|
||||
Crewed: yes
|
||||
Sight: 2
|
||||
|
||||
FIX:
|
||||
Inherits: ^Building
|
||||
Buildable:
|
||||
Icon: fixicnh
|
||||
TechLevel: 3
|
||||
Prerequisites: nuke
|
||||
Owner: allies,soviet
|
||||
Cost: 1200
|
||||
Description: Repair Facility
|
||||
LongDesc: Repairs vehicles and allows the\nconstruction of additional bases.
|
||||
Building:
|
||||
Power: -30
|
||||
Footprint: _x_ xxx _x_
|
||||
Dimensions: 3,3
|
||||
Capturable: true
|
||||
HP: 400
|
||||
Armor: wood
|
||||
Crewed: yes
|
||||
Sight: 3
|
||||
BelowUnits:
|
||||
Reservable:
|
||||
|
||||
HPAD:
|
||||
Inherits: ^Building
|
||||
Buildable:
|
||||
Icon:hpadicnh
|
||||
TechLevel: 6
|
||||
Prerequisites: pyle
|
||||
Owner: allies,soviet
|
||||
Cost: 1500
|
||||
Description: Helipad
|
||||
LongDesc: Produces and reloads helicopters
|
||||
Building:
|
||||
Power: -10
|
||||
Footprint: xx xx
|
||||
Dimensions: 2,2
|
||||
Capturable: true
|
||||
Bib: yes
|
||||
HP: 400
|
||||
Armor: wood
|
||||
Crewed: yes
|
||||
Sight: 3
|
||||
Production:
|
||||
SpawnOffset: 0,-4
|
||||
Produces: Plane
|
||||
BelowUnits:
|
||||
Reservable:
|
||||
|
||||
EYE:
|
||||
RequiresPower:
|
||||
CanPowerDown:
|
||||
Inherits: ^Building
|
||||
Buildable:
|
||||
Icon: eyeicnh
|
||||
TechLevel: 7
|
||||
Prerequisites: hq
|
||||
Owner: allies
|
||||
Cost: 2800
|
||||
Description: Advanced Communications Center
|
||||
LongDesc: Provides access to the Ion Cannon.\n Requires power to operate.
|
||||
Building:
|
||||
Power: -200
|
||||
Footprint: __ xx
|
||||
Dimensions: 2,2
|
||||
Capturable: true
|
||||
Bib: yes
|
||||
HP: 500
|
||||
Armor: wood
|
||||
Crewed: yes
|
||||
Sight: 10
|
||||
ProvidesRadar:
|
||||
|
||||
TMPL:
|
||||
RequiresPower:
|
||||
CanPowerDown:
|
||||
Inherits: ^Building
|
||||
Buildable:
|
||||
Icon: tmplicnh
|
||||
TechLevel: 7
|
||||
Prerequisites: hq
|
||||
Owner: soviet
|
||||
Cost: 3000
|
||||
Description: Temple of Nod
|
||||
LongDesc: Place of worship and secret missile silo.\n Requires power to operate.
|
||||
Building:
|
||||
Power: -150
|
||||
Footprint: __ xx
|
||||
Dimensions: 2,2
|
||||
Capturable: false
|
||||
Bib: yes
|
||||
HP: 1000
|
||||
Armor: light
|
||||
Crewed: yes
|
||||
Sight: 4
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
MCV:
|
||||
Inherits: ^Vehicle
|
||||
Buildable:
|
||||
Icon: mcvicnh
|
||||
TechLevel: 7
|
||||
Prerequisites: eye
|
||||
Owner: allies,soviet
|
||||
@@ -21,6 +22,7 @@ MCV:
|
||||
HARV:
|
||||
Inherits: ^Vehicle
|
||||
Buildable:
|
||||
Icon: harvicnh
|
||||
TechLevel: 2
|
||||
Prerequisites: proc
|
||||
Owner: allies,soviet
|
||||
@@ -35,7 +37,7 @@ HARV:
|
||||
Armor: light
|
||||
Crewed: yes
|
||||
Sight: 4
|
||||
Speed: 6
|
||||
Speed: 12
|
||||
Mobile:
|
||||
MovementType: Track
|
||||
RenderUnit:
|
||||
Reference in New Issue
Block a user