|
|
| (6 intermediate revisions by one other user not shown) |
| Line 1: |
Line 1: |
| <noinclude>{{EquipmentBlueprint| Codename=blueprint_craft_arrows| Desc = No information known
| | {{#zed_entity:blueprint_craft_arrows}} |
| }}
| |
| </noinclude>{{ItemBlueprints
| |
| | Name=Craft Arrows
| |
| | Codename=blueprint_craft_arrows
| |
| | ItemType=blueprint_equipment
| |
| | Type=EquipmentBlueprint
| |
| | WaitTime=undefined
| |
| | AutoUnlock=false
| |
| | UnlockLevel=undefined
| |
| | AllowMultiCraft=false
| |
| }}
| |
| {{BlueprintItems
| |
| | BlueprintCodename=blueprint_craft_arrows
| |
| | Codename=craft_log
| |
| | Qty = 10
| |
| | TakeItem = Yes
| |
| }}{{BlueprintItems
| |
| | BlueprintCodename=blueprint_craft_arrows
| |
| | Codename=iron_bar
| |
| | Qty = 1
| |
| | TakeItem = Yes
| |
| }}{{BlueprintRewards
| |
| | BlueprintCodename=blueprint_craft_arrows
| |
| | Codename=ammo_arrows
| |
| | Qty=5
| |
| }}
| |
| ===Information===
| |
| Craft Arrows 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_arrows"
| |
| |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_arrows"
| |
| |format=table
| |
| }} | |
| <!-- ZC_CP_Autogen_End -->
| |
| | |
| <!-- ZC_CP_Autogen_End -->
| |