Let TS aircraft turn slower when circling.
This commit is contained in:
@@ -56,7 +56,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[Desc("Turn speed to apply when aircraft flies in circles while idle. Defaults to TurnSpeed if undefined.")]
|
||||
public readonly WAngle? IdleTurnSpeed = null;
|
||||
|
||||
[Desc("Maximum flight speed")]
|
||||
[Desc("Maximum flight speed when cruising.")]
|
||||
public readonly int Speed = 1;
|
||||
|
||||
[Desc("If non-negative, force the aircraft to move in circles at this speed when idle (a speed of 0 means don't move), ignoring CanHover.")]
|
||||
|
||||
@@ -201,7 +201,9 @@ ORCAB:
|
||||
Aircraft:
|
||||
CruiseAltitude: 5c512
|
||||
TurnSpeed: 12
|
||||
IdleTurnSpeed: 4
|
||||
Speed: 96
|
||||
IdleSpeed: 72
|
||||
CruisingCondition: cruising
|
||||
TakeoffSounds: orcaup1.aud
|
||||
LandingSounds: orcadwn1.aud
|
||||
@@ -354,8 +356,10 @@ SCRIN:
|
||||
VoiceSet: Scrin
|
||||
Aircraft:
|
||||
CruiseAltitude: 5c0
|
||||
TurnSpeed: 12
|
||||
Speed: 168
|
||||
TurnSpeed: 15
|
||||
Speed: 200
|
||||
IdleTurnSpeed: 6
|
||||
IdleSpeed: 100
|
||||
TakeoffSounds: dropup1.aud
|
||||
LandingSounds: dropdwn1.aud
|
||||
CanHover: false
|
||||
|
||||
Reference in New Issue
Block a user