feat: mainline some craftable bionics with consistency updates #4119
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 finally works on re-implementing craftable bionics in vanilla. I decided to start by mainlining the ones craftable in Aftershock, with some standardization.
Describe the solution
CBM Recipes Mainlined:
Describe alternatives you've considered
Adding code support for a recipe flag that spawns the item with the non-sterile fault. This would make the player have to sterilize it as a separate step, but would allow Infection Immune characters to skip some hassle, and allow using the alternative sterilization method too.
Testing
Additional context
I plan to follow up on this with a few more easy additions. Shotgun Arm and Repair Nanobots are definite examples given this will extend what gun repair kits and nanites are used for in these recipes, maybe also Bionic Infolink. Probably extend it to all CBMs that have an uncraft buried in the JSON even, we'll see.
I also plan to add at least one recipe that uses memory modules as mentioned in #4103 but this will depend on whether I end up merging some of the CBMs together or not.
Checklist