User:Korgat: Difference between revisions
No edit summary |
No edit summary |
||
Line 148: | Line 148: | ||
== Act One == | == Act One == | ||
{{SpoilerBox| | {{SpoilerBox|act=1|custom=Equipment for Act One.| | ||
[[File:Chapter 1.webp|500px|link=Act One]] | [[File:Chapter 1.webp|500px|link=Act One]] | ||
= | {{SpoilerBox|act=1|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 160: | Line 159: | ||
}} | }} | ||
}} | }} | ||
= | {{SpoilerBox|act=1|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 169: | Line 167: | ||
}} | }} | ||
}} | }} | ||
= | {{SpoilerBox|act=1|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 178: | Line 175: | ||
}} | }} | ||
}} | }} | ||
= | {{SpoilerBox|act=1|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 187: | Line 183: | ||
}} | }} | ||
}} | }} | ||
{{SpoilerBox|act=1|custom=[[Weapons]].| | |||
}} | |||
}} | }} | ||
Line 229: | Line 227: | ||
| order by = rarity_order | | order by = rarity_order | ||
| where = type = "Gloves" AND rarity != "common" AND where_to_find like "%Act Two%" AND legacy IS NULL | | where = type = "Gloves" AND rarity != "common" AND where_to_find like "%Act Two%" AND legacy IS NULL | ||
| format = table | |||
}} | |||
}} | |||
=== [[Weapons]] === | |||
{{SpoilerBox| | |||
{{#cargo_query: tables = weapons | |||
| fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | |||
| order by = rarity_order | |||
| where = | |||
rarity != "common" | |||
AND legacy IS NULL | |||
AND ( | |||
where_to_find like "%Moonrise%" OR | |||
where_to_find like "%Gauntlet of Shar%" OR | |||
where_to_find like "%Shadowfell%" | |||
) | |||
| format = table | | format = table | ||
}} | }} | ||
Line 283: | Line 297: | ||
= Equipment By Region = | = Equipment By Region = | ||
{{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 | ||
| order by = rarity_order | | order by = rarity_order | ||
| where = rarity != "common" AND legacy IS NULL AND where_to_find like "% | | where = rarity != "common" AND legacy IS NULL AND where_to_find like "%Shadowfell%" | ||
| format = table | | format = table | ||
}} | }} | ||
Line 292: | Line 307: | ||
| 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 | ||
| order by = rarity_order | | order by = rarity_order | ||
| where = rarity != "common" AND legacy IS NULL AND where_to_find like "% | | where = rarity != "common" AND legacy IS NULL AND where_to_find like "%Shadowfell%" | ||
| format = table | | format = table | ||
}} | }} | ||
}} | |||
<!-- | <!-- | ||
{{WeaponsTableHeader}} | {{WeaponsTableHeader}} | ||
Line 311: | Line 328: | ||
See [[Permanent Bonuses]] or [[Permanent bonus table]] for a complete list of bonuses. | See [[Permanent Bonuses]] or [[Permanent bonus table]] for a complete list of bonuses. | ||
{| class="wikitable mw-collapsible mw-collapsed" style="margin-left: auto; margin-right: auto; border: none;" | |||
= | ! style="width: 100%;" | High Utility Permanent Bonuses | ||
|- | |||
| | |||
{| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;" | {| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;" | ||
|+ Act One | |||
! style="width: 14%;" | Region | ! style="width: 14%;" | Region | ||
! style="width: 17%;" | Location | ! style="width: 17%;" | Location | ||
Line 371: | Line 390: | ||
|} | |} | ||
{| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;" | {| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;" | ||
|+ Act Two | |||
! style="width: 14%;" | Region | ! style="width: 14%;" | Region | ||
! style="width: 17%;" | Location | ! style="width: 17%;" | Location | ||
Line 405: | Line 424: | ||
|} | |} | ||
{| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;" | {| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;" | ||
|+ Act Three | |||
! style="width: 14%;" | Region | ! style="width: 14%;" | Region | ||
! style="width: 17%;" | Location | ! style="width: 17%;" | Location | ||
Line 460: | Line 479: | ||
{{notelist}} | {{notelist}} | ||
|} |
Revision as of 22:39, 7 February 2024
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.
Item | Effects | Location |
---|---|---|
Warped Headband of Intellect |
|
Dropped by Lump the Enlightened. If he is convinced to fight for the party, he can be called and looted later within Act One. |
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
Spoiler warning! This section reveals details about the story of Baldur's Gate 3.
Headwear
Spoiler warning! This section reveals details about the story of Baldur's Gate 3.
No results
Cloaks
Spoiler warning! This section reveals details about the story of Baldur's Gate 3.
No results
Armour
Spoiler warning! This section reveals details about the story of Baldur's Gate 3.
No results
Handwear
Spoiler warning! This section reveals details about the story of Baldur's Gate 3.
Item | Effects | Location |
---|---|---|
Swordmaster Gloves |
Bought or stolen from Dammon in Act Two. | |
Poisoner's Gloves |
Act Two: Found inside a chest at the back end of the House of Healing X: -199 Y: 78. |
Weapons
Spoiler warning! This section reveals details about the story of Baldur's Gate 3.
Act Three
Spoiler warning! This section reveals details about the story of Baldur's Gate 3.
Headwear
Spoiler warning! This section reveals details about the story of Baldur's Gate 3.
Item | Effects | Location |
---|---|---|
Scabby Pugilist Circlet |
Bought or stolen from Mattis near the Requisitioned Barn if he survived to Act Three. |
Cloaks
Spoiler warning! This section reveals details about the story of Baldur's Gate 3.
No results
Armour
Spoiler warning! This section reveals details about the story of Baldur's Gate 3.
Item | Effects | Location |
---|---|---|
Unwanted Masterwork Scalemail |
|
Bought or stolen from Dammon in Act Three. |
Elven Chain |
Sold by Exxvikyap in Rivington during Act Three | |
Armour of Persistence |
Bought or stolen from Dammon in Act Three. | |
Emblazoned Plate of the Marshal |
; Fire Shield ()
|
Can be looted from the body of Duke Ulder Ravengard if killed in Wyrm's Rock Fortress or at the Campsite (Act Three). |
Handwear
Equipment By Region
Spoiler warning! This section reveals details about the story of Baldur's Gate 3.
No results
High Utility Permanent Bonuses
See Permanent Bonuses or Permanent bonus table for a complete list of bonuses.