"Ye Scots Beuk o Cuikery, book" containing crafting recipes do not work.
manual_BugYe Scots Beuk o Cuikery book containing crafting recipes do not work..zip
when I learned with this book it did level up my cooking but I did not get the recipes it contains
Steps to reproduce the behavior:
Get the recipes the books says it has
Okay thanks I hope you fix this soon.
Generally, you need to be a level above the level required to craft whatever you want from that specific book.
Aw that makes a lot of sense thanks, I will try that and see if that works.
I tried it with it in my inventory and wielding it. No such luck the recipe dose not show up at all. I haven't had this problem with any other books that I know of.
What is the colour of the recipe in the book, when you look at the book? If its brown, I believe your skill is too low, and you will be able to craft that recipe when you level up in that skill.
Aw your right some the recipes are brown and I can't craft those. Thanks, I am only been play the game for the last couple of week so sorry for being a noob. Thanks for the help.
Yes, brown recipe means that you do not have all required skills - like there is a broadsword recipe in that book, but it doesn't need Cooking X to be craftable, but Fabrication 8 instead.
Um I have fabrication(4) and the crossbow needs fabrication(3) and its still not working. So there might be really a bug.
Can you upload a savegame?
I did before if you look at the top of my of my first message. I am kinda away from my base right now in the game so a new save won't give you access to the book right now but here is a new save anyways
manual_BugYe Scots Beuk o Cuikery book containing crafting recipes do not work. 2.zip
I can get you one where at the base when I get back there if that helps.
You need fabrication at 6 to learn it from that book, probably because that book is a semi-translated cookbook and it's a bit difficult to read.
Relevant piece of JSON, look for scots_cookbook below.
{
"type": "recipe",
"result": "crossbow",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_RANGED",
"skill_used": "fabrication",
"difficulty": 3,
"time": "15 m",
"reversible": true,
"decomp_learn": 2,
"book_learn": [
[ "recipe_bows", 2 ],
[ "manual_archery", 4 ],
[ "book_archery", 3 ],
[ "scots_cookbook", 6 ],
[ "textbook_armschina", 5 ]
],
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 } ],
"components": [ [ [ "2x4", 2 ], [ "stick", 4 ] ], [ [ "scrap", 1 ] ], [ [ "string_36", 3 ] ] ]
},
Aw that makes sense, Thanks.
Most helpful comment
You need
fabricationat6to learn it from that book, probably because that book is asemi-translated cookbookand it's abit difficult to read.Relevant piece of JSON, look for
scots_cookbookbelow.