[quote=“Tase, post:4, topic:287”]I never knew you could make bandages with rags and scissors!
Someone needs to make a new wiki 
Is there a place in the source where you can see all the crafting recipes.
Anyway, as for children-z, I just stay away from parks (I never noticed them in libraries), using buildings to break LOS if I spot one in safe-mode.[/quote]
I don’t know about looking in the source, but a quick fix is to edit options.txt to give yourself loads of points to spend in the character builder and give yourself heaps of points in all of your skills. Then just check your crafting recipes.
If you want to be able to reference the recipes with a non cheaty game then I guess you could use a separate install of Cata running alongside the cheaty one.
EDIT:
Actually, try crafting.cpp
The recipes will look like this:
RECIPE(itm_pipebomb, CC_WEAPON, “mechanics”, NULL, 1, 750, false);
TOOL(itm_hacksaw, -1, itm_toolset, -1, NULL);
COMP(itm_pipe, 1, NULL);
COMP(itm_gasoline, 200, itm_shot_bird, 6, itm_shot_00, 2, itm_shot_slug, 2,
NULL);
COMP(itm_string_36, 1, itm_string_6, 1, NULL);