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;
|
||||
|
||||
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
|
||||
Hotkey: u
|
||||
Valued:
|
||||
Cost: 1500
|
||||
Cost: 1200
|
||||
Tooltip:
|
||||
Name: Tesla Coil
|
||||
Description: Advanced base defense. Requires power\nto operate.\n Strong vs Tanks, Infantry\n Weak vs Aircraft
|
||||
|
||||
@@ -316,9 +316,11 @@ tsla:
|
||||
active:
|
||||
Start: 1
|
||||
Length: 9
|
||||
Tick: 100
|
||||
damaged-active:
|
||||
Start: 11
|
||||
Length: 9
|
||||
Tick: 100
|
||||
|
||||
pbox:
|
||||
idle:
|
||||
|
||||
Reference in New Issue
Block a user