User:Korgat: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
{{#cargo_compound_query: | {{#cargo_compound_query: | ||
tables=equipment; where = where_to_find like "%Nautiloid Wreck%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Nautiloid Wreck]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC | |||
|tables=weapons; where = where_to_find like "%Nautiloid Wreck%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Nautiloid Wreck]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | |||
tables=equipment; where = where_to_find like "%Ruined Battlefield%" | |tables=equipment; where = where_to_find like "%Ravaged Beach%" | ||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Ravaged Beach]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC | |||
|tables=weapons; where = where_to_find like "%Ravaged Beach%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Ravaged Beach]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | |||
|tables=equipment; where = where_to_find like "%Overgrown Ruins%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Overgrown Ruins]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC | |||
|tables=weapons; where = where_to_find like "%Overgrown Ruins%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Overgrown Ruins]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | |||
|tables=equipment; where = (where_to_find like "%Emerald Grove%" OR where_to_find like "%Druid Grove%") | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Druid Grove]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC | |||
|tables=weapons; where = (where_to_find like "%Emerald Grove%" OR where_to_find like "%Druid Grove%") | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Druid Grove]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | |||
|tables=equipment; where = where_to_find like "%The Risen Road%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[The Risen Road]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC | |||
|tables=weapons; where = where_to_find like "%The Risen Road%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[The Risen Road]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | |||
|tables=equipment; where = where_to_find like "%Forest%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Forest]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC | |||
|tables=weapons; where = where_to_find like "%Forest%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Forest]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | |||
|tables=equipment; where = where_to_find like "%Blighted Village%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Blighted Village]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC | |||
|tables=weapons; where = where_to_find like "%Blighted Village%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Blighted Village]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | |||
|tables=equipment; where = (where_to_find like "%Sunlit Wetlands%" OR where_to_find like "%Putrid Bog%") | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Sunlit Wetlands]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC | |||
|tables=weapons; where = (where_to_find like "%Sunlit Wetlands%" OR where_to_find like "%Putrid Bog%") | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Sunlit Wetlands]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | |||
|tables=equipment; where = where_to_find like "%Goblin Camp%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Goblin Camp]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC | |||
|tables=weapons; where = where_to_find like "%Goblin Camp%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Goblin Camp]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | |||
|tables=equipment; where = where_to_find like "%Waukeen's Rest%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Waukeen's Rest]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC | |||
|tables=weapons; where = where_to_find like "%Waukeen's Rest%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Waukeen's Rest]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | |||
|tables=equipment; where = where_to_find like "%Mountain Pass%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Mountain Pass]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC | |||
|tables=weapons; where = where_to_find like "%Mountain Pass%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Mountain Pass]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | |||
|tables=equipment; where = where_to_find like "%Underdark%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Underdark]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC | |||
|tables=weapons; where = where_to_find like "%Underdark%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Underdark]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | |||
|tables=equipment; where = where_to_find like "%Grymforge%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Grymforge]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC | |||
|tables=weapons; where = where_to_find like "%Grymforge%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Grymforge]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | |||
|tables=equipment; where = where_to_find like "%Rosymorn Monastery%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Rosymorn Monastery]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC | |||
|tables=weapons; where = where_to_find like "%Rosymorn Monastery%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act One]]")=Act,CONCAT("[[Rosymorn Monastery]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | |||
|tables=equipment; where = where_to_find like "%Ruined Battlefield%" | |||
AND rarity != "common" AND legacy IS NULL; | AND rarity != "common" AND legacy IS NULL; | ||
fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Ruined Battlefield]]")=Location, | fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Ruined Battlefield]]")=Location, |
Revision as of 03:41, 10 February 2024
Equipment By Region
High Utility Permanent Bonuses
See Permanent Bonuses or Permanent bonus table for a complete list of bonuses.
![]() |
||
---|---|---|
![]() |
||
![]() |
![]() | |
![]() |
![]() | |
![]() |
||
![]() |
![]() |
![]() |
Equipment By Act
Equipment lists separated by Act.
Act One
Act 1 Spoilers! This section reveals Equipment for Act One.
Act 1 Spoilers! This section reveals Headwear.
No results
Act 1 Spoilers! This section reveals Cloaks.
No results
Act 1 Spoilers! This section reveals Armour.
No results
Act 1 Spoilers! This section reveals Handwear.
No results
Act 1 Spoilers! This section reveals Weapons.
Act Two
Act 2 Spoilers! This section reveals Equipment for Act Two.
Headwear
Act 2 Spoilers! This section reveals Headwear.
Item | Effects | Location |
---|---|---|
![]() Hat of Fire Acuity |
Carried by the Strange Ox in Dammon's blacksmith in Act Two. |
Cloaks
Act 2 Spoilers! This section reveals Cloaks.
No results
Armour
Act 2 Spoilers! This section reveals Armour.
No results
Handwear
Act 2 Spoilers! This section reveals Handwear.
Item | Effects | Location |
---|---|---|
![]() Poisoner's Gloves |
Act Two: In a chest at the back end of the House of Healing X: -199 Y: 78 | |
![]() Swordmaster Gloves |
Sold by Dammon in Act Two |
Weapons
Act 2 Spoilers! This section reveals Weapons.
Shields
Act 2 Spoilers! This section reveals Shields.
Item | Effects | Location |
---|---|---|
![]() Shield of Scorching Reprisal |
|
On a burried Flaming Fist's corpse at X: -3 Y: 215, directly east of the "Open Graves" beyond the northern bridge near the Last Light Inn |
![]() Iron-Banded Shield +1 |
|
Act Two:
|
![]() Shield of Devotion |
|
Sold by Quartermaster Talli near the Last Light Inn waypoint at X: -31 Y: 130 |
Amulets
Act 2 Spoilers! This section reveals Amulets.
Item | Effects | Location |
---|---|---|
![]() Amulet of the Harpers |
|
Sold by Quartermaster Talli near the Last Light Inn waypoint |
Rings
Act 2 Spoilers! This section reveals Rings.
Item | Effects | Location |
---|---|---|
![]() Coruscation Ring |
In a trapped heavy chest in the cellar of the Last Light Inn |
Act Three
Act 3 Spoilers! This section reveals Equipment for Act Three.
Headwear
Act 3 Spoilers! This section reveals Headwear.
Item | Effects | Location |
---|---|---|
![]() Scabby Pugilist Circlet |
Sold by Mattis near the Requisitioned Barn if he survived to Act Three |
Cloaks
Act 3 Spoilers! This section reveals Cloaks.
No results
Armour
Act 3 Spoilers! This section reveals Armour.
Item | Effects | Location |
---|---|---|
![]() Elven Chain |
Sold by Exxvikyap in Rivington during Act Three | |
![]() Armour of Persistence |
Sold by Dammon in Act Three |
Handwear
Act 3 Spoilers! This section reveals Handwear.
Item | Effects | Location |
---|---|---|
![]() Stalker Gloves |
Sold by Exxvikyap in Rivington during Act Three | |
![]() Legacy of the Masters |
Sold by Dammon in Act Three |