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.)
m (Fix broken link)
 
(One intermediate revision by one other user not shown)
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/-/blob/main/shared/inventory.js?ref_type=heads#L278 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.

Latest revision as of 23:37, 20 January 2024

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.