Warm Springs: Difference between revisions
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
}}<!-- LTC_C_Autogen_End --><!-- ZC_CP_Autogen_End --> | }}<!-- LTC_C_Autogen_End --><!-- ZC_CP_Autogen_End --> | ||
== Information == | |||
=== Location === | |||
{{#cargo_query: | {{#cargo_query: | ||
table=NpcRooms,Locations | table=NpcRooms,Locations | ||
| join on=NpcRooms.Location=Locations.Codename | | join on=NpcRooms.Location=Locations.Codename | ||
| fields=Locations._pageName | | fields=Locations._pageName | ||
| where=NpcRooms. | | where=NpcRooms.Location='job_reserve_warm_springs' | ||
| format=table | | format=table | ||
| order by=NpcRooms.Codename | | order by=NpcRooms.Codename | ||
Revision as of 07:35, 10 July 2025
Information
Location
{{#cargo_query: table=NpcRooms,Locations | join on=NpcRooms.Location=Locations.Codename | fields=Locations._pageName | where=NpcRooms.Location='job_reserve_warm_springs' | format=table | order by=NpcRooms.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 }}