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: Reduce the Strategy Center's stealth detection range and S&D vision bonus #1457

Merged
merged 3 commits into from
Nov 10, 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
Original file line number Diff line number Diff line change
Expand Up @@ -11824,7 +11824,7 @@ Object AirF_AmericaStrategyCenter
;***NOTE*** WEAPON bonuses for army are specified in GameData.ini file!

;Building bonuses granted based on battle plan mode.
StrategyCenterSearchAndDestroySightRangeScalar = 2.0
StrategyCenterSearchAndDestroySightRangeScalar = 1.5 ; Patch104p @tweak Stubbjax 08/11/2022 Reduced from 2.0 to 1.5.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reduced from 2.0 or From 2.0 would be enough information. Same with the other change descriptions.

StrategyCenterSearchAndDestroyDetectsStealth = Yes
StrategyCenterHoldTheLineMaxHealthScalar = 2.0
StrategyCenterHoldTheLineMaxHealthChangeType = PRESERVE_RATIO
Expand Down Expand Up @@ -11857,7 +11857,7 @@ Object AirF_AmericaStrategyCenter
Behavior = StealthDetectorUpdate ModuleTag_16
DetectionRate = 500 ; how often to rescan for stealthed things in my sight (msec)
InitiallyDisabled = Yes ; only will be active when search & destroy plan active.
DetectionRange = 500 ;Dustin, enable this for independant balancing!
DetectionRange = 350 ;Dustin, enable this for independant balancing! ; Patch104p @tweak Stubbjax 08/11/2022 Reduced from 500 to 350.
CanDetectWhileGarrisoned = No ;Garrisoned means being in a structure that you units can shoot out of.
CanDetectWhileContained = No ;Contained means being in a transport or tunnel network.
End
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7316,7 +7316,7 @@ Object AmericaStrategyCenter
;***NOTE*** WEAPON bonuses for army are specified in GameData.ini file!

;Building bonuses granted based on battle plan mode.
StrategyCenterSearchAndDestroySightRangeScalar = 2.0
StrategyCenterSearchAndDestroySightRangeScalar = 1.5 ; Patch104p @tweak Stubbjax 08/11/2022 Reduced from 2.0 to 1.5.
StrategyCenterSearchAndDestroyDetectsStealth = Yes
StrategyCenterHoldTheLineMaxHealthScalar = 2.0
StrategyCenterHoldTheLineMaxHealthChangeType = PRESERVE_RATIO
Expand Down Expand Up @@ -7346,7 +7346,7 @@ Object AmericaStrategyCenter
Behavior = StealthDetectorUpdate ModuleTag_16
DetectionRate = 500 ; how often to rescan for stealthed things in my sight (msec)
InitiallyDisabled = Yes ; only will be active when search & destroy plan active.
DetectionRange = 500 ;Dustin, enable this for independant balancing!
DetectionRange = 350 ;Dustin, enable this for independant balancing! ; Patch104p @tweak Stubbjax 08/11/2022 Reduced from 500 to 350.
CanDetectWhileGarrisoned = No ;Garrisoned means being in a structure that you units can shoot out of.
CanDetectWhileContained = No ;Contained means being in a transport or tunnel network.
End
Expand Down
4 changes: 2 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/LaserGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11509,7 +11509,7 @@ Object Lazr_AmericaStrategyCenter
;***NOTE*** WEAPON bonuses for army are specified in GameData.ini file!

;Building bonuses granted based on battle plan mode.
StrategyCenterSearchAndDestroySightRangeScalar = 2.0
StrategyCenterSearchAndDestroySightRangeScalar = 1.5 ; Patch104p @tweak Stubbjax 08/11/2022 Reduced from 2.0 to 1.5.
StrategyCenterSearchAndDestroyDetectsStealth = Yes
StrategyCenterHoldTheLineMaxHealthScalar = 2.0
StrategyCenterHoldTheLineMaxHealthChangeType = PRESERVE_RATIO
Expand Down Expand Up @@ -11542,7 +11542,7 @@ Object Lazr_AmericaStrategyCenter
Behavior = StealthDetectorUpdate ModuleTag_16
DetectionRate = 500 ; how often to rescan for stealthed things in my sight (msec)
InitiallyDisabled = Yes ; only will be active when search & destroy plan active.
DetectionRange = 500 ;Dustin, enable this for independant balancing!
DetectionRange = 350 ;Dustin, enable this for independant balancing! ; Patch104p @tweak Stubbjax 08/11/2022 Reduced from 500 to 350.
CanDetectWhileGarrisoned = No ;Garrisoned means being in a structure that you units can shoot out of.
CanDetectWhileContained = No ;Contained means being in a transport or tunnel network.
End
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11053,7 +11053,7 @@ Object SupW_AmericaStrategyCenter
;***NOTE*** WEAPON bonuses for army are specified in GameData.ini file!

;Building bonuses granted based on battle plan mode.
StrategyCenterSearchAndDestroySightRangeScalar = 2.0
StrategyCenterSearchAndDestroySightRangeScalar = 1.5 ; Patch104p @tweak Stubbjax 08/11/2022 Reduced from 2.0 to 1.5.
StrategyCenterSearchAndDestroyDetectsStealth = Yes
StrategyCenterHoldTheLineMaxHealthScalar = 2.0
StrategyCenterHoldTheLineMaxHealthChangeType = PRESERVE_RATIO
Expand Down Expand Up @@ -11086,7 +11086,7 @@ Object SupW_AmericaStrategyCenter
Behavior = StealthDetectorUpdate ModuleTag_16
DetectionRate = 500 ; how often to rescan for stealthed things in my sight (msec)
InitiallyDisabled = Yes ; only will be active when search & destroy plan active.
DetectionRange = 500 ;Dustin, enable this for independant balancing!
DetectionRange = 350 ;Dustin, enable this for independant balancing! ; Patch104p @tweak Stubbjax 08/11/2022 Reduced from 500 to 350.
CanDetectWhileGarrisoned = No ;Garrisoned means being in a structure that you units can shoot out of.
CanDetectWhileContained = No ;Contained means being in a transport or tunnel network.
End
Expand Down