Difference between revisions of "Recipes"

From AAGRINDER wiki
Jump to navigationJump to search
(Remove recipe list, add guidelines for how to figure it out on your own.)
(Explain how to recognize item codes)
Line 1: Line 1:
 
The recipe list was removed from this wiki because it changes too often for the wiki to keep up.
 
The recipe list was removed from this wiki because it changes too often for the wiki to keep up.
  
You can find the recipe list for the most recent game version in [https://gitlab.com/MRAAGH/aagrinder/-/raw/main/public/inventory.js inventory.js]. Search for '''recipes''' and you will find the beginning of the list. Each recipe is in one line of code, specifying which items you need and what amount, and which item you get and what amount.
+
You can find the recipe list for the most recent game version in [https://gitlab.com/MRAAGH/aagrinder/-/raw/main/public/inventory.js inventory.js]. Search for '''recipes''' and you will find the beginning of the list. Each recipe is in one line of code, specifying which items you need and what amount, and which item you get and what amount. To find out the meaning of each item code, use the item list which is in the same file as the recipe list.

Revision as of 18:24, 27 August 2022

The recipe list was removed from this wiki because it changes too often for the wiki to keep up.

You can find the recipe list for the most recent game version in inventory.js. Search for recipes and you will find the beginning of the list. Each recipe is in one line of code, specifying which items you need and what amount, and which item you get and what amount. To find out the meaning of each item code, use the item list which is in the same file as the recipe list.