Difference between revisions of "Contributor Guide/Recipes"

From Virtuverse Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
This guide contains the step-by-step tutorial on how to add recipe, craftable items, and crafting outputs
 
This guide contains the step-by-step tutorial on how to add recipe, craftable items, and crafting outputs
 +
 +
== General information ==
 +
 +
With the way how the data was first structured, the list of recipe's ingredients are connected to the crafted item, not the recipe used to make the item.
  
 
== Craftable Items ==
 
== Craftable Items ==
  
 
* Make sure that the item is not yet created. You can see them in [[Items]] list by filtering by name
 
* 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 [[Data:ItemForm|Item form]]
+
* If the item does not exist yet, create it using [[Data:ItemForm|Item form]]
 
** Make sure to tick <code>Craftable</code> checkbox to unlock the option to add crafting ingredients
 
** Make sure to tick <code>Craftable</code> checkbox to unlock the option to add crafting ingredients
 
* Fill all of the required fields and click <code>Submit</code>
 
* Fill all of the required fields and click <code>Submit</code>
Line 26: Line 30:
 
* If all goes well, your recipe should be listed in [[Items]] list (along with [Crafting Output] link)
 
* If all goes well, your recipe should be listed in [[Items]] list (along with [Crafting Output] link)
  
== Connecting Recipe and the item ==
+
== Connecting Recipe and the main output item ==
  
* Make sure both the recipe and the item are already created using the steps above
+
* Make sure both the recipe and the main output 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
 
* 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 <code>Is main output</code> checkbox
+
* In the crafting output form, add the crafted item from left box to the right box and tick the <code>Is main output</code> checkbox
 
** <code>Is main output</code> means that the item is the main output of the crafting attempt using the recipe
 
** <code>Is main output</code> 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.
 
** 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
 
** Make sure to only select ONE of the added items as the main output
 
* Click <code>Submit</code> to update the crafting output
 
* Click <code>Submit</code> to update the crafting output
* Check [[Crafting]] list to see that the recipe and the main output are already connected to each other
+
* Check [[Crafting]] list to see whether the recipe and the main output are already connected to each other
  
 
== FAQ ==
 
== FAQ ==
  
'''Q''': What does "missing" mean in [[Crafting]] list?
+
{|class="vvwiki-table"
'''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
+
! Question
 +
! Answer
 +
|-
 +
|What does "missing" mean in [[Crafting]] list?
 +
|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
 +
|}

Latest revision as of 00:02, 29 September 2019

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

General information

With the way how the data was first structured, the list of recipe's ingredients are connected to the crafted item, not the recipe used to make the item.

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 does 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 main output item

  • Make sure both the recipe and the main output 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 crafted 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 whether the recipe and the main output are already connected to each other

FAQ

Question Answer
What does "missing" mean in Crafting list? 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