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

feat(content): more bionic recipes #4142

Merged
merged 7 commits into from
Feb 7, 2024

Conversation

chaosvolt
Copy link
Member

@chaosvolt chaosvolt commented Jan 21, 2024

Purpose of change

This continues on from #4119 by adding a few more recipes for CBMs, some of which also follow up on #4103 by finally adding a use for memory modules.

Describe the solution

  1. Adds recipes for the following CBMs:
  • Blood Analysis (uses medical components)
  • Cable Charger System (uses alloy metalworking, other components reference battery system recipe and jumper cable connector construction)
  • Bionic Infolink (uses computer programming, other components reference uncraft for smartphone and recipe for two-way radio)
  • Finger-Mounted Laser (uses gunsmithing tools, references makeshift laser rifle recipe)
  • Finger Lighter (references electric lighters and related heating recipes)
  • Enhanced Memory Banks (uses computer programming)
  • Power Armor Interface (uses alloy metalworking and computer programming, references recipe for advanced UPS)
  • Shotgun Arm (uses gunsmithing tools)
  • Synaptic Regeneration System (uses medical components and computer programming)
  1. Added and/or updated uncrafts for the above CBMs.
  2. Removed relevant obsoleted recipes.
  3. Misc: Moved CBM uncrafts that were in generic file over to the dedicated file for CBM uncrafts.
  4. Misc: Also set it so all the CBM recipes have the SECRET flag.

As mentioned above, some of the new recipe introduce a new recipe convention: CBMs that involve mental augmentation and brain-computer interface stuff will include the need for computer skill and use of coding_standard.

Describe alternatives you've considered

Not adding cool new recipes at all :3

Per feedback, Repair Nanobots and the Mk. II power armor CBM are still uncraftable but have uncrafts set based on the recipes I was initially going to give them.

Testing

  1. Checked affected files for syntax and lint errors.
  2. Load-tested in compiled test build.
  3. Checked that Repair Nanobots CBM can be uncrafted despite the old obsoleted uncraft that, as I noted last time, evidently can't be deleted without skippable errors in old saves.

Additional context

Checklist

@github-actions github-actions bot added the JSON related to game datas in JSON format. label Jan 21, 2024
@chaosvolt chaosvolt changed the title More cbm recipes feat(content): more bionic recipes Jan 21, 2024
[ [ "pouch_autoclave", 1 ] ]
],
"flags": [ "SECRET" ]
},
Copy link
Member

Choose a reason for hiding this comment

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

Nanobots are a bit 2strong for now, I'd keep it uncraftable.

[ [ "water", 8 ], [ "water_clean", 8 ] ],
[ [ "pouch_autoclave", 1 ] ]
],
"flags": [ "SECRET" ]
},
Copy link
Member

Choose a reason for hiding this comment

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

I'd keep lvl 2 uncraftable.

@chaosvolt chaosvolt merged commit f695581 into cataclysmbnteam:main Feb 7, 2024
9 checks passed
@chaosvolt chaosvolt deleted the more-cbm-recipes branch February 7, 2024 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JSON related to game datas in JSON format.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants