Merge pull request #6035 from pchote/merge-air-queues
Merge RA aircraft queues
This commit is contained in:
@@ -75,9 +75,10 @@ BADR.Bomber:
|
||||
MIG:
|
||||
Inherits: ^Plane
|
||||
Buildable:
|
||||
Queue: Plane
|
||||
Queue: Aircraft
|
||||
BuildAtProductionType: Plane
|
||||
BuildPaletteOrder: 50
|
||||
Prerequisites: afld, stek, ~techlevel.unrestricted
|
||||
Prerequisites: ~afld, stek, ~techlevel.unrestricted
|
||||
Hotkey: m
|
||||
Valued:
|
||||
Cost: 2000
|
||||
@@ -127,9 +128,10 @@ MIG:
|
||||
YAK:
|
||||
Inherits: ^Plane
|
||||
Buildable:
|
||||
Queue: Plane
|
||||
Queue: Aircraft
|
||||
BuildAtProductionType: Plane
|
||||
BuildPaletteOrder: 30
|
||||
Prerequisites: afld, ~techlevel.medium
|
||||
Prerequisites: ~afld, ~techlevel.medium
|
||||
Hotkey: y
|
||||
Valued:
|
||||
Cost: 1000
|
||||
@@ -185,9 +187,10 @@ YAK:
|
||||
TRAN:
|
||||
Inherits: ^Helicopter
|
||||
Buildable:
|
||||
Queue: Helicopter
|
||||
Queue: Aircraft
|
||||
BuildAtProductionType: Helicopter
|
||||
BuildPaletteOrder: 10
|
||||
Prerequisites: hpad, ~techlevel.medium
|
||||
Prerequisites: ~hpad, ~techlevel.medium
|
||||
Hotkey: t
|
||||
Valued:
|
||||
Cost: 900
|
||||
@@ -227,9 +230,10 @@ TRAN:
|
||||
HELI:
|
||||
Inherits: ^Helicopter
|
||||
Buildable:
|
||||
Queue: Helicopter
|
||||
Queue: Aircraft
|
||||
BuildAtProductionType: Helicopter
|
||||
BuildPaletteOrder: 40
|
||||
Prerequisites: hpad, atek, ~techlevel.unrestricted
|
||||
Prerequisites: ~hpad, atek, ~techlevel.unrestricted
|
||||
Hotkey: l
|
||||
Valued:
|
||||
Cost: 2000
|
||||
@@ -277,9 +281,10 @@ HELI:
|
||||
HIND:
|
||||
Inherits: ^Helicopter
|
||||
Buildable:
|
||||
Queue: Helicopter
|
||||
Queue: Aircraft
|
||||
BuildAtProductionType: Helicopter
|
||||
BuildPaletteOrder: 20
|
||||
Prerequisites: hpad, ~techlevel.medium
|
||||
Prerequisites: ~hpad, ~techlevel.medium
|
||||
Hotkey: h
|
||||
Valued:
|
||||
Cost: 1000
|
||||
|
||||
@@ -34,14 +34,8 @@ Player:
|
||||
LowPowerSlowdown: 3
|
||||
SpeedUp: True
|
||||
RequireOwner: false
|
||||
ClassicProductionQueue@Plane:
|
||||
Type: Plane
|
||||
BuildSpeed: .4
|
||||
LowPowerSlowdown: 3
|
||||
SpeedUp: True
|
||||
RequireOwner: false
|
||||
ClassicProductionQueue@Helicopter:
|
||||
Type: Helicopter
|
||||
ClassicProductionQueue@Aircraft:
|
||||
Type: Aircraft
|
||||
BuildSpeed: .4
|
||||
LowPowerSlowdown: 3
|
||||
SpeedUp: True
|
||||
|
||||
@@ -2,6 +2,7 @@ SS:
|
||||
Inherits: ^Ship
|
||||
Buildable:
|
||||
Queue: Ship
|
||||
BuildAtProductionType: Submarine
|
||||
BuildPaletteOrder: 30
|
||||
Prerequisites: ~spen, ~techlevel.medium
|
||||
Hotkey: u
|
||||
@@ -54,6 +55,7 @@ MSUB:
|
||||
Inherits: ^Ship
|
||||
Buildable:
|
||||
Queue: Ship
|
||||
BuildAtProductionType: Submarine
|
||||
BuildPaletteOrder: 60
|
||||
Prerequisites: ~spen, stek, ~techlevel.unrestricted
|
||||
Hotkey: m
|
||||
@@ -106,6 +108,7 @@ DD:
|
||||
Inherits: ^Ship
|
||||
Buildable:
|
||||
Queue: Ship
|
||||
BuildAtProductionType: Boat
|
||||
BuildPaletteOrder: 40
|
||||
Prerequisites: ~syrd, dome, ~techlevel.medium
|
||||
Hotkey: r
|
||||
@@ -155,6 +158,7 @@ CA:
|
||||
Inherits: ^Ship
|
||||
Buildable:
|
||||
Queue: Ship
|
||||
BuildAtProductionType: Boat
|
||||
BuildPaletteOrder: 50
|
||||
Prerequisites: ~syrd, atek, ~techlevel.unrestricted
|
||||
Hotkey: c
|
||||
@@ -249,6 +253,7 @@ PT:
|
||||
Inherits: ^Ship
|
||||
Buildable:
|
||||
Queue: Ship
|
||||
BuildAtProductionType: Boat
|
||||
BuildPaletteOrder: 20
|
||||
Prerequisites: ~syrd, ~techlevel.medium
|
||||
Hotkey: b
|
||||
|
||||
@@ -127,7 +127,7 @@ SPEN:
|
||||
Facing: 224
|
||||
ExitCell: 2,0
|
||||
Production:
|
||||
Produces: Ship
|
||||
Produces: Ship, Submarine
|
||||
PrimaryBuilding:
|
||||
IronCurtainable:
|
||||
-EmitInfantryOnSell:
|
||||
@@ -183,7 +183,7 @@ SYRD:
|
||||
Facing: 32
|
||||
ExitCell: 2,0
|
||||
Production:
|
||||
Produces: Ship
|
||||
Produces: Ship, Boat
|
||||
PrimaryBuilding:
|
||||
IronCurtainable:
|
||||
-EmitInfantryOnSell:
|
||||
@@ -858,7 +858,7 @@ HPAD:
|
||||
MoveIntoWorld: false
|
||||
RallyPoint:
|
||||
Production:
|
||||
Produces: Helicopter
|
||||
Produces: Aircraft, Helicopter
|
||||
Reservable:
|
||||
IronCurtainable:
|
||||
ProductionBar:
|
||||
@@ -893,7 +893,7 @@ AFLD:
|
||||
MoveIntoWorld: false
|
||||
RallyPoint:
|
||||
Production:
|
||||
Produces: Plane
|
||||
Produces: Aircraft, Plane
|
||||
Reservable:
|
||||
IronCurtainable:
|
||||
AirstrikePower:
|
||||
|
||||
Reference in New Issue
Block a user