Extract Materials: Difference between revisions
From Zed Wiki
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
}} | }} | ||
===Information=== | ===Information=== | ||
Extract Materials is a crafting recipe that takes ''' | Extract Materials is a crafting recipe that takes '''9000 seconds''' to complete. | ||
==Requires== | ==Requires== | ||
Line 32: | Line 32: | ||
tables=BlueprintItems=BI,Items=I | tables=BlueprintItems=BI,Items=I | ||
|join on=BI.Codename=I.Codename | |join on=BI.Codename=I.Codename | ||
|fields=I._pageName=Resource, BI.Qty | |fields=CONCAT('https://www.zed.city/items/', I.Codename, '.png')=Image,I._pageName=Resource, BI.Qty | ||
|where=BI.BlueprintCodename="extract_materials" | |where=BI.BlueprintCodename="extract_materials" | ||
|format=table | |format=table | ||
Line 41: | Line 41: | ||
tables=BlueprintRewards=BI,Items=I | tables=BlueprintRewards=BI,Items=I | ||
|join on=BI.Codename=I.Codename | |join on=BI.Codename=I.Codename | ||
|fields=I._pageName=Resource, BI.Qty | |fields=CONCAT('https://www.zed.city/items/', I.Codename, '.png')=Image,I._pageName=Resource, BI.Qty | ||
|where=BI.BlueprintCodename="extract_materials" | |where=BI.BlueprintCodename="extract_materials" | ||
|format=table | |format=table |