Added field to ProductionQueue to customize ordering in ObserverProductionIconsWidget

This commit is contained in:
teinarss
2019-05-24 18:29:56 +02:00
committed by Paul Chote
parent 71995dbcbe
commit 12484caf04
6 changed files with 34 additions and 2 deletions

View File

@@ -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