308
editsAd placeholder
User:Korgat: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
== Act One == | == Act One == | ||
{{SpoilerBox| | |||
[[File:Chapter 1.webp|500px|link=Act One]] | [[File:Chapter 1.webp|500px|link=Act One]] | ||
=== [[Handwear]] === | === [[Handwear]] === | ||
{{SpoilerBox| | |||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | | fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | ||
Line 44: | Line 44: | ||
| where = type = "Gloves" AND rarity != "common" AND where_to_find like "%Act One%" AND legacy IS NULL | | where = type = "Gloves" AND rarity != "common" AND where_to_find like "%Act One%" AND legacy IS NULL | ||
| format = table | | format = table | ||
}} | |||
}} | |||
}} | }} | ||
== Act Two == | == Act Two == | ||
{{SpoilerBox| | |||
[[File:Chapter 2.webp|500px|link=Act Two]] | [[File:Chapter 2.webp|500px|link=Act Two]] | ||
=== [[Handwear]] === | === [[Handwear]] === | ||
{{SpoilerBox| | |||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | | fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | ||
Line 59: | Line 62: | ||
| format = table | | format = table | ||
}} | }} | ||
}} | |||
}} | |||
== Act Three == | == Act Three == | ||
{{SpoilerBox| | |||
[[File:Chapter 3.webp|500px|link=Act Three]] | [[File:Chapter 3.webp|500px|link=Act Three]] | ||
=== [[Handwear]] === | === [[Handwear]] === | ||
{{SpoilerBox| | |||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | | fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | ||
Line 72: | Line 79: | ||
| where = type = "Gloves" AND rarity != "common" AND where_to_find like "%Act Three%" AND legacy IS NULL | | where = type = "Gloves" AND rarity != "common" AND where_to_find like "%Act Three%" AND legacy IS NULL | ||
| format = table | | format = table | ||
}} | |||
}} | |||
}} | }} |