|
|
| (8 intermediate revisions by one other user not shown) |
| Line 1: |
Line 1: |
| <noinclude>{{MedicalBlueprints| Codename=create_bandage| Desc = No information known
| | {{#zed_entity:create_bandage}} |
| }}
| |
| </noinclude>{{ItemBlueprints
| |
| | Name=Create Bandage
| |
| | Codename=create_bandage
| |
| | ItemType=blueprint_medical
| |
| | Type=MedicalBlueprints
| |
| | WaitTime=undefined
| |
| | AutoUnlock=false
| |
| | UnlockLevel=undefined
| |
| | AllowMultiCraft=false
| |
| }}
| |
| {{BlueprintItems
| |
| | BlueprintCodename=create_bandage
| |
| | Codename=water
| |
| | Qty = 2
| |
| | TakeItem = Yes
| |
| }}{{BlueprintItems
| |
| | BlueprintCodename=create_bandage
| |
| | Codename=cloth
| |
| | Qty = 5
| |
| | TakeItem = Yes
| |
| }}{{BlueprintRewards
| |
| | BlueprintCodename=create_bandage
| |
| | Codename=bandage
| |
| | Qty=1
| |
| }}
| |
| ===Information===
| |
| Create Bandage is a crafting recipe that takes '''60 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="create_bandage"
| |
| |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="create_bandage"
| |
| |format=table
| |
| }} | |
| <!-- ZC_CP_Autogen_End -->
| |
| | |
| <!-- ZC_CP_Autogen_End -->
| |