Merge pull request #3518 from ScottNZ/teslacoil
Tesla Coil improvements
This commit is contained in:
@@ -74,7 +74,7 @@ namespace OpenRA.Mods.RA
|
|||||||
return this;
|
return this;
|
||||||
|
|
||||||
self.Trait<RenderBuildingCharge>().PlayCharge(self);
|
self.Trait<RenderBuildingCharge>().PlayCharge(self);
|
||||||
return Util.SequenceActivities( new Wait( 8 ), new TeslaZap( target ), this );
|
return Util.SequenceActivities( new Wait( 22 ), new TeslaZap( target ), this );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -272,7 +272,7 @@ TSLA:
|
|||||||
Owner: soviet
|
Owner: soviet
|
||||||
Hotkey: u
|
Hotkey: u
|
||||||
Valued:
|
Valued:
|
||||||
Cost: 1500
|
Cost: 1200
|
||||||
Tooltip:
|
Tooltip:
|
||||||
Name: Tesla Coil
|
Name: Tesla Coil
|
||||||
Description: Advanced base defense. Requires power\nto operate.\n Strong vs Tanks, Infantry\n Weak vs Aircraft
|
Description: Advanced base defense. Requires power\nto operate.\n Strong vs Tanks, Infantry\n Weak vs Aircraft
|
||||||
|
|||||||
@@ -316,9 +316,11 @@ tsla:
|
|||||||
active:
|
active:
|
||||||
Start: 1
|
Start: 1
|
||||||
Length: 9
|
Length: 9
|
||||||
|
Tick: 100
|
||||||
damaged-active:
|
damaged-active:
|
||||||
Start: 11
|
Start: 11
|
||||||
Length: 9
|
Length: 9
|
||||||
|
Tick: 100
|
||||||
|
|
||||||
pbox:
|
pbox:
|
||||||
idle:
|
idle:
|
||||||
|
|||||||
Reference in New Issue
Block a user