More actions
no edit summary
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
{{SpoilerBox| | {{SpoilerBox| | ||
[[File:Chapter 1.webp|500px|link=Act One]] | [[File:Chapter 1.webp|500px|link=Act One]] | ||
=== [[Headwear]] === | |||
{{SpoilerBox| | |||
{{#cargo_query: tables = equipment | |||
| fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | |||
| order by = rarity_order | |||
| where = (type = "Helmets" OR type = "Headwear") AND rarity != "common" AND where_to_find like "%Act One%" AND legacy IS NULL | |||
| format = table | |||
}} | |||
}} | |||
=== [[Handwear]] === | === [[Handwear]] === | ||
Line 53: | Line 63: | ||
{{SpoilerBox| | {{SpoilerBox| | ||
[[File:Chapter 2.webp|500px|link=Act Two]] | [[File:Chapter 2.webp|500px|link=Act Two]] | ||
=== [[Headwear]] === | |||
{{SpoilerBox| | |||
{{#cargo_query: tables = equipment | |||
| fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | |||
| order by = rarity_order | |||
| where = (type = "Helmets" OR type = "Headwear") AND rarity != "common" AND where_to_find like "%Act Two%" AND legacy IS NULL | |||
| format = table | |||
}} | |||
}} | |||
=== [[Handwear]] === | === [[Handwear]] === | ||
Line 71: | Line 92: | ||
{{SpoilerBox| | {{SpoilerBox| | ||
[[File:Chapter 3.webp|500px|link=Act Three]] | [[File:Chapter 3.webp|500px|link=Act Three]] | ||
=== [[Headwear]] === | |||
{{SpoilerBox| | |||
{{#cargo_query: tables = equipment | |||
| fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | |||
| order by = rarity_order | |||
| where = (type = "Helmets" OR type = "Headwear") AND rarity != "common" AND where_to_find like "%Act Three%" AND legacy IS NULL | |||
| format = table | |||
}} | |||
}} | |||
=== [[Handwear]] === | === [[Handwear]] === |