Added field to ProductionQueue to customize ordering in ObserverProductionIconsWidget
This commit is contained in:
@@ -30,6 +30,7 @@ FACT:
|
||||
Prerequisites: global-factundeploy
|
||||
ProductionQueue@GDIBuilding:
|
||||
Type: Building.GDI
|
||||
DisplayOrder: 0
|
||||
Factions: gdi
|
||||
Group: Building
|
||||
LowPowerModifier: 200
|
||||
@@ -41,6 +42,7 @@ FACT:
|
||||
CancelledAudio: Cancelled
|
||||
ProductionQueue@NodBuilding:
|
||||
Type: Building.Nod
|
||||
DisplayOrder: 0
|
||||
Factions: nod
|
||||
Group: Building
|
||||
LowPowerModifier: 200
|
||||
@@ -52,6 +54,7 @@ FACT:
|
||||
CancelledAudio: Cancelled
|
||||
ProductionQueue@GDIDefense:
|
||||
Type: Defence.GDI
|
||||
DisplayOrder: 1
|
||||
Factions: gdi
|
||||
Group: Defence
|
||||
LowPowerModifier: 300
|
||||
@@ -63,6 +66,7 @@ FACT:
|
||||
CancelledAudio: Cancelled
|
||||
ProductionQueue@NodDefense:
|
||||
Type: Defence.Nod
|
||||
DisplayOrder: 1
|
||||
Factions: nod
|
||||
Group: Defence
|
||||
LowPowerModifier: 300
|
||||
@@ -316,6 +320,7 @@ PYLE:
|
||||
Condition: produced
|
||||
ProductionQueue:
|
||||
Type: Infantry.GDI
|
||||
DisplayOrder: 2
|
||||
Group: Infantry
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: UnitReady
|
||||
@@ -367,6 +372,7 @@ HAND:
|
||||
Produces: Infantry.Nod
|
||||
ProductionQueue:
|
||||
Type: Infantry.Nod
|
||||
DisplayOrder: 2
|
||||
Group: Infantry
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: UnitReady
|
||||
@@ -428,6 +434,7 @@ AFLD:
|
||||
RequiresCondition: !build-incomplete
|
||||
ProductionQueue:
|
||||
Type: Vehicle.Nod
|
||||
DisplayOrder: 3
|
||||
Group: Vehicle
|
||||
LowPowerModifier: 300
|
||||
BlockedAudio: NoBuild
|
||||
@@ -486,6 +493,7 @@ WEAP:
|
||||
Produces: Vehicle.GDI
|
||||
ProductionQueue:
|
||||
Type: Vehicle.GDI
|
||||
DisplayOrder: 3
|
||||
Group: Vehicle
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: UnitReady
|
||||
@@ -538,6 +546,7 @@ HPAD:
|
||||
RallyPoint:
|
||||
ProductionQueue@GDI:
|
||||
Type: Aircraft.GDI
|
||||
DisplayOrder: 4
|
||||
Factions: gdi
|
||||
Group: Aircraft
|
||||
LowPowerModifier: 300
|
||||
@@ -549,6 +558,7 @@ HPAD:
|
||||
CancelledAudio: Cancelled
|
||||
ProductionQueue@Nod:
|
||||
Type: Aircraft.Nod
|
||||
DisplayOrder: 4
|
||||
Factions: nod
|
||||
Group: Aircraft
|
||||
LowPowerModifier: 300
|
||||
|
||||
@@ -10,6 +10,7 @@ Player:
|
||||
TechTree:
|
||||
ClassicProductionQueue@Building:
|
||||
Type: Building
|
||||
DisplayOrder: 0
|
||||
BuildDurationModifier: 250
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: BuildingReady
|
||||
@@ -20,6 +21,7 @@ Player:
|
||||
SpeedUp: true
|
||||
ClassicProductionQueue@Infantry:
|
||||
Type: Infantry
|
||||
DisplayOrder: 1
|
||||
BuildDurationModifier: 250
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: UnitReady
|
||||
@@ -30,6 +32,7 @@ Player:
|
||||
SpeedUp: true
|
||||
ClassicProductionQueue@Vehicle:
|
||||
Type: Vehicle
|
||||
DisplayOrder: 2
|
||||
BuildDurationModifier: 250
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: UnitReady
|
||||
@@ -40,6 +43,7 @@ Player:
|
||||
SpeedUp: true
|
||||
ClassicProductionQueue@Armor:
|
||||
Type: Armor
|
||||
DisplayOrder: 3
|
||||
BuildDurationModifier: 250
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: UnitReady
|
||||
@@ -50,6 +54,7 @@ Player:
|
||||
SpeedUp: true
|
||||
ClassicProductionQueue@Starport:
|
||||
Type: Starport
|
||||
DisplayOrder: 4
|
||||
BuildDurationModifier: 212
|
||||
BlockedAudio: NoRoom
|
||||
QueuedAudio: OrderPlaced
|
||||
@@ -57,6 +62,7 @@ Player:
|
||||
CancelledAudio: Cancelled
|
||||
ClassicProductionQueue@Aircraft:
|
||||
Type: Aircraft
|
||||
DisplayOrder: 5
|
||||
BuildDurationModifier: 312
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: UnitReady
|
||||
|
||||
@@ -10,6 +10,7 @@ Player:
|
||||
TechTree:
|
||||
ClassicProductionQueue@Building:
|
||||
Type: Building
|
||||
DisplayOrder: 0
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: ConstructionComplete
|
||||
BlockedAudio: NoBuild
|
||||
@@ -20,6 +21,7 @@ Player:
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Defense:
|
||||
Type: Defense
|
||||
DisplayOrder: 1
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: ConstructionComplete
|
||||
BlockedAudio: NoBuild
|
||||
@@ -30,6 +32,7 @@ Player:
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Vehicle:
|
||||
Type: Vehicle
|
||||
DisplayOrder: 3
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: UnitReady
|
||||
BlockedAudio: NoBuild
|
||||
@@ -41,6 +44,7 @@ Player:
|
||||
BuildTimeSpeedReduction: 100, 75, 60, 50
|
||||
ClassicProductionQueue@Infantry:
|
||||
Type: Infantry
|
||||
DisplayOrder: 2
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: UnitReady
|
||||
BlockedAudio: NoBuild
|
||||
@@ -51,6 +55,7 @@ Player:
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Ship:
|
||||
Type: Ship
|
||||
DisplayOrder: 5
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: UnitReady
|
||||
BlockedAudio: NoBuild
|
||||
@@ -61,6 +66,7 @@ Player:
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Aircraft:
|
||||
Type: Aircraft
|
||||
DisplayOrder: 4
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: UnitReady
|
||||
BlockedAudio: NoBuild
|
||||
|
||||
@@ -11,6 +11,7 @@ Player:
|
||||
GrantConditionOnPrerequisiteManager:
|
||||
ClassicProductionQueue@Building:
|
||||
Type: Building
|
||||
DisplayOrder: 0
|
||||
BuildDurationModifier: 120
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: ConstructionComplete
|
||||
@@ -21,6 +22,7 @@ Player:
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Defense:
|
||||
Type: Defense
|
||||
DisplayOrder: 1
|
||||
BuildDurationModifier: 120
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: ConstructionComplete
|
||||
@@ -31,6 +33,7 @@ Player:
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Vehicle:
|
||||
Type: Vehicle
|
||||
DisplayOrder: 3
|
||||
BuildDurationModifier: 120
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: UnitReady
|
||||
@@ -41,6 +44,7 @@ Player:
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Infantry:
|
||||
Type: Infantry
|
||||
DisplayOrder: 2
|
||||
BuildDurationModifier: 120
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: UnitReady
|
||||
@@ -51,6 +55,7 @@ Player:
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Air:
|
||||
Type: Air
|
||||
DisplayOrder: 4
|
||||
BuildDurationModifier: 120
|
||||
LowPowerModifier: 300
|
||||
ReadyAudio: UnitReady
|
||||
|
||||
Reference in New Issue
Block a user