Crafting
How to craft new recipes, Create skill limits and the cost to make the item.

Adding a New Recipe
Under recipes there is a [+] symbol, Press it and the crafting grid will pop up. Click on the spheres to add in the items that are needed in order to craft the item you want. You specify the item you want in the output window. Pressing the level in the output tab allows you to set the level needed to create the item.

Name
The name of the crafting area. If there is a crafting table with the same name it will overwrite it. Otherwise when saved it will save into the crafting database.
Crafting Grid
You can select the various amounts of items needed from a 3*3 to a 5*5 grid to a 1 grid. This is useful for expressing how items are made or adding more items to be needed to craft an item
Changing the Crafting Sprite / Adding a crafting sprite
Clicking the rectangle under sprite will open up the crafting sprite. You can add in a crafting sprite or select one already made by pressing the [+] button in the resource sprite button.

Changing the colour

By pressing the change colour of the sprite you can specify the colour of the crafter's sprite.
Setting what skill the crafting corresponds to

The skill that the crafting database specifies what skill the item uses to make the items. The
How are bonus items calculated?
The way items are calculated is through this formula
if skill > 30
bonus_items = ceil((Skill / Skill needed to craft item)*0.5)
else
bonus_items = floor((Skill / Skill needed to craft item)*0.5)
So the skill to make an item the lower it is means that the item will produce more bonus items.
Last updated
Was this helpful?