Migrate BuildSpeed from float to int
This commit is contained in:
@@ -25,7 +25,7 @@ FACT:
|
||||
Type: Building.GDI
|
||||
Factions: gdi
|
||||
Group: Building
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 2
|
||||
QueuedAudio: Building
|
||||
ReadyAudio: ConstructionComplete
|
||||
@@ -33,7 +33,7 @@ FACT:
|
||||
Type: Building.Nod
|
||||
Factions: nod
|
||||
Group: Building
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 2
|
||||
QueuedAudio: Building
|
||||
ReadyAudio: ConstructionComplete
|
||||
@@ -41,7 +41,7 @@ FACT:
|
||||
Type: Defence.GDI
|
||||
Factions: gdi
|
||||
Group: Defence
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
QueuedAudio: Building
|
||||
ReadyAudio: ConstructionComplete
|
||||
@@ -49,7 +49,7 @@ FACT:
|
||||
Type: Defence.Nod
|
||||
Factions: nod
|
||||
Group: Defence
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
QueuedAudio: Building
|
||||
ReadyAudio: ConstructionComplete
|
||||
@@ -260,7 +260,7 @@ PYLE:
|
||||
Type: Infantry.GDI
|
||||
Group: Infantry
|
||||
RequireOwner: false
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
ProductionBar:
|
||||
Power:
|
||||
@@ -300,7 +300,7 @@ HAND:
|
||||
Type: Infantry.Nod
|
||||
Group: Infantry
|
||||
RequireOwner: false
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
ProductionBar:
|
||||
Power:
|
||||
@@ -344,7 +344,7 @@ AFLD:
|
||||
Type: Vehicle.Nod
|
||||
Group: Vehicle
|
||||
RequireOwner: false
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
ReadyAudio:
|
||||
ProductionBar:
|
||||
@@ -391,7 +391,7 @@ WEAP:
|
||||
Type: Vehicle.GDI
|
||||
RequireOwner: false
|
||||
Group: Vehicle
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
ProductionBar:
|
||||
Power:
|
||||
@@ -428,13 +428,13 @@ HPAD:
|
||||
Type: Aircraft.GDI
|
||||
Factions: gdi
|
||||
Group: Aircraft
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
ProductionQueue@Nod:
|
||||
Type: Aircraft.Nod
|
||||
Factions: nod
|
||||
Group: Aircraft
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
ProductionBar@GDI:
|
||||
ProductionType: Aircraft.GDI
|
||||
|
||||
@@ -65,7 +65,7 @@ BIO:
|
||||
Type: Biolab
|
||||
Group: Infantry
|
||||
RequireOwner: false
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
ProductionBar:
|
||||
RallyPoint:
|
||||
|
||||
@@ -3,7 +3,7 @@ Player:
|
||||
TechTree:
|
||||
ClassicProductionQueue@Building:
|
||||
Type: Building
|
||||
BuildSpeed: 1.0
|
||||
BuildSpeed: 100
|
||||
LowPowerSlowdown: 3
|
||||
QueuedAudio: Building
|
||||
ReadyAudio: BuildingReady
|
||||
@@ -11,7 +11,7 @@ Player:
|
||||
SpeedUp: true
|
||||
ClassicProductionQueue@Upgrade:
|
||||
Type: Upgrade
|
||||
BuildSpeed: 1.0
|
||||
BuildSpeed: 100
|
||||
LowPowerSlowdown: 0
|
||||
QueuedAudio: Upgrading
|
||||
ReadyAudio: NewOptions
|
||||
@@ -19,34 +19,34 @@ Player:
|
||||
SpeedUp: true
|
||||
ClassicProductionQueue@Infantry:
|
||||
Type: Infantry
|
||||
BuildSpeed: 1.0
|
||||
BuildSpeed: 100
|
||||
LowPowerSlowdown: 3
|
||||
BlockedAudio: NoRoom
|
||||
SpeedUp: true
|
||||
ClassicProductionQueue@Vehicle:
|
||||
Type: Vehicle
|
||||
BuildSpeed: 1.0
|
||||
BuildSpeed: 100
|
||||
LowPowerSlowdown: 3
|
||||
QueuedAudio: Building
|
||||
BlockedAudio: NoRoom
|
||||
SpeedUp: true
|
||||
ClassicProductionQueue@Armor:
|
||||
Type: Armor
|
||||
BuildSpeed: 1.0
|
||||
BuildSpeed: 100
|
||||
LowPowerSlowdown: 3
|
||||
QueuedAudio: Building
|
||||
BlockedAudio: NoRoom
|
||||
SpeedUp: true
|
||||
ClassicProductionQueue@Starport:
|
||||
Type: Starport
|
||||
BuildSpeed: 0.85
|
||||
BuildSpeed: 85
|
||||
LowPowerSlowdown: 0
|
||||
BlockedAudio: NoRoom
|
||||
QueuedAudio: OrderPlaced
|
||||
ReadyAudio:
|
||||
ClassicProductionQueue@Aircraft:
|
||||
Type: Aircraft
|
||||
BuildSpeed: 1.25
|
||||
BuildSpeed: 125
|
||||
LowPowerSlowdown: 3
|
||||
QueuedAudio: Building
|
||||
BlockedAudio: NoRoom
|
||||
|
||||
@@ -54,7 +54,7 @@ SILO:
|
||||
|
||||
Player:
|
||||
ClassicProductionQueue@Building:
|
||||
BuildSpeed: 0.4
|
||||
BuildSpeed: 40
|
||||
Shroud:
|
||||
FogLocked: True
|
||||
FogEnabled: True
|
||||
|
||||
@@ -76,7 +76,7 @@ FORTCRATE:
|
||||
|
||||
Player:
|
||||
ClassicProductionQueue@Infantry:
|
||||
BuildSpeed: 1
|
||||
BuildSpeed: 100
|
||||
-EnemyWatcher:
|
||||
Shroud:
|
||||
FogLocked: True
|
||||
|
||||
@@ -11,9 +11,9 @@ World:
|
||||
|
||||
Player:
|
||||
ClassicProductionQueue@Infantry:
|
||||
BuildSpeed: 1
|
||||
BuildSpeed: 100
|
||||
ClassicProductionQueue@Vehicle:
|
||||
BuildSpeed: 1
|
||||
BuildSpeed: 100
|
||||
Shroud:
|
||||
FogLocked: True
|
||||
FogEnabled: True
|
||||
|
||||
@@ -3,36 +3,36 @@ Player:
|
||||
TechTree:
|
||||
ClassicProductionQueue@Building:
|
||||
Type: Building
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
QueuedAudio: Building
|
||||
ReadyAudio: ConstructionComplete
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Defense:
|
||||
Type: Defense
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
QueuedAudio: Building
|
||||
ReadyAudio: ConstructionComplete
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Vehicle:
|
||||
Type: Vehicle
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Infantry:
|
||||
Type: Infantry
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Ship:
|
||||
Type: Ship
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Aircraft:
|
||||
Type: Aircraft
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
SpeedUp: True
|
||||
PlaceBuilding:
|
||||
|
||||
@@ -4,31 +4,31 @@ Player:
|
||||
GlobalUpgradeManager:
|
||||
ClassicProductionQueue@Building:
|
||||
Type: Building
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
QueuedAudio: Building
|
||||
ReadyAudio: ConstructionComplete
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Defense:
|
||||
Type: Defense
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
QueuedAudio: Building
|
||||
ReadyAudio: ConstructionComplete
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Vehicle:
|
||||
Type: Vehicle
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Infantry:
|
||||
Type: Infantry
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
SpeedUp: True
|
||||
ClassicProductionQueue@Air:
|
||||
Type: Air
|
||||
BuildSpeed: .4
|
||||
BuildSpeed: 40
|
||||
LowPowerSlowdown: 3
|
||||
SpeedUp: True
|
||||
PlaceBuilding:
|
||||
|
||||
Reference in New Issue
Block a user