|
|
| (8 intermediate revisions by one other user not shown) |
| Line 1: |
Line 1: |
| <noinclude>{{KitchenBlueprints| Codename=blueprint_kwizine| Desc = No information known
| | {{#zed_entity:blueprint_kwizine}} |
| }}
| |
| </noinclude>{{ItemBlueprints
| |
| | Name=Kwizine Blueprint
| |
| | Codename=blueprint_kwizine
| |
| | ItemType=blueprint_kitchen
| |
| | Type=KitchenBlueprints
| |
| | WaitTime=undefined
| |
| | AutoUnlock=false
| |
| | UnlockLevel=undefined
| |
| | AllowMultiCraft=false
| |
| }}
| |
| {{BlueprintItems
| |
| | BlueprintCodename=blueprint_kwizine
| |
| | Codename=mixed_vegetables
| |
| | Qty = 7
| |
| | TakeItem = Yes
| |
| }}{{BlueprintItems
| |
| | BlueprintCodename=blueprint_kwizine
| |
| | Codename=cooked_fish
| |
| | Qty = 1
| |
| | TakeItem = Yes
| |
| }}{{BlueprintItems
| |
| | BlueprintCodename=blueprint_kwizine
| |
| | Codename=cooked_meat
| |
| | Qty = 2
| |
| | TakeItem = Yes
| |
| }}{{BlueprintRewards
| |
| | BlueprintCodename=blueprint_kwizine
| |
| | Codename=kwizine
| |
| | Qty=1
| |
| }}
| |
| ===Information===
| |
| Kwizine Blueprint is a crafting recipe that takes '''undefined seconds''' to complete.
| |
| | |
| ==Requires==
| |
| {{#cargo_query:
| |
| tables=BlueprintItems=BI,Items=I
| |
| |join on=BI.Codename=I.Codename
| |
| |fields=I._pageName=Resource, BI.Qty
| |
| |where=BI.BlueprintCodename="blueprint_kwizine"
| |
| |format=table
| |
| }}
| |
| | |
| ==Outputs==
| |
| {{#cargo_query: | |
| tables=BlueprintRewards=BI,Items=I
| |
| |join on=BI.Codename=I.Codename
| |
| |fields=I._pageName=Resource, BI.Qty
| |
| |where=BI.BlueprintCodename="blueprint_kwizine"
| |
| |format=table
| |
| }} | |
| <!-- ZC_CP_Autogen_End -->
| |
| | |
| <!-- ZC_CP_Autogen_End -->
| |