Skip to content

Commit

Permalink
Change: Reduce China War Factory door time from 4000 to 3300 ms (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon authored Jul 30, 2022
1 parent bca78e7 commit 50a1838
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Patch104pZH/GameFilesArt/Faction/Art/W3D/NBWarFact_A8.W3D
Git LFS file not shown
4 changes: 2 additions & 2 deletions Patch104pZH/GameFilesArt/Faction/Art/W3D/NBWarFact_A8D.W3D
Git LFS file not shown
4 changes: 2 additions & 2 deletions Patch104pZH/GameFilesArt/Faction/Art/W3D/NBWarFact_A8E.W3D
Git LFS file not shown
6 changes: 3 additions & 3 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11841,9 +11841,9 @@ Object Boss_WarFactory

Behavior = ProductionUpdate ModuleTag_12
NumDoorAnimations = 1
DoorOpeningTime = 4000 ;in mSeconds
DoorWaitOpenTime = 2000 ;in mSeconds
DoorCloseTime = 5000 ;in mSeconds
DoorOpeningTime = 3300 ; Patch104p @balance from 4000 to streamline with AmericaWarFactory door time.
DoorWaitOpenTime = 3000 ; Patch104p @balance from 2000 to streamline with AmericaWarFactory door time.
DoorCloseTime = 3300 ; Patch104p @balance from 5000 to be consistent with DoorOpeningTime.
ConstructionCompleteDuration = 1500 ;in mSeconds
End
Behavior = DefaultProductionExitUpdate ModuleTag_13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28872,9 +28872,9 @@ Object ChinaWarFactory

Behavior = ProductionUpdate ModuleTag_12
NumDoorAnimations = 1
DoorOpeningTime = 4000 ;in mSeconds
DoorWaitOpenTime = 2000 ;in mSeconds
DoorCloseTime = 5000 ;in mSeconds
DoorOpeningTime = 3300 ; Patch104p @balance from 4000 to streamline with AmericaWarFactory door time.
DoorWaitOpenTime = 3000 ; Patch104p @balance from 2000 to streamline with AmericaWarFactory door time.
DoorCloseTime = 3300 ; Patch104p @balance from 5000 to be consistent with DoorOpeningTime.
ConstructionCompleteDuration = 1500 ;in mSeconds
End
Behavior = DefaultProductionExitUpdate ModuleTag_13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10819,9 +10819,9 @@ Object Infa_ChinaWarFactory

Behavior = ProductionUpdate ModuleTag_12
NumDoorAnimations = 1
DoorOpeningTime = 4000 ;in mSeconds
DoorWaitOpenTime = 2000 ;in mSeconds
DoorCloseTime = 5000 ;in mSeconds
DoorOpeningTime = 3300 ; Patch104p @balance from 4000 to streamline with AmericaWarFactory door time.
DoorWaitOpenTime = 3000 ; Patch104p @balance from 2000 to streamline with AmericaWarFactory door time.
DoorCloseTime = 3300 ; Patch104p @balance from 5000 to be consistent with DoorOpeningTime.
ConstructionCompleteDuration = 1500 ;in mSeconds
End
Behavior = DefaultProductionExitUpdate ModuleTag_13
Expand Down
6 changes: 3 additions & 3 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/NukeGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12571,9 +12571,9 @@ Object Nuke_ChinaWarFactory

Behavior = ProductionUpdate ModuleTag_12
NumDoorAnimations = 1
DoorOpeningTime = 4000 ;in mSeconds
DoorWaitOpenTime = 2000 ;in mSeconds
DoorCloseTime = 5000 ;in mSeconds
DoorOpeningTime = 3300 ; Patch104p @balance from 4000 to streamline with AmericaWarFactory door time.
DoorWaitOpenTime = 3000 ; Patch104p @balance from 2000 to streamline with AmericaWarFactory door time.
DoorCloseTime = 3300 ; Patch104p @balance from 5000 to be consistent with DoorOpeningTime.
ConstructionCompleteDuration = 1500 ;in mSeconds
End
Behavior = DefaultProductionExitUpdate ModuleTag_13
Expand Down
6 changes: 3 additions & 3 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/TankGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11575,9 +11575,9 @@ Object Tank_ChinaWarFactory

Behavior = ProductionUpdate ModuleTag_12
NumDoorAnimations = 1
DoorOpeningTime = 4000 ;in mSeconds
DoorWaitOpenTime = 2000 ;in mSeconds
DoorCloseTime = 5000 ;in mSeconds
DoorOpeningTime = 3300 ; Patch104p @balance from 4000 to streamline with AmericaWarFactory door time.
DoorWaitOpenTime = 3000 ; Patch104p @balance from 2000 to streamline with AmericaWarFactory door time.
DoorCloseTime = 3300 ; Patch104p @balance from 5000 to be consistent with DoorOpeningTime.
ConstructionCompleteDuration = 1500 ;in mSeconds
End
Behavior = DefaultProductionExitUpdate ModuleTag_13
Expand Down

0 comments on commit 50a1838

Please sign in to comment.