Warm Springs: Difference between revisions
| Line 23: | Line 23: | ||
== Information == | == Information == | ||
=== Location === | === Location === | ||
{{#cargo_query: | |||
table=ScavengeRooms,Locations | |||
| join on=ScavengeRooms.Location=Locations.Codename | |||
| fields=Locations._pageName | |||
| where=ScavengeRooms.Codename='job_reserve_warm_springs' | |||
| format=list | |||
| delimiter=, | |||
| intro=This action is located in | |||
| outro=. | |||
}} | |||
{{#cargo_query: | {{#cargo_query: | ||
table=ScavengeRooms,Locations | table=ScavengeRooms,Locations | ||
Revision as of 07:38, 10 July 2025
Information
Location
{{#cargo_query: table=ScavengeRooms,Locations | join on=ScavengeRooms.Location=Locations.Codename | fields=Locations._pageName | where=ScavengeRooms.Codename='job_reserve_warm_springs' | format=list | delimiter=, | intro=This action is located in | outro=. }}
{{#cargo_query:
table=ScavengeRooms,Locations
| join on=ScavengeRooms.Location=Locations.Codename
| fields=Locations._pageName
| where=ScavengeRooms.Codename='job_reserve_warm_springs'
| format=table
| order by=ScavengeRooms.Codename
}}
Requirements
{{#cargo_query: table=ScavengeJobItems,Items | join on=ScavengeJobItems.Codename=Items.Codename | fields=CONCAT('https://www.zed.city/items/', ScavengeJobItems.Codename, '.png')=Image, Items._pageName=Item, Qty=Quantity | where=JobCodename='job_reserve_warm_springs' | format=table | order by=ScavengeJobItems.Codename }}
Rewards
{{#cargo_query: table=ScavengeJobRewards,Items | join on=ScavengeJobRewards.Codename=Items.Codename | fields=CONCAT('https://www.zed.city/items/', ScavengeJobRewards.Codename, '.png')=Image, Items._pageName=Item, Qty=Quantity | where=JobCodename='job_reserve_warm_springs' | format=table | order by=ScavengeJobRewards.Codename }}