Recipe_SO

Recipe_SO contains all the required information for a recipe.


RECIPE_SO

  • ingredients: List of Ingredients required to craft this recipe.

  • result: Item to be crafted.

  • resultAmount: Amount of Result Items to be crafted.

  • timeToCraft: Time that it takes for the recipe to complete. 0 = instant crafting.

  • minLevelRequired: Minimum Level required for the player to be able to access & craft this recipe.

How to create new Recipes?

In order to create new recipes, please refer to Creating, Updating & Deleting Recipes.

Last updated