Skip to content

Abandoned Forge: Difference between revisions

From Zed City Wiki

No edit summary
No edit summary
Line 23: Line 23:
</noinclude>==== Crafting ====
</noinclude>==== Crafting ====
{{#cargo_query:
{{#cargo_query:
table=OutpostBlueprintsLink,MiscBlueprint
table=OutpostBlueprintsLink,MiscBlueprints
| join on=MiscBlueprint.Codename=OutpostBlueprintsLink.Codename
| join on=MiscBlueprints.Codename=OutpostBlueprintsLink.Codename
| fields=MiscBlueprint._pageName=Name
| fields=MiscBlueprints._pageName=Name
| where OutpostBlueprintsLink.OutpostCodename="abandoned_forge"
| where OutpostBlueprintsLink.OutpostCodename="abandoned_forge"
| format=table
| format=table

Revision as of 20:49, 29 July 2025




Crafting

{{#cargo_query: table=OutpostBlueprintsLink,MiscBlueprints | join on=MiscBlueprints.Codename=OutpostBlueprintsLink.Codename | fields=MiscBlueprints._pageName=Name | where OutpostBlueprintsLink.OutpostCodename="abandoned_forge" | format=table | order by=OutpostBlueprintsLink.Codename }}


Actions

{{#cargo_query: table=OutpostActions, OutpostActionsLink | join on=OutpostActions.Codename=OutpostActionsLink.Codename |fields=OutpostActions._pageName=Name |where=OutpostActionsLink.OutpostCodename="abandoned_forge" |format=table }}