|
|
| (6 intermediate revisions by one other user not shown) |
| Line 1: |
Line 1: |
| <noinclude>{{AmmoBlueprint| Codename=blueprint_craft_pistol_ammo| Desc = No information known
| | {{#zed_entity:blueprint_craft_pistol_ammo}} |
| }}
| |
| </noinclude>{{ItemBlueprints
| |
| | Name=Pistol Ammo Blueprint
| |
| | Codename=blueprint_craft_pistol_ammo
| |
| | ItemType=blueprint_ammo
| |
| | Type=AmmoBlueprint
| |
| | WaitTime=undefined
| |
| | AutoUnlock=false
| |
| | UnlockLevel=undefined
| |
| | AllowMultiCraft=false
| |
| }}
| |
| {{BlueprintItems
| |
| | BlueprintCodename=blueprint_craft_pistol_ammo
| |
| | Codename=gun_powder
| |
| | Qty = 5
| |
| | TakeItem = Yes
| |
| }}{{BlueprintItems
| |
| | BlueprintCodename=blueprint_craft_pistol_ammo
| |
| | Codename=iron_bar
| |
| | Qty = 2
| |
| | TakeItem = Yes
| |
| }}{{BlueprintRewards
| |
| | BlueprintCodename=blueprint_craft_pistol_ammo
| |
| | Codename=pistol_ammo
| |
| | Qty=5
| |
| }}
| |
| ===Information===
| |
| Pistol Ammo 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_pistol_ammo"
| |
| |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_pistol_ammo"
| |
| |format=table
| |
| }} | |
| <!-- ZC_CP_Autogen_End -->
| |
| | |
| <!-- ZC_CP_Autogen_End -->
| |