feat(balance): updates to spawns of autodoc installation items #4170
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 makes a bit wider usage of bionic installation data cards, and breaks them up into two categories for ones that should show up in civilian contexts vs. more military/lab contexts.
Describe the solution
autodoc_installation_programs
into a 60/40 split between two subgroups, basic and advanced. The former contains installation cards for stuff normally seen inbionics_common
(with some occasionalbionics_tech
orbionics_sci
cards), while the latter spawns the more unusual stuff typical in military and superscience locations.autodoc_installation_programs_basic
instead of the parent itemgroup.autodoc_installation_programs
itemgroup to show up in lab/microlabs bionic vaults.autodoc_installation_programs_advanced
.Describe alternatives you've considered
Adding an autodoc card for every bionic in the game, maybe also breaking them up into even more specific groups like common vs. tech vs. science vs. military and the like.
Testing
Checked affected files for syntax and lint errors.
Additional context
Checklist