User:Korgat: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
= Equipment By Region =
{{#cargo_compound_query:
tables=equipment; where = where_to_find like "%Ruined Battlefield%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Ruined Battlefield]]")=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 "%Ruined Battlefield%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Ruined Battlefield]]")=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 "%Last Light Inn%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Last Light Inn]]")=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 "%Last Light Inn%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Last Light Inn]]")=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 "%Reithwin Town%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Reithwin Town]]")=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 "%Reithwin Town%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Reithwin Town]]")=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 "%Moonrise%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Moonrise]]")=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 "%Moonrise%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Moonrise]]")=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 "%Grand Mausoleum%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Grand Mausoleum]]")=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 "%Grand Mausoleum%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Grand Mausoleum]]")=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 "%Gauntlet of Shar%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Gauntlet of Shar]]")=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 "%Gauntlet of Shar%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Gauntlet of Shar]]")=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 "%Shadowfell%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Shadowfell]]")=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 "%Shadowfell%"
    AND rarity != "common" AND legacy IS NULL;
  fields=CONCAT("[[Act Two]]")=Act,CONCAT("[[Shadowfell]]")=Location,
    CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item,
    special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg
|format=dynamic table
|rows per page=1000
|hidden fields=Effects, Where To Find, Type, AC, Dmg
|column widths=6%,16%,,,,13%,4%,6%
}}
<!--
{{WeaponsTableHeader}}
{{#cargo_query: tables = weapons
| fields = _pageName=page, name, uid, image, rarity, enchantment, damage, damage_type, extra_damage, extra_damage_type, weight_kg, weight_lb, price, special, special_weapon_actions
| order by = rarity_order, name
| where = rarity != "common" AND legacy IS NULL AND where_to_find like "%Gauntlet of Shar%"
| default = {{WeaponsTableEmpty}}
| format = template
| template = WeaponsTableRow
| named args = yes
}}
{{WeaponsTableFooter}}
-->
= High Utility Permanent 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;"
|+ Act One
! style="width: 14%;" | Region
! style="width: 17%;" | Location
! style="width: 21%;" | Bonus
! style="width: 48%;" | Description
|-
| <!-- Region -->[[Blighted Village]]
|| <!-- Location -->[[Apothecary's Cellar]]
|| <!-- Bonus -->{{SAI|Forbidden Knowledge}}
|| <!-- Description -->Gain +1 bonus to {{Ability|Wisdom}} {{SavingThrow}}s and [[Ability Checks]].
|-
| <!-- Region -->[[Blighted Village]]
|| <!-- Location -->[[Apothecary's Cellar]]
|| <!-- Bonus -->{{SAI|Speak with Dead}}
|| <!-- Description -->Gain {{SAI|Speak with Dead}} spell once per long rest from [[Necromancy of Thay]].
|-
| <!-- Region -->[[Goblin Camp]]
|| <!-- Location -->[[Shattered Sanctum#Centre|Shattered Sanctum Centre]]
|| <!-- Bonus -->[[File:Absolute_symbol.png|25px]][[Absolute's Brand]]
|| <!-- Description -->Gain the use of unique special effects on [[:Category:Absolute_Equipment|Absolute Equipment]].<br>Gain unique dialogue options with followers of the [[Absolute]].
|-
| <!-- Region -->[[Goblin Camp]]
|| <!-- Location -->[[Shattered Sanctum#East|Shattered Sanctum East]]
|| <!-- Bonus -->{{cond|See Invisibility}}
|| <!-- Description -->Grants a permanent {{cond|See Invisibility}} effect from [[Volo's Ersatz Eye (passive feature)|Volo's Ersatz Eye]].
|-
| <!-- Region -->[[Goblin Camp]]
|| <!-- Location -->[[Shattered Sanctum#East|Shattered Sanctum East]]
|| <!-- Bonus -->{{cond|Loviatar's Love}}{{note|Effect is permanently lost if the character dies and is revived.}}
|| <!-- Description -->When you have 30% [[Hit Points]] or less, you gain a '''+2''' bonus to {{Attack Roll}}s and {{Ability|Wisdom}} {{SavingThrow}}s for 3 turns.
|-
| <!-- Region -->[[Sunlit Wetlands]]
|| <!-- Location -->[[Riverside Teahouse]]
|| <!-- Bonus -->{{cond|Paid the Price}}
|| <!-- Description -->Gain +1 bonus to [[Intimidation]] checks.<br>Gain {{Disadvantage}} on [[Perception]] checks.<br>Gain {{Disadvantage}} when attacking Hags.
|-
| <!-- Region -->[[Sunlit Wetlands]]
|| <!-- Location -->[[Riverside Teahouse]]
|| <!-- Bonus -->[[File:Generic_Feature_Icon.webp|25px]][[Auntie Ethel's Hair|Auntie Ethel's Boon]]
|| <!-- Description -->Gain +1 to an [[Ability Scores|Ability Score]] of choice. Can be raised above 20.
|-
| <!-- Region -->[[Underdark]]
|| <!-- Location -->[[Myconid Colony]]
|| <!-- Bonus -->{{SAI|Survival Instinct}}
|| <!-- Description -->Gain the additional [[Illithid Powers|illithid power]] {{Icon|Cleric Tadpole Survival Instinct.png|30|link=Survival Instinct}}[[Survival Instinct]]
|-
| <!-- Region -->[[Underdark]]
|| <!-- Location -->[[The Festering Cove]]
|| <!-- Bonus -->{{Condition inline|BOOOAL's Blessing}}
|| <!-- Description -->Gain {{Advantage}} on {{Attack Roll}}s against {{cond|Bleeding}} targets.
|-
| <!-- Region -->[[Rosymorn Monastery]]
|| <!-- Location -->[[Crèche Y'llek#Infirmary|Crèche Y'llek Infirmary]]
|| <!-- Bonus -->{{SAI|Awakened}}
|| <!-- Description -->You can use all of your Illithid powers as a [[Bonus Action]].
|}
{| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;"
|+ Act Two
! style="width: 14%;" | Region
! style="width: 17%;" | Location
! style="width: 21%;" | Bonus
! style="width: 48%;" | Description
|-
| <!-- Region -->[[Ruined Battlefield]]
|| <!-- Location -->[[Seek_Protection_from_the_Shadow_Curse#The lantern's power|Kar'niss]]
|| <!-- Bonus -->{{cond|Pixie Blessing}}
|| <!-- Description -->Gain immunity to the {{cond|Shadow Curse}}.
|-
| <!-- Region -->[[Moonrise Towers]]
|| <!-- Location -->[[Moonrise Towers#Main floor|Main Floor]]
|| <!-- Bonus -->[[File:POT_Potion_of_Everlasting_Vigour_Faded.png|25px]][[Potion of Everlasting Vigour]]
|| <!-- Description -->Gain +2 {{Ability|Strength}}.
|-
| <!-- Region -->[[Moonrise Towers]]
|| <!-- Location -->[[Mind Flayer Colony]]
|| <!-- Bonus -->{{cond|Githzerai Mind Barrier}}{{note|Effect is permanently lost if the character dies and is revived.}}
|| <!-- Description -->Gain {{Advantage}} on {{Ability|Intelligence}} {{SavingThrow}}s.
|-
| <!-- Region -->[[Moonrise Towers]]
|| <!-- Location -->
|| <!-- Bonus -->{{SAI|Bardic Inspiration|Improved Bardic Inspiration}}
|| <!-- Description -->Gain a charge of Bardic Inspiration that is stronger than usual ({{DieIcon|d12|Slashing}}'''1d12''').
|-
| <!-- Region -->[[Reithwin Town]]
|| <!-- Location -->[[Find Arabella's Parents#Breaking the news|Arabella]]
|| <!-- Bonus -->{{SAI|Arabella's Shadow Entangle}}
|| <!-- Description -->Entangle an Undead or shadow creature until long rest.
|}
{| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;"
|+ Act Three
! style="width: 14%;" | Region
! style="width: 17%;" | Location
! style="width: 21%;" | Bonus
! style="width: 48%;" | Description
|-
| <!-- Region -->[[Help Your Protector|Wyrm's Lookout]]
|| <!-- Location -->[[Astral Plane]]
|| <!-- Bonus -->{{SAI|Partial Ceremorphosis}}
|| <!-- Description -->Gain all [[Illithid_powers#List_of_illithid_powers|Tier 1 Illithid Powers]].<br>Gain access to [[Illithid_powers#Elite_Powers|Tier 3 Illithid Powers]].<br>Gain {{SAI|Fly (Illithid Power)|Fly}}.
|-
| <!-- Region -->[[Rivington]]
|| <!-- Location -->[[Circus of the Last Days]]
|| <!-- Bonus -->{{cond|Sweet Stone Features}}
|| <!-- Description -->Gain a {{DieIcon|d4|Slashing}} '''+1d4''' bonus to {{Attack Roll}}s and {{SavingThrow}}s.
|-
| <!-- Region -->[[Lower City]]
|| <!-- Location -->[[Crimson Draughts]]
|| <!-- Bonus -->{{SAI|Unstable Blood}}
|| <!-- Description -->Your blood is now highly flammable and will explode on contact with fire.
|-
| <!-- Region -->[[Lower City]]
|| <!-- Location --> [[House of Grief]]
|| <!-- Bonus -->[[Mirror of Loss|Patriar's Memory]]
|| <!-- Description -->Gain +1 {{Ability|Charisma}}.
|-
| <!-- Region -->[[Lower City]]
|| <!-- Location --> [[House of Grief]]
|| <!-- Bonus -->[[Mirror of Loss#Using_the_mirror|<Stolen> Memory]]
|| <!-- Description -->Gain +2 to an [[Ability Score]] of your choice.
|-
| <!-- Region -->[[Lower City]]
|| <!-- Location -->[[Ramazith's Tower]]
|| <!-- Bonus -->{{SAI|Danse Macabre}}
|| <!-- Description -->Create 4 [[ghoul|ghouls]] that fight alongside you.
|-
| <!-- Region -->[[Lower City]]
|| <!-- Location -->[[Ramazith's Tower]]
|| <!-- Bonus -->{{cond|Tharchiate Withering}}
|| <!-- Description -->Gain -5 {{Ability|Constitution}} and a sickly green aura.
|-
| <!-- Region -->[[Lower City]]
|| <!-- Location -->[[Ramazith's Tower]]
|| <!-- Bonus -->{{SAI|The Tharchiate Codex: Blessing|Tharchiate Codex: Blessing}}
|| <!-- Description -->Gain {{Cond|Tharchiate Vigour}} immediately and also once after every [[Long Rest]].
|-
| <!-- Region -->[[Lower City]]
|| <!-- Location -->[[Steel Watch Foundry]]
|| <!-- Bonus -->[[Slayer Knowledge]]
|| <!-- Description -->Gain {{Advantage}} on [[Saving Throws]] against being {{Cond|Frightened}} by a [[Bhaalspawn]] Slayer
|}
{{notelist}}
|}




Line 153: Line 412:
{{SpoilerBox|act=1|custom=[[Headwear]].|
{{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
| order by = rarity_order
| order by = rarity_order
| where = (type = "Helmets" OR type = "Headwear") AND rarity != "common" AND where_to_find like "%Act One%" AND legacy IS NULL
| where = (type = "Helmets" OR type = "Headwear") AND rarity != "common" AND where_to_find like "%Act One%" AND legacy IS NULL
Line 161: Line 420:
{{SpoilerBox|act=1|custom=[[Cloaks]].|
{{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
| order by = rarity_order
| order by = rarity_order
| where = type = "Cloaks" AND rarity != "common" AND where_to_find like "%Act One%" AND legacy IS NULL
| where = type = "Cloaks" AND rarity != "common" AND where_to_find like "%Act One%" AND legacy IS NULL
Line 169: Line 428:
{{SpoilerBox|act=1|custom=[[Armour]].|
{{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
| order by = rarity_order
| order by = rarity_order
| where = type like "% Armour%" AND rarity != "common" AND where_to_find like "%Act One%" AND legacy IS NULL
| where = type like "% Armour%" AND rarity != "common" AND where_to_find like "%Act One%" AND legacy IS NULL
Line 177: Line 436:
{{SpoilerBox|act=1|custom=[[Handwear]].|
{{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
| order by = rarity_order
| order by = rarity_order
| 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
Line 184: Line 443:
}}
}}
{{SpoilerBox|act=1|custom=[[Weapons]].|
{{SpoilerBox|act=1|custom=[[Weapons]].|
 
{{#cargo_query: tables = weapons
| fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>[[", _pageName,"]]")=Item, type=Type, special=Effects, where_to_find=Location
| order by = type
| where =
  rarity != "common"
  AND legacy IS NULL
  AND (
    where_to_find like "%Wilderness%" OR
    where_to_find like "%Underdark%" OR
    where_to_find like "%Grymforge%" OR
    where_to_find like "%Rosymorn Monastery%"
  )
| format = table
}}
}}
}}
}}
}}
Line 197: Line 469:
{{SpoilerBox|act=2|custom=[[Headwear]].|
{{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
| order by = rarity_order
| order by = rarity_order
| where = (type = "Helmets" OR type = "Headwear") AND rarity != "common" AND where_to_find like "%Act Two%" AND legacy IS NULL
| where = (type = "Helmets" OR type = "Headwear") AND rarity != "common" AND where_to_find like "%Act Two%" AND legacy IS NULL
Line 206: Line 478:
{{SpoilerBox|act=2|custom=[[Cloaks]].|
{{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
| order by = rarity_order
| order by = rarity_order
| where = type = "Cloaks" AND rarity != "common" AND where_to_find like "%Act Two%" AND legacy IS NULL
| where = type = "Cloaks" AND rarity != "common" AND where_to_find like "%Act Two%" AND legacy IS NULL
Line 215: Line 487:
{{SpoilerBox|act=2|custom=[[Armour]].|
{{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
| order by = rarity_order
| order by = rarity_order
| where = type like "% Armour%" AND rarity != "common" AND where_to_find like "%Act Two%" AND legacy IS NULL
| where = type like "% Armour%" AND rarity != "common" AND where_to_find like "%Act Two%" AND legacy IS NULL
Line 224: Line 496:
{{SpoilerBox|act=2|custom=[[Handwear]].|
{{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
| 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
Line 233: Line 505:
{{SpoilerBox|act=2|custom=[[Weapons]].|
{{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
| order by = rarity_order
| order by = type
| where =  
| where =  
   rarity != "common"  
   rarity != "common"  
Line 254: Line 526:
{{SpoilerBox|act=2|custom=[[Shields]].|
{{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
| order by = rarity_order
| order by = rarity_order
| where =  
| where =  
Line 275: Line 547:
{{SpoilerBox|act=2|custom=[[Amulets]].|
{{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
| order by = rarity_order
| order by = rarity_order
| where =  
| where =  
Line 297: Line 569:
{{SpoilerBox|act=2|custom=[[Rings]].|
{{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
| order by = rarity_order
| order by = rarity_order
| where =  
| where =  
Line 327: Line 599:
{{SpoilerBox|act=3|custom=[[Headwear]].|
{{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
| order by = rarity_order
| order by = rarity_order
| where = (type = "Helmets" OR type = "Headwear") AND rarity != "common" AND where_to_find like "%Act Three%" AND legacy IS NULL
| where = (type = "Helmets" OR type = "Headwear") AND rarity != "common" AND where_to_find like "%Act Three%" AND legacy IS NULL
Line 336: Line 608:
{{SpoilerBox|act=3|custom=[[Cloaks]].|
{{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
| order by = rarity_order
| order by = rarity_order
| where = type = "Cloaks" AND rarity != "common" AND where_to_find like "%Act Three%" AND legacy IS NULL
| where = type = "Cloaks" AND rarity != "common" AND where_to_find like "%Act Three%" AND legacy IS NULL
Line 345: Line 617:
{{SpoilerBox|act=3|custom=[[Armour]].|
{{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
| order by = rarity_order
| order by = rarity_order
| where = type like "% Armour%" AND rarity != "common" AND where_to_find like "%Act Three%" AND legacy IS NULL
| where = type like "% Armour%" AND rarity != "common" AND where_to_find like "%Act Three%" AND legacy IS NULL
Line 354: Line 626:
{{SpoilerBox|act=3|custom=[[Handwear]].|
{{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
| order by = rarity_order
| order by = rarity_order
| 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
Line 362: Line 634:


}}
}}
= Equipment By Region =
{{SpoilerBox|custom=Equipment In Shadowfell.|
{{#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 = rarity != "common" AND legacy IS NULL AND where_to_find like "%Shadowfell%"
| format = table
}}
{{#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 "%Shadowfell%"
| format = table
}}
}}
<!--
{{WeaponsTableHeader}}
{{#cargo_query: tables = weapons
| fields = _pageName=page, name, uid, image, rarity, enchantment, damage, damage_type, extra_damage, extra_damage_type, weight_kg, weight_lb, price, special, special_weapon_actions
| order by = rarity_order, name
| where = rarity != "common" AND legacy IS NULL AND where_to_find like "%Gauntlet of Shar%"
| default = {{WeaponsTableEmpty}}
| format = template
| template = WeaponsTableRow
| named args = yes
}}
{{WeaponsTableFooter}}
-->
= High Utility Permanent 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;"
|+ Act One
! style="width: 14%;" | Region
! style="width: 17%;" | Location
! style="width: 21%;" | Bonus
! style="width: 48%;" | Description
|-
| <!-- Region -->[[Blighted Village]]
|| <!-- Location -->[[Apothecary's Cellar]]
|| <!-- Bonus -->{{SAI|Forbidden Knowledge}}
|| <!-- Description -->Gain +1 bonus to {{Ability|Wisdom}} {{SavingThrow}}s and [[Ability Checks]].
|-
| <!-- Region -->[[Blighted Village]]
|| <!-- Location -->[[Apothecary's Cellar]]
|| <!-- Bonus -->{{SAI|Speak with Dead}}
|| <!-- Description -->Gain {{SAI|Speak with Dead}} spell once per long rest from [[Necromancy of Thay]].
|-
| <!-- Region -->[[Goblin Camp]]
|| <!-- Location -->[[Shattered Sanctum#Centre|Shattered Sanctum Centre]]
|| <!-- Bonus -->[[File:Absolute_symbol.png|25px]][[Absolute's Brand]]
|| <!-- Description -->Gain the use of unique special effects on [[:Category:Absolute_Equipment|Absolute Equipment]].<br>Gain unique dialogue options with followers of the [[Absolute]].
|-
| <!-- Region -->[[Goblin Camp]]
|| <!-- Location -->[[Shattered Sanctum#East|Shattered Sanctum East]]
|| <!-- Bonus -->{{cond|See Invisibility}}
|| <!-- Description -->Grants a permanent {{cond|See Invisibility}} effect from [[Volo's Ersatz Eye (passive feature)|Volo's Ersatz Eye]].
|-
| <!-- Region -->[[Goblin Camp]]
|| <!-- Location -->[[Shattered Sanctum#East|Shattered Sanctum East]]
|| <!-- Bonus -->{{cond|Loviatar's Love}}{{note|Effect is permanently lost if the character dies and is revived.}}
|| <!-- Description -->When you have 30% [[Hit Points]] or less, you gain a '''+2''' bonus to {{Attack Roll}}s and {{Ability|Wisdom}} {{SavingThrow}}s for 3 turns.
|-
| <!-- Region -->[[Sunlit Wetlands]]
|| <!-- Location -->[[Riverside Teahouse]]
|| <!-- Bonus -->{{cond|Paid the Price}}
|| <!-- Description -->Gain +1 bonus to [[Intimidation]] checks.<br>Gain {{Disadvantage}} on [[Perception]] checks.<br>Gain {{Disadvantage}} when attacking Hags.
|-
| <!-- Region -->[[Sunlit Wetlands]]
|| <!-- Location -->[[Riverside Teahouse]]
|| <!-- Bonus -->[[File:Generic_Feature_Icon.webp|25px]][[Auntie Ethel's Hair|Auntie Ethel's Boon]]
|| <!-- Description -->Gain +1 to an [[Ability Scores|Ability Score]] of choice. Can be raised above 20.
|-
| <!-- Region -->[[Underdark]]
|| <!-- Location -->[[Myconid Colony]]
|| <!-- Bonus -->{{SAI|Survival Instinct}}
|| <!-- Description -->Gain the additional [[Illithid Powers|illithid power]] {{Icon|Cleric Tadpole Survival Instinct.png|30|link=Survival Instinct}}[[Survival Instinct]]
|-
| <!-- Region -->[[Underdark]]
|| <!-- Location -->[[The Festering Cove]]
|| <!-- Bonus -->{{Condition inline|BOOOAL's Blessing}}
|| <!-- Description -->Gain {{Advantage}} on {{Attack Roll}}s against {{cond|Bleeding}} targets.
|-
| <!-- Region -->[[Rosymorn Monastery]]
|| <!-- Location -->[[Crèche Y'llek#Infirmary|Crèche Y'llek Infirmary]]
|| <!-- Bonus -->{{SAI|Awakened}}
|| <!-- Description -->You can use all of your Illithid powers as a [[Bonus Action]].
|}
{| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;"
|+ Act Two
! style="width: 14%;" | Region
! style="width: 17%;" | Location
! style="width: 21%;" | Bonus
! style="width: 48%;" | Description
|-
| <!-- Region -->[[Ruined Battlefield]]
|| <!-- Location -->[[Seek_Protection_from_the_Shadow_Curse#The lantern's power|Kar'niss]]
|| <!-- Bonus -->{{cond|Pixie Blessing}}
|| <!-- Description -->Gain immunity to the {{cond|Shadow Curse}}.
|-
| <!-- Region -->[[Moonrise Towers]]
|| <!-- Location -->[[Moonrise Towers#Main floor|Main Floor]]
|| <!-- Bonus -->[[File:POT_Potion_of_Everlasting_Vigour_Faded.png|25px]][[Potion of Everlasting Vigour]]
|| <!-- Description -->Gain +2 {{Ability|Strength}}.
|-
| <!-- Region -->[[Moonrise Towers]]
|| <!-- Location -->[[Mind Flayer Colony]]
|| <!-- Bonus -->{{cond|Githzerai Mind Barrier}}{{note|Effect is permanently lost if the character dies and is revived.}}
|| <!-- Description -->Gain {{Advantage}} on {{Ability|Intelligence}} {{SavingThrow}}s.
|-
| <!-- Region -->[[Moonrise Towers]]
|| <!-- Location -->
|| <!-- Bonus -->{{SAI|Bardic Inspiration|Improved Bardic Inspiration}}
|| <!-- Description -->Gain a charge of Bardic Inspiration that is stronger than usual ({{DieIcon|d12|Slashing}}'''1d12''').
|-
| <!-- Region -->[[Reithwin Town]]
|| <!-- Location -->[[Find Arabella's Parents#Breaking the news|Arabella]]
|| <!-- Bonus -->{{SAI|Arabella's Shadow Entangle}}
|| <!-- Description -->Entangle an Undead or shadow creature until long rest.
|}
{| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;"
|+ Act Three
! style="width: 14%;" | Region
! style="width: 17%;" | Location
! style="width: 21%;" | Bonus
! style="width: 48%;" | Description
|-
| <!-- Region -->[[Help Your Protector|Wyrm's Lookout]]
|| <!-- Location -->[[Astral Plane]]
|| <!-- Bonus -->{{SAI|Partial Ceremorphosis}}
|| <!-- Description -->Gain all [[Illithid_powers#List_of_illithid_powers|Tier 1 Illithid Powers]].<br>Gain access to [[Illithid_powers#Elite_Powers|Tier 3 Illithid Powers]].<br>Gain {{SAI|Fly (Illithid Power)|Fly}}.
|-
| <!-- Region -->[[Rivington]]
|| <!-- Location -->[[Circus of the Last Days]]
|| <!-- Bonus -->{{cond|Sweet Stone Features}}
|| <!-- Description -->Gain a {{DieIcon|d4|Slashing}} '''+1d4''' bonus to {{Attack Roll}}s and {{SavingThrow}}s.
|-
| <!-- Region -->[[Lower City]]
|| <!-- Location -->[[Crimson Draughts]]
|| <!-- Bonus -->{{SAI|Unstable Blood}}
|| <!-- Description -->Your blood is now highly flammable and will explode on contact with fire.
|-
| <!-- Region -->[[Lower City]]
|| <!-- Location --> [[House of Grief]]
|| <!-- Bonus -->[[Mirror of Loss|Patriar's Memory]]
|| <!-- Description -->Gain +1 {{Ability|Charisma}}.
|-
| <!-- Region -->[[Lower City]]
|| <!-- Location --> [[House of Grief]]
|| <!-- Bonus -->[[Mirror of Loss#Using_the_mirror|<Stolen> Memory]]
|| <!-- Description -->Gain +2 to an [[Ability Score]] of your choice.
|-
| <!-- Region -->[[Lower City]]
|| <!-- Location -->[[Ramazith's Tower]]
|| <!-- Bonus -->{{SAI|Danse Macabre}}
|| <!-- Description -->Create 4 [[ghoul|ghouls]] that fight alongside you.
|-
| <!-- Region -->[[Lower City]]
|| <!-- Location -->[[Ramazith's Tower]]
|| <!-- Bonus -->{{cond|Tharchiate Withering}}
|| <!-- Description -->Gain -5 {{Ability|Constitution}} and a sickly green aura.
|-
| <!-- Region -->[[Lower City]]
|| <!-- Location -->[[Ramazith's Tower]]
|| <!-- Bonus -->{{SAI|The Tharchiate Codex: Blessing|Tharchiate Codex: Blessing}}
|| <!-- Description -->Gain {{Cond|Tharchiate Vigour}} immediately and also once after every [[Long Rest]].
|-
| <!-- Region -->[[Lower City]]
|| <!-- Location -->[[Steel Watch Foundry]]
|| <!-- Bonus -->[[Slayer Knowledge]]
|| <!-- Description -->Gain {{Advantage}} on [[Saving Throws]] against being {{Cond|Frightened}} by a [[Bhaalspawn]] Slayer
|}
{{notelist}}
|}

Revision as of 23:05, 9 February 2024


Equipment By Region

Error: No field named "where_to_find" found for any of the specified database tables.


High Utility Permanent Bonuses

See Permanent Bonuses or Permanent bonus table for a complete list of bonuses.

High Utility Permanent Bonuses
Act One
Region Location Bonus Description
Blighted Village Apothecary's Cellar Forbidden Knowledge Forbidden Knowledge Gain +1 bonus to Wisdom Wisdom Saving throws and Ability Checks.
Blighted Village Apothecary's Cellar Speak with Dead Speak with Dead Gain Speak with Dead Speak with Dead spell once per long rest from Necromancy of Thay.
Goblin Camp Shattered Sanctum Centre Absolute symbol.pngAbsolute's Brand Gain the use of unique special effects on Absolute Equipment.
Gain unique dialogue options with followers of the Absolute.
Goblin Camp Shattered Sanctum East See Invisibility See Invisibility Grants a permanent See Invisibility See Invisibility effect from Volo's Ersatz Eye.
Goblin Camp Shattered Sanctum East Loviatar's Love Loviatar's Love[note 1] When you have 30% Hit Points or less, you gain a +2 bonus to Attack rolls and Wisdom Wisdom Saving throws for 3 turns.
Sunlit Wetlands Riverside Teahouse Paid the Price Paid the Price Gain +1 bonus to Intimidation checks.
Gain Disadvantage Icon.png Disadvantage on Perception checks.
Gain Disadvantage Icon.png Disadvantage when attacking Hags.
Sunlit Wetlands Riverside Teahouse Generic Feature Icon.webpAuntie Ethel's Boon Gain +1 to an Ability Score of choice. Can be raised above 20.
Underdark Myconid Colony Survival Instinct Survival Instinct Gain the additional illithid power Survival InstinctSurvival Instinct
Underdark The Festering Cove BOOOAL's Blessing BOOOAL's Blessing Gain Advantage Icon.png Advantage on Attack rolls against Bleeding Bleeding targets.
Rosymorn Monastery Crèche Y'llek Infirmary Awakened Awakened You can use all of your Illithid powers as a Bonus Action.


Act Two
Region Location Bonus Description
Ruined Battlefield Kar'niss Pixie Blessing Pixie Blessing Gain immunity to the Shadow Curse Shadow Curse.
Moonrise Towers Main Floor POT Potion of Everlasting Vigour Faded.pngPotion of Everlasting Vigour Gain +2 Strength Strength.
Moonrise Towers Mind Flayer Colony Githzerai Mind Barrier Githzerai Mind Barrier[note 2] Gain Advantage Icon.png Advantage on Intelligence Intelligence Saving throws.
Moonrise Towers Improved Bardic Inspiration Improved Bardic Inspiration Gain a charge of Bardic Inspiration that is stronger than usual (D12 Slashing.png1d12).
Reithwin Town Arabella Arabella's Shadow Entangle Arabella's Shadow Entangle Entangle an Undead or shadow creature until long rest.


Act Three
Region Location Bonus Description
Wyrm's Lookout Astral Plane Partial Ceremorphosis Partial Ceremorphosis Gain all Tier 1 Illithid Powers.
Gain access to Tier 3 Illithid Powers.
Gain Fly Fly.
Rivington Circus of the Last Days Sweet Stone Features Sweet Stone Features Gain a D4 Slashing.png +1d4 bonus to Attack rolls and Saving throws.
Lower City Crimson Draughts Unstable Blood Unstable Blood Your blood is now highly flammable and will explode on contact with fire.
Lower City House of Grief Patriar's Memory Gain +1 Charisma Charisma.
Lower City House of Grief <Stolen> Memory Gain +2 to an Ability Score of your choice.
Lower City Ramazith's Tower Danse Macabre Danse Macabre Create 4 ghouls that fight alongside you.
Lower City Ramazith's Tower Tharchiate Withering Tharchiate Withering Gain -5 Constitution Constitution and a sickly green aura.
Lower City Ramazith's Tower Tharchiate Codex: Blessing Tharchiate Codex: Blessing Gain Tharchiate Vigour Tharchiate Vigour immediately and also once after every Long Rest.
Lower City Steel Watch Foundry Slayer Knowledge Gain Advantage Icon.png Advantage on Saving Throws against being Frightened Frightened by a Bhaalspawn Slayer
  1. Effect is permanently lost if the character dies and is revived.
  2. Effect is permanently lost if the character dies and is revived.



Equipment
Helmet Icon.png
Cloak B Unfaded Icon.png
Plate Armour Icon.png Amulet Necklace A Gold A 1 Unfaded Icon.png
Metallic Gloves Icon.png Ring A Simple Gold Unfaded Icon.png
Metallic Boots Icon.png
Longsword Item Icon.png Item WPN HUM Shield D 0 Unfaded Icon.png Longbow Item Icon.png

Equipment By Act

Equipment lists separated by Act.

Act One

Ico knownSpells lvl 01.png Act 1 Spoilers! This section reveals Equipment for Act One.

Chapter 1.webp

Ico knownSpells lvl 01.png Act 1 Spoilers! This section reveals Headwear.

Item Effects Location
Warped Headband of Intellect Icon.png
Warped Headband of Intellect
  • Set the wearer's Intelligence Intelligence score to 17. The enchantment has no effect if their Intelligence score is higher without it.
Dropped by Lump the Enlightened. If he is convinced to fight for the party, he can be called and looted later within Act One.

Ico knownSpells lvl 01.png Act 1 Spoilers! This section reveals Cloaks.

No results

Ico knownSpells lvl 01.png Act 1 Spoilers! This section reveals Armour.

No results

Ico knownSpells lvl 01.png Act 1 Spoilers! This section reveals Handwear.

No results

Ico knownSpells lvl 01.png Act 1 Spoilers! This section reveals Weapons.

Error: No field named "where_to_find" found for any of the specified database tables.


Act Two

Ico knownSpells lvl 02.png Act 2 Spoilers! This section reveals Equipment for Act Two.

Chapter 2.webp


Headwear

Ico knownSpells lvl 02.png Act 2 Spoilers! This section reveals Headwear.

No results

Cloaks

Ico knownSpells lvl 02.png Act 2 Spoilers! This section reveals Cloaks.

No results

Armour

Ico knownSpells lvl 02.png Act 2 Spoilers! This section reveals Armour.

No results

Handwear

Ico knownSpells lvl 02.png Act 2 Spoilers! This section reveals Handwear.

Item Effects Location
Gloves Leather G Faded.png
Swordmaster Gloves
Bought or stolen from Dammon in Act Two.
Gloves Leather E Faded.png
Poisoner's Gloves
Act Two: Found inside a chest at the back end of the House of Healing X: -199 Y: 78.

Weapons

Ico knownSpells lvl 02.png Act 2 Spoilers! This section reveals Weapons.

Error: No field named "where_to_find" found for any of the specified database tables.

Shields

Ico knownSpells lvl 02.png Act 2 Spoilers! This section reveals Shields.

Item Effects Location
Metal Shield Flaming Fist Icon.png
Shield of Scorching Reprisal
Shield Blow Shield Blow ()
When a foe hits you with a melee attack, you can use your reaction, to knock it Prone Prone unless they succeed a Dexterity saving throw. at will.
Blazing Retaliation Blazing Retaliation ()
Huddle behind your shield to increase your Armour Class Armour Class by 1 and reap scorching retaliation upon attacks who miss you. ( Recharge: Short rest.)
Looted from a Flaming Fist's corpse X: -3 Y: 215 directly east of the "Open Graves" beyond the northern bridge near the Last Light Inn. Successful Perception check needed to detect some rubble. Strength check is then needed to smash the rubble to find the body.
Iron-Banded Shield PlusOne Icon.png
Iron-Banded Shield +1
  • No special properties, beyond the Armour Class Armour Class enchantment.
Act Two:
  • Leaning against a rack next to the bugbear merchant Lann Tarv in Moonrise Towers. Must be stolen; Lann himself does not carry it in his stock.

Act Three:

Shield of Devotion Icon.png
Shield of Devotion
; Shield Blow Shield Blow ()
When a foe hits you with a melee attack, you can use your reaction, to knock it Prone Prone unless they succeed a Dexterity saving throw. at will.
Shield of Devotion: Aid Shield of Devotion: Aid ()
Cast as a level 3 spell ( Recharge: Long rest.)
Bought or stolen from Quartermaster Talli near the Last Light Inn waypoint.

Amulets

Ico knownSpells lvl 02.png Act 2 Spoilers! This section reveals Amulets.

Item Effects Location
Amulet Necklace F Silver A 1 Faded.png
Amulet of the Harpers
Shield (spell) Shield ()
Cast as a level 1 spell ( Recharge: Long rest.)
Bought or stolen from Quartermaster Talli near the Last Light Inn waypoint.

Rings

Ico knownSpells lvl 02.png Act 2 Spoilers! This section reveals Rings.

Item Effects Location
Ring A Simple Gold 1 Faded.png
Coruscation Ring
Found in a trapped Heavy Chest in the cellar of the Last Light Inn. This chest is in a secret area. It is reached by going through a set of Double Oak Doors that are blocked by a destructible spiderweb and a pile of crates. The room beyond has a Cracked Wall, which, when broken, will grant access to the secret area containing the chest.


Act Three

Ico knownSpells lvl 03.png Act 3 Spoilers! This section reveals Equipment for Act Three.

Chapter 3.webp


Headwear

Ico knownSpells lvl 03.png Act 3 Spoilers! This section reveals Headwear.

Item Effects Location
Scabby Pugilist Circlet Icon.png
Scabby Pugilist Circlet
Bought or stolen from Mattis near the Requisitioned Barn if he survived to Act Three.

Cloaks

Ico knownSpells lvl 03.png Act 3 Spoilers! This section reveals Cloaks.

No results

Armour

Ico knownSpells lvl 03.png Act 3 Spoilers! This section reveals Armour.

Item Effects Location
Unwanted Masterwork Scalemail Icon.png
Unwanted Masterwork Scalemail
Bought or stolen from Dammon in Act Three.
Elven Chain Icon.png
Elven Chain
Sold by Exxvikyap in Rivington during Act Three
Armour of Persistence Icon.png
Armour of Persistence
Bought or stolen from Dammon in Act Three.
Emblazoned Plate of the Marshal Icon.png
Emblazoned Plate of the Marshal
; Fire Shield Fire Shield ()
Cast as a level 4 spell ( Recharge: Long rest.)
Can be looted from the body of Duke Ulder Ravengard if killed in Wyrm's Rock Fortress or at the Campsite (Act Three).

Handwear

Ico knownSpells lvl 03.png Act 3 Spoilers! This section reveals Handwear.

Item Effects Location
Gloves Leather F Faded.png
Stalker Gloves
Sold by Exxvikyap in Rivington during Act Three
Gloves Metal C Faded.png
Legacy of the Masters
Bought or stolen from Dammon in Act Three.