Skip to content

Craft Cloth Pants: Difference between revisions

From Zed City Wiki

No edit summary
No edit summary
Line 27: Line 27:
}}
}}
===Information===
===Information===
Craft Cloth Pants is a crafting recipe that takes '''undefined seconds''' to complete.
Craft Cloth Pants is a crafting recipe that takes '''600 seconds''' to complete.


==Requires==
==Requires==
Line 33: Line 33:
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_cloth_pants"
|where=BI.BlueprintCodename="blueprint_cloth_pants"
|format=table
|format=table
Line 42: Line 42:
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_cloth_pants"
|where=BI.BlueprintCodename="blueprint_cloth_pants"
|format=table
|format=table

Revision as of 14:10, 11 July 2025


Information

Craft Cloth Pants is a crafting recipe that takes 600 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_cloth_pants" |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_cloth_pants" |format=table }}