Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change: China War Factory door time from 4000 to 3300 ms #786

Merged
merged 1 commit into from
Jul 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Patch104pZH/GameFilesArt/Faction/Art/W3D/NBWarFact_A8.W3D
Binary file not shown.
Binary file modified Patch104pZH/GameFilesArt/Faction/Art/W3D/NBWarFact_A8D.W3D
Binary file not shown.
Binary file modified Patch104pZH/GameFilesArt/Faction/Art/W3D/NBWarFact_A8E.W3D
Binary 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