feat(balance): update terrain ranged data in parallel with cover update #4141
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of change
This is meant as a parallel update to #4129 to avoid piling up even more changes in a single PR. Not dependent on it for anything, but the aim here is updating existing instances of terrain ballistic resistance to be consistent with that PR.
Describe the solution
str_min
is, and addeddestroy_threshold
matching itsstr_max
(used by most additions in the other PR except for fragile stuff like glass/ceramic/stone, for stuff that breaks in specific stages of varying fragility, or for sandbags).bash_min
up to not be way lower than other windows and the like, gave laser resistance and a cover chance.Describe alternatives you've considered
Giving all those extra cheapass windows bash data and ballistic stats to match. Having some take a token effort to break while others will always break seems weird to me, but that's out of scope for this PR.
Testing
Checked affected files for syntax and lint errors.
Additional context
Also jfc there are a lot of windows, doors, and the like where this feature is not implemented when SOME have it, and I feel like that's gonna have to be its own fucking thing auuugh.
The absurd variety of glazed layer windows at the end especially is going to fuuuucking suck to stat out...
Checklist