Use AttackOrderPower for EMP support power
This commit is contained in:
@@ -152,6 +152,12 @@ Cursors:
|
|||||||
nuke:
|
nuke:
|
||||||
Start: 319
|
Start: 319
|
||||||
Length: 9
|
Length: 9
|
||||||
|
emp:
|
||||||
|
Start: 357
|
||||||
|
Length: 19
|
||||||
|
emp-blocked:
|
||||||
|
Start: 377
|
||||||
|
Length: 1
|
||||||
sell:
|
sell:
|
||||||
Start: 129
|
Start: 129
|
||||||
Length: 10
|
Length: 10
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ NAPULS:
|
|||||||
Valued:
|
Valued:
|
||||||
Cost: 1000
|
Cost: 1000
|
||||||
Tooltip:
|
Tooltip:
|
||||||
Name: EMP Cannon
|
Name: E.M. Pulse Cannon
|
||||||
Description: Disables vehicles.\nRequires power to operate.\n Strong vs Vehicles\n Weak vs Infantry, Aircraft
|
Description: Disables mechanical units in an area.\nRequires power to operate.
|
||||||
Buildable:
|
Buildable:
|
||||||
Queue: Defense
|
Queue: Defense
|
||||||
BuildPaletteOrder: 90
|
BuildPaletteOrder: 90
|
||||||
@@ -22,12 +22,15 @@ NAPULS:
|
|||||||
Type: Heavy
|
Type: Heavy
|
||||||
RevealsShroud:
|
RevealsShroud:
|
||||||
Range: 8c0
|
Range: 8c0
|
||||||
|
-AutoTarget:
|
||||||
Turreted:
|
Turreted:
|
||||||
TurnSpeed: 10
|
TurnSpeed: 10
|
||||||
InitialFacing: 224
|
InitialFacing: 224
|
||||||
AttackTurreted:
|
AttackTurreted:
|
||||||
Armament:
|
Armament:
|
||||||
Weapon: EMPulseCannon
|
Weapon: EMPulseCannon
|
||||||
|
LocalOffset: 150,0,1250
|
||||||
|
LocalYaw: 0,100
|
||||||
WithSpriteTurret:
|
WithSpriteTurret:
|
||||||
Sequence: turret
|
Sequence: turret
|
||||||
Power:
|
Power:
|
||||||
@@ -39,3 +42,11 @@ NAPULS:
|
|||||||
FactionImages:
|
FactionImages:
|
||||||
gdi: napuls.gdi
|
gdi: napuls.gdi
|
||||||
nod: napuls.nod
|
nod: napuls.nod
|
||||||
|
AttackOrderPower:
|
||||||
|
Cursor: emp
|
||||||
|
Icon: emp
|
||||||
|
ChargeTime: 135
|
||||||
|
Description: E.M. Pulse
|
||||||
|
LongDesc: Fires a pulse blast which disables\nall mechanical units in the area.
|
||||||
|
EndChargeSound: 00-i158.aud
|
||||||
|
SelectTargetSound: 00-i042.aud
|
||||||
|
|||||||
@@ -368,6 +368,7 @@ icon:
|
|||||||
clustermissile: mltiicon
|
clustermissile: mltiicon
|
||||||
ioncannon: ioncicon
|
ioncannon: ioncicon
|
||||||
hunterseeker: detnicon
|
hunterseeker: detnicon
|
||||||
|
emp: pulsicon
|
||||||
|
|
||||||
clustermissile:
|
clustermissile:
|
||||||
up: null # TODO
|
up: null # TODO
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ IonCannon:
|
|||||||
|
|
||||||
EMPulseCannon:
|
EMPulseCannon:
|
||||||
ReloadDelay: 100
|
ReloadDelay: 100
|
||||||
Range: 10c0
|
Range: 40c0
|
||||||
Report: plsecan2.aud
|
Report: plsecan2.aud
|
||||||
Projectile: Bullet
|
Projectile: Bullet
|
||||||
Speed: 425
|
Speed: 425
|
||||||
@@ -90,7 +90,7 @@ EMPulseCannon:
|
|||||||
Warhead@1Eff: CreateEffect
|
Warhead@1Eff: CreateEffect
|
||||||
Explosions: pulse_explosion
|
Explosions: pulse_explosion
|
||||||
Warhead@emp: GrantUpgrade
|
Warhead@emp: GrantUpgrade
|
||||||
Range: 3c0
|
Range: 4c0
|
||||||
Duration: 250
|
Duration: 250
|
||||||
Upgrades: empdisable, notmobile
|
Upgrades: empdisable, notmobile
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user