-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Create crafting recipes for roller blades and skates #40361
Conversation
Inspired by this reddit discussion https://www.reddit.com/r/cataclysmdda/comments/gfs3cj/how_the_hell_does_vormithrax_just_casually_walk/ |
Agreed, I was thinking it would make sense to get damaged boots out of them, but I don't see a way to do that |
...and now I see that the boots in game are all made of leather, not very common for roller blades. Uncrafting might not make a ton of sense here after all. |
Made bearings "ammo" instead of components since they were throwing errors. Customized rollerskates to be more about metal and leather, and a little easier, and roller blades to be about cloth and plastic and a little harder.
Apparently "Using" two different types of ammo crashes the game hard. No thread required for blades now.
Tools: cutting or tools: sewing does not work and kills game start.
Complicated recipes are complicated.
plurals hate us
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I expect the skate frames (the part between the boot and the bearings) to be a custom casting or forging job.
Also you need wheels, there's nothing in the recipe representative of skate wheels.
Based on real weight and stats of similar wheels
I think I've found and murdered all the bugs now, that Travis error looks like it's about nested containers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are still way too approximate, especially with as OP as the game makes these things.
Standardized skate recipes to use smithing and swaging instead of welding, take longer, and only use pipe and scrap instead of aluminum.
Can you give me an example of what you have in mind here? I'm looking at end game weapons like katana and zweihander and this is much richer. Katana example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shifting everything over to blacksmithing does it.
Summary
SUMMARY: Content "Crafting recipes for items 'roller blades' and 'roller skates'"
Purpose of change
Allows crafting of roller blades and skates in case of skating emergency, plus recovery of craftable items to make one from the other
Describe the solution
Crafting recipes for roller skates and blades, based on several recipes with similar materials and complexity, especially hard hat for the plastic molding, which is the most complicated piece here. Uncrafting, new skate wheels, and item spawn for the skate wheels
Describe alternatives you've considered
No recipes, more recipes, skateboard, ice skates
Testing
Game loads with no errors, can build the things with the necessary skills, tools, and materials as expected. Uncraft works as expected.
Additional context