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

Forge & Workbench Crafting and Materials PT1 #157

Closed
wants to merge 3 commits into from

Conversation

Peptide90
Copy link
Collaborator

@Peptide90 Peptide90 commented Jan 12, 2024

About the PR

This PR is the beginning of bringing more advanced crafting options into the game by reskinning the forge and workbench from autolathe code, as well as adding materialComposition to a most objects in the game so they can be recycled / broken down into useful components.

Materials

  • Add new materials for Plastic, Copper, Rubber, Ceramic, Gunpowder (reusing steel, wood etc from upstream).
  • Add new sprites for the new materials.
  • Add localisation for the new materials.
  • Add a physical entity for each new material as well as stacks.
  • Add physicalComposition to most items to obtain these new materials. (Most Junk, Tools inherit, Clothing, Weapons

Specific Material Breakdown Points to cover

  • Make sure physicalComposition amounts are balanced and aren't giving too many materials.
  • Make sure reagent containers are breaking and spilling when recycled.
  • Flares = Plastic and Gunpowder

Forge & Workbench

  • Add autolathe component to the forge and workbench and customise to fit our needs.
  • Add a bunch of recipes to the two new crafting stations.
  • Consider adding a smelter as an additional way to get resources instead of a recycler.
  • Map the recycling centre onto the new map. Maybe in a junkyard in it's own POI.

Specific Crafting Recipes to add

  • Add junk spear crafting recipe (pipe / rod + knife (tag))
  • Add pipe gun crafting recipes.
  • Add workbench recipes for wood and metal stocks and gun components.
  • Add some forge recipes for pipe and other stuff? Pots? Armor plates?

Closes #118

Media

  • I have added screenshots/videos to this PR showcasing its changes ingame, or this PR does not require an ingame showcase

adds a few new materials
add adhesive
adds material composition to lots of junk
@github-actions github-actions bot added the No C# For easier issues relating to YAML label Jan 12, 2024
@Peptide90
Copy link
Collaborator Author

Not worth trying to port this, will redo it when the time comes.

@Peptide90 Peptide90 closed this May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No C# For easier issues relating to YAML
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reskin autolathe to forge and workbench
1 participant