Contributor Guide/Recipes

From Virtuverse Wiki
Revision as of 02:25, 24 September 2019 by Nussnougat (talk | contribs) (Created page with "This guide contains the step-by-step tutorial on how to add recipe, craftable items, and crafting outputs == Craftable Items == * Make sure that the item is not yet created....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This guide contains the step-by-step tutorial on how to add recipe, craftable items, and crafting outputs

Craftable Items

  • Make sure that the item is not yet created. You can see them in Items list by filtering by name
  • If the item dpes not exist yet, create it using Item form
    • Make sure to tick Craftable checkbox to unlock the option to add crafting ingredients
  • Fill all of the required fields and click Submit
  • If all goes well, your item should be listed in Items list (along with [Recipe] link)

Crafting Ingredients

  • Make sure the craftable item and its ingredient items are already created and can be searched in Items list.
  • If not, follow the steps of creating an item in the contributor guide
  • Find the craftable item through Items list or from its individual page and click [Recipe] link
  • In the crafting ingredient form, Add the items from the left box to the right to add it as ingredients
  • Click Submit to update the ingredients
  • The ingredients can be seen in the individual page of the craftable item

Crafting Recipe

  • Make sure that the recipe item is not yet created. You can see them in Items list by filtering by subtype.
  • If not, follow the steps of creating an item in the contributor guide
    • Recipe subtype falls under type Item
  • Fill all of the required fields and click Submit
  • If all goes well, your recipe should be listed in Items list (along with [Crafting Output] link)

Connecting Recipe and the item

  • Make sure both the recipe and the item are already created using the steps above
  • Find the recipe through the Items list (filter by subtype=recipe) and click the [Crafting Output] link on the rightmost side of the row
  • In the crafting output form, add the craftable item from left box to the right box and tick the Is main output checkbox
    • Is main output means that the item is the main output of the crafting attempt using the recipe
    • You can add several other items as the residue / side outputs.
    • Make sure to only select ONE of the added items as the main output
  • Click Submit to update the crafting output
  • Check Crafting list to see that the recipe and the main output are already connected to each other

FAQ

    • Q**: What does "missing" mean in Crafting list?
    • A**: It means that the either the recipe has not been created yet, or the recipe has not been connected to the main output item. See the guides above to fix them