Shotgun Slug Blueprint: Difference between revisions
From Zed City Wiki
No edit summary |
No edit summary |
||
| Line 32: | Line 32: | ||
}} | }} | ||
===Information=== | ===Information=== | ||
Shotgun Slug Blueprint is a crafting recipe that takes ''' | Shotgun Slug Blueprint is a crafting recipe that takes '''120 seconds''' to complete. | ||
==Requires== | ==Requires== | ||
| Line 38: | Line 38: | ||
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="blueprint_craft_shotgun_slug" | |where=BI.BlueprintCodename="blueprint_craft_shotgun_slug" | ||
|format=table | |format=table | ||
| Line 47: | Line 47: | ||
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="blueprint_craft_shotgun_slug" | |where=BI.BlueprintCodename="blueprint_craft_shotgun_slug" | ||
|format=table | |format=table | ||
Revision as of 14:09, 11 July 2025
Information
Shotgun Slug Blueprint is a crafting recipe that takes 120 seconds to complete.
Requires
{{#cargo_query: tables=BlueprintItems=BI,Items=I |join on=BI.Codename=I.Codename |fields=CONCAT('https://www.zed.city/items/', I.Codename, '.png')=Image,I._pageName=Resource, BI.Qty |where=BI.BlueprintCodename="blueprint_craft_shotgun_slug" |format=table }}
Outputs
{{#cargo_query: tables=BlueprintRewards=BI,Items=I |join on=BI.Codename=I.Codename |fields=CONCAT('https://www.zed.city/items/', I.Codename, '.png')=Image,I._pageName=Resource, BI.Qty |where=BI.BlueprintCodename="blueprint_craft_shotgun_slug" |format=table }}