Added field to ProductionQueue to customize ordering in ObserverProductionIconsWidget
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user