Skip to content

Commit

Permalink
Change: Reduce the Strategy Center's stealth detection range and S&D …
Browse files Browse the repository at this point in the history
…vision bonus (#1457)

* Reduced the Strategy Center's stealth detection range from 500 to 350.

* Reduced the Strategy Center's S&D sight range scalar from 2 to 1.5.

* Added redundant comments.
  • Loading branch information
Stubbjax authored Nov 10, 2022
1 parent 9ec76bb commit 8e18e6a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.
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

0 comments on commit 8e18e6a

Please sign in to comment.