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