Add IdleBehavior enum to Aircraft
This commit is contained in:
@@ -12,7 +12,6 @@ TRAN:
|
||||
Queue: Aircraft.GDI, Aircraft.Nod
|
||||
Description: Fast Infantry Transport Helicopter.\n Unarmed
|
||||
Aircraft:
|
||||
LandWhenIdle: false
|
||||
TurnSpeed: 5
|
||||
Speed: 150
|
||||
AltitudeVelocity: 0c100
|
||||
|
||||
@@ -322,7 +322,6 @@
|
||||
Repairable:
|
||||
RepairActors: hpad
|
||||
Aircraft:
|
||||
LandWhenIdle: false
|
||||
AirborneCondition: airborne
|
||||
CruisingCondition: cruising
|
||||
CanHover: True
|
||||
@@ -659,10 +658,10 @@
|
||||
Offset: 43, 128, 0
|
||||
ZOffset: -129
|
||||
WithFacingSpriteBody:
|
||||
FlyAwayOnIdle:
|
||||
RejectsOrders:
|
||||
Aircraft:
|
||||
CruiseAltitude: 2560
|
||||
IdleBehavior: LeaveMap
|
||||
MapEditorData:
|
||||
Categories: Aircraft
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ carryall.reinforce:
|
||||
TurnSpeed: 4
|
||||
LandableTerrainTypes: Sand, Rock, Transition, Spice, SpiceSand, Dune, Concrete
|
||||
Repulsable: False
|
||||
LandWhenIdle: False
|
||||
AirborneCondition: airborne
|
||||
CanSlide: True
|
||||
VTOL: true
|
||||
@@ -77,6 +76,7 @@ frigate:
|
||||
Tooltip:
|
||||
Name: Frigate
|
||||
Aircraft:
|
||||
IdleBehavior: LeaveMap
|
||||
Speed: 189
|
||||
TurnSpeed: 1
|
||||
Repulsable: False
|
||||
@@ -89,7 +89,6 @@ frigate:
|
||||
Cargo:
|
||||
MaxWeight: 20
|
||||
PipCount: 10
|
||||
FlyAwayOnIdle:
|
||||
RejectsOrders:
|
||||
|
||||
ornithopter:
|
||||
|
||||
@@ -124,7 +124,6 @@ MIG:
|
||||
AmmoPool:
|
||||
Ammo: 8
|
||||
AmmoCondition: ammo
|
||||
ReturnOnIdle:
|
||||
Selectable:
|
||||
Bounds: 36,28,0,2
|
||||
DecorationBounds: 40,29,0,1
|
||||
@@ -196,7 +195,6 @@ YAK:
|
||||
PipCount: 6
|
||||
ReloadDelay: 11
|
||||
AmmoCondition: ammo
|
||||
ReturnOnIdle:
|
||||
SelectionDecorations:
|
||||
WithMuzzleOverlay:
|
||||
Contrail:
|
||||
@@ -237,7 +235,6 @@ TRAN:
|
||||
Range: 6c0
|
||||
Type: GroundPosition
|
||||
Aircraft:
|
||||
LandWhenIdle: false
|
||||
TurnSpeed: 5
|
||||
Speed: 128
|
||||
AltitudeVelocity: 0c58
|
||||
@@ -305,7 +302,6 @@ HELI:
|
||||
PersistentTargeting: false
|
||||
AttackType: Hover
|
||||
Aircraft:
|
||||
LandWhenIdle: false
|
||||
TurnSpeed: 4
|
||||
Speed: 149
|
||||
AutoTarget:
|
||||
@@ -374,7 +370,6 @@ HIND:
|
||||
PersistentTargeting: false
|
||||
AttackType: Hover
|
||||
Aircraft:
|
||||
LandWhenIdle: false
|
||||
TurnSpeed: 4
|
||||
Speed: 112
|
||||
AutoTarget:
|
||||
@@ -475,7 +470,6 @@ MH60:
|
||||
PersistentTargeting: false
|
||||
AttackType: Hover
|
||||
Aircraft:
|
||||
LandWhenIdle: false
|
||||
TurnSpeed: 4
|
||||
Speed: 112
|
||||
AutoTarget:
|
||||
|
||||
@@ -6,7 +6,7 @@ DPOD:
|
||||
Tooltip:
|
||||
Name: Drop Pod
|
||||
Aircraft:
|
||||
LandWhenIdle: true
|
||||
IdleBehavior: Land
|
||||
TurnSpeed: 5
|
||||
Speed: 149
|
||||
InitialFacing: 0
|
||||
@@ -40,7 +40,7 @@ DSHP:
|
||||
UpdatesPlayerStatistics:
|
||||
AddToArmyValue: true
|
||||
Aircraft:
|
||||
LandWhenIdle: true
|
||||
IdleBehavior: Land
|
||||
TurnSpeed: 5
|
||||
Speed: 168
|
||||
InitialFacing: 0
|
||||
@@ -147,7 +147,6 @@ ORCAB:
|
||||
LandingSounds: orcadwn1.aud
|
||||
CanHover: false
|
||||
CanSlide: false
|
||||
ReturnOnIdle:
|
||||
Health:
|
||||
HP: 26000
|
||||
Armor:
|
||||
@@ -193,7 +192,6 @@ ORCATRAN:
|
||||
Prerequisites: ~disabled
|
||||
RenderSprites:
|
||||
Aircraft:
|
||||
LandWhenIdle: false
|
||||
TurnSpeed: 5
|
||||
Speed: 84
|
||||
InitialFacing: 0
|
||||
@@ -285,7 +283,6 @@ SCRIN:
|
||||
LandingSounds: dropdwn1.aud
|
||||
CanHover: false
|
||||
CanSlide: false
|
||||
ReturnOnIdle:
|
||||
Health:
|
||||
HP: 28000
|
||||
Armor:
|
||||
|
||||
@@ -875,7 +875,6 @@
|
||||
CruisingCondition: cruising
|
||||
CruiseAltitude: 4c704
|
||||
AltitudeVelocity: 96
|
||||
LandWhenIdle: false
|
||||
Voice: Move
|
||||
IdealSeparation: 853
|
||||
MaximumPitch: 120
|
||||
|
||||
Reference in New Issue
Block a user