308
editsMore actions
no edit summary
No edit summary |
No edit summary |
||
Line 190: | Line 190: | ||
== Act Two == | == Act Two == | ||
{{SpoilerBox| | {{SpoilerBox|act=2|custom=Equipment for Act Two.| | ||
[[File:Chapter 2.webp|500px|link=Act Two]] | [[File:Chapter 2.webp|500px|link=Act Two]] | ||
=== [[Headwear]] === | === [[Headwear]] === | ||
{{SpoilerBox| | {{SpoilerBox|act=2|custom=[[Headwear]].| | ||
{{#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 204: | Line 204: | ||
}} | }} | ||
=== [[Cloaks]] === | === [[Cloaks]] === | ||
{{SpoilerBox| | {{SpoilerBox|act=2|custom=[[Cloaks]].| | ||
{{#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 213: | Line 213: | ||
}} | }} | ||
=== [[Armour]] === | === [[Armour]] === | ||
{{SpoilerBox| | {{SpoilerBox|act=2|custom=[[Armour]].| | ||
{{#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 222: | Line 222: | ||
}} | }} | ||
=== [[Handwear]] === | === [[Handwear]] === | ||
{{SpoilerBox| | {{SpoilerBox|act=2|custom=[[Handwear]].| | ||
{{#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 231: | Line 231: | ||
}} | }} | ||
=== [[Weapons]] === | === [[Weapons]] === | ||
{{SpoilerBox| | {{SpoilerBox|act=2|custom=[[Weapons]].| | ||
{{#cargo_query: tables = weapons | {{#cargo_query: tables = weapons | ||
| 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 252: | Line 252: | ||
=== [[Shields]] === | === [[Shields]] === | ||
{{SpoilerBox| | {{SpoilerBox|act=2|custom=[[Shields]].| | ||
{{#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 273: | Line 273: | ||
}} | }} | ||
=== [[Amulets]] === | === [[Amulets]] === | ||
{{SpoilerBox| | {{SpoilerBox|act=2|custom=[[Amulets]].| | ||
{{#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 295: | Line 295: | ||
=== [[Rings]] === | === [[Rings]] === | ||
{{SpoilerBox| | {{SpoilerBox|act=2|custom=[[Rings]].| | ||
{{#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 320: | Line 320: | ||
== Act Three == | == Act Three == | ||
{{SpoilerBox| | {{SpoilerBox|act=3|custom=Equipment for Act Three.| | ||
[[File:Chapter 3.webp|500px|link=Act Three]] | [[File:Chapter 3.webp|500px|link=Act Three]] | ||
=== [[Headwear]] === | === [[Headwear]] === | ||
{{SpoilerBox| | {{SpoilerBox|act=3|custom=[[Headwear]].| | ||
{{#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 334: | Line 334: | ||
}} | }} | ||
=== [[Cloaks]] === | === [[Cloaks]] === | ||
{{SpoilerBox| | {{SpoilerBox|act=3|custom=[[Cloaks]].| | ||
{{#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 343: | Line 343: | ||
}} | }} | ||
=== [[Armour]] === | === [[Armour]] === | ||
{{SpoilerBox| | {{SpoilerBox|act=3|custom=[[Armour]].| | ||
{{#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 352: | Line 352: | ||
}} | }} | ||
=== [[Handwear]] === | === [[Handwear]] === | ||
{{SpoilerBox| | {{SpoilerBox|act=3|custom=[[Handwear]].| | ||
{{#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 364: | Line 364: | ||
= Equipment By Region = | = Equipment By Region = | ||
{{SpoilerBox|custom=Equipment In Shadowfell.| | |||
{{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 |