read support power icons from sequences

so that d2k can grab them from DATA.R8
This commit is contained in:
Matthias Mailänder
2013-08-17 11:37:32 +02:00
parent 376a6c7a5d
commit efb55d4cb9
16 changed files with 88 additions and 219 deletions

View File

@@ -373,7 +373,7 @@ HQ:
DetectCloaked:
Range: 8
AirstrikePower:
Image: bombicnh
Icon: airstrike
ChargeTime: 180
Description: Air Strike
LongDesc: Deploy an aerial napalm strike.\nBurns buildings and infantry along a line.
@@ -434,7 +434,7 @@ EYE:
DetectCloaked:
Range: 8
IonCannonPower:
Image: ionicnh
Icon: ioncannon
ChargeTime: 180
Description: Ion Cannon
LongDesc: Initiate an Ion Cannon strike.\nApplies instant damage to a small area.
@@ -469,7 +469,7 @@ TMPL:
Range: 6
Bib:
NukePower:
Image: atomicnh
Icon: abomb
ChargeTime: 300
Description: Nuclear Strike
LongDesc: Launch a tactical nuke.\nApplies heavy damage over a large area.

View File

@@ -296,4 +296,12 @@ poweroff:
offline:
Start: 0
Length: *
Tick: 160
Tick: 160
icon:
airstrike: bombicnh
Start: 0
ioncannon: ionicnh
Start: 0
abomb: atomicnh
Start: 0

View File

@@ -42,7 +42,7 @@ PALACEA:
Buildable:
Owner: atreides
AirstrikePower:
Image: orniicon
Icon: ornistrike
Description: Air Strike
ChargeTime: 180
LongDesc: Ornithopter drops a load of parachuted\nbombs on your target

View File

@@ -74,7 +74,7 @@ PALACEH:
Tooltip:
Description: Provides elite infantry\n Special Ability: Death Hand Missile
NukePower:
Image: deathhandicon
Icon: deathhand
ChargeTime: 300
Description: Death Hand
LongDesc: Launches a nuclear missile at a target location

View File

@@ -71,7 +71,7 @@ PALACEO:
Buildable:
Owner: ordos
AirstrikePower:
Image: orniicon
Icon: ornistrike
Description: Air Strike
ChargeTime: 180
LongDesc: Ornithopter drops a load of parachuted\nbombs on your target

View File

@@ -543,7 +543,7 @@ WALL:
Name: IX Research Center
Description: Unlocks experimental tanks\n Special Ability: Carryall Combat Drop
ParatroopersPower:
Image: carryallicon
Icon: paratroopers
UnitType: carryall.infantry
FlareTime: 0
ChargeTime: 180

View File

@@ -5,6 +5,10 @@ carryall:
unload: DATA.R8
Start: 1923
Facings: -32
icon: DATA.R8
Start: 4029
Offset: -30,-24
orni:
idle: DATA.R8
@@ -13,6 +17,9 @@ orni:
Length: 3
Tick: 120
Transpose: true
icon: DATA.R8
Start: 4031
Offset: -30,-24
frigate:
idle: DATA.R8

View File

@@ -217,3 +217,14 @@ doubleblast:
idle: DATA.R8
Start: 3279
Facings: -16
icon:
paratroopers: DATA.R8
Start: 4029
Offset: -30,-24
ornistrike: DATA.R8
Start: 4031
Offset: -30,-24
deathhand: DATA.R8
Start: 4035
Offset: -30,-24

View File

@@ -24,7 +24,7 @@ MSLO:
Range: 5
IronCurtainable:
NukePower:
Image: atomicon
Icon: abomb
ChargeTime: 540
Description: Atom Bomb
LongDesc: Launches a devastating atomic bomb\nat a target location.
@@ -213,7 +213,7 @@ IRON:
Range: 10
IronCurtainable:
IronCurtainPower:
Image: infxicon
Icon: invuln
ChargeTime: 120
Description: Invulnerability
LongDesc: Makes a group of units invulnerable\nfor 20 seconds.
@@ -251,7 +251,7 @@ PDOX:
Range: 10
IronCurtainable:
ChronoshiftPower:
Image: warpicon
Icon: chrono
ChargeTime: 120
Description: Chronoshift
LongDesc: Teleports a group of units across\nthe map for 20 seconds.
@@ -851,7 +851,7 @@ ATEK:
Bib:
IronCurtainable:
GpsPower:
Image: gpssicon
Icon: gps
OneShot: yes
ChargeTime: 480
Description: GPS Satellite
@@ -1074,14 +1074,14 @@ AFLD:
Reservable:
IronCurtainable:
SpyPlanePower:
Image: smigicon
Icon: spyplane
ChargeTime: 180
Description: Spy Plane
LongDesc: Reveals an area of the map.
SelectTargetSound: slcttgt1.aud
EndChargeSound: spypln1.aud
ParatroopersPower:
Image: pinficon
Icon: paratroopers
ChargeTime: 360
Description: Paratroopers
LongDesc: A Badger drops a squad of Riflemen \nanywhere on the map
@@ -1307,6 +1307,7 @@ FACF:
Hotkey: c
Queue: Defense
Tooltip:
Icon: fake-icon
Name: Fake Construction Yard
Description: Looks like a Construction Yard.
Building:
@@ -1336,6 +1337,7 @@ WEAF:
Hotkey: x
Queue: Defense
Tooltip:
Icon: fake-icon
Name: Fake War Factory
Description: Looks like a War Factory.
Building:
@@ -1366,6 +1368,7 @@ SYRF:
Hotkey: z
Queue: Defense
Tooltip:
Icon: fake-icon
Name: Fake Shipyard
Description: Looks like a Shipyard
TargetableBuilding:
@@ -1399,6 +1402,7 @@ SPEF:
Hotkey: z
Queue: Defense
Tooltip:
Icon: fake-icon
Name: Fake Sub Pen
Description: Looks like a Sub Pen
Building:
@@ -1422,6 +1426,7 @@ DOMF:
Valued:
Cost: 50
Tooltip:
Icon: fake-icon
Name: Fake Radar Dome
Description: Looks like a Radar Dome
Buildable:

View File

@@ -396,3 +396,17 @@ gpsdot:
Start: 5
Structure:
Start: 6
icon:
abomb: atomicon
Start: 0
invuln: infxicon
Start: 0
chrono: warpicon
Start: 0
spyplane: smigicon
Start: 0
paratroopers: pinficon
Start: 0
gps: gpssicon
Start: 0

View File

@@ -62,6 +62,8 @@ fact:
Length: *
icon: facticon
Start: 0
fake-icon: facficon
Start: 0
proc:
idle:
@@ -180,6 +182,8 @@ dome:
Length: *
icon: domeicon
Start: 0
fake-icon: domficon
Start: 0
atek:
idle:
@@ -236,6 +240,8 @@ weap:
Length: *
icon: weapicon
Start: 0
fake-icon: weaficon
Start: 0
hpad:
idle:
@@ -298,6 +304,8 @@ spen:
Length: *
icon: spenicon
Start: 0
fake-icon: speficon
Start: 0
syrd:
idle:
@@ -309,6 +317,8 @@ syrd:
Length: *
icon: syrdicon
Start: 0
fake-icon: syrficon
Start: 0
fix:
idle: