|
|
| (8 intermediate revisions by one other user not shown) |
| Line 1: |
Line 1: |
| <noinclude>{{StrongholdBuildingBlueprint| Codename=build_radio_tower| Desc = No information known
| | {{#zed_entity:build_radio_tower}} |
| }}
| |
| </noinclude>{{ItemBlueprints
| |
| | Name=Build Radio Tower
| |
| | Codename=build_radio_tower
| |
| | ItemType=blueprint_building
| |
| | Type=StrongholdBuildingBlueprint
| |
| | WaitTime=undefined
| |
| | AutoUnlock=false
| |
| | UnlockLevel=undefined
| |
| | AllowMultiCraft=false
| |
| }}
| |
| {{BlueprintItems
| |
| | BlueprintCodename=build_radio_tower
| |
| | Codename=craft_log
| |
| | Qty = 100
| |
| | TakeItem = Yes
| |
| }}{{BlueprintItems
| |
| | BlueprintCodename=build_radio_tower
| |
| | Codename=craft_nails
| |
| | Qty = 10
| |
| | TakeItem = Yes
| |
| }}{{BlueprintRewards
| |
| | BlueprintCodename=build_radio_tower
| |
| | Codename=crafting_bench
| |
| | Qty=1
| |
| }}
| |
| ===Information===
| |
| Build Radio Tower is a crafting recipe that takes '''0 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="build_radio_tower"
| |
| |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="build_radio_tower"
| |
| |format=table
| |
| }} | |
| <!-- ZC_CP_Autogen_End -->
| |
| | |
| <!-- ZC_CP_Autogen_End -->
| |