This is one of the sample recipes they have
A problem i'm having is what the numbers i made orange mean. And also the level of the of the recipe, I'm guessing the numbers are referring to the items in the database but when I set them up I get an error.
RECIPES = [
{'NAME' => 'Cold Sword',
'TYPE' => 'Blacksmith',
'LEVEL' => 1,
'RESULT' => [WEAPON, 33, 1],
'COMPONENTS' => [
[ITEM, 33, 1, CONSUMED],
[WEAPON, 1, 1, CONSUMED]
I know this isn't your script or anything so I don't expect you to know exactly what to do. But my main problem is not understand the numbers and the exact words needed and what exactly they change or do.