User:Korgat

From bg3.wiki
Jump to navigation Jump to search


Chronology[edit | edit source]

Act One[edit | edit source]

An image of the location "Prologue"

Prologue

The player arrives on the Nautiloid immediately after character creation.


Nautiloid


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (where_to_find like "%Nautiloid%" AND where_to_find NOT REGEXP "Underdark")

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Overgrown Ruins"

Overgrown Ruins

The remnants of what appears to have once been a chapel, eroded by time.


Dank Crypt


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE where_to_find like "%Dank Crypt%"

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Emerald Grove"

Emerald Grove

The Emerald Grove, also known as Silvanus' Grove and Druid's Grove.


Sold by Arron


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (

   (where_to_find like "%Emerald Grove%" OR where_to_find like "%Druid Grove%") AND 
   where_to_find like "%Arron%") AND 
   where_to_find NOT REGEXP "Strange Ox"
   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Sold by Dammon


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (

   (where_to_find like "%Emerald Grove%" OR where_to_find like "%Druid Grove%") AND 
   where_to_find like "%Dammon%") AND 
   where_to_find NOT REGEXP "Strange Ox"
   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Sold by Auntie Ethel


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (

   (where_to_find like "%Emerald Grove%" OR where_to_find like "%Druid Grove%") AND 
   where_to_find like "%Auntie Ethel%") AND 
   where_to_find NOT REGEXP "Strange Ox"
   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Sold by Volo


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (

   (where_to_find like "%Emerald Grove%" OR where_to_find like "%Druid Grove%") AND 
   where_to_find like "%Volo%") AND 
   where_to_find NOT REGEXP "Strange Ox"
   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Druid Grove


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (

   ((where_to_find like "%Emerald Grove%" OR where_to_find like "%Druid Grove%") AND 
   where_to_find NOT REGEXP "Dammon" AND 
   where_to_find NOT REGEXP "Arron" AND 
   where_to_find NOT REGEXP "Auntie Ethel" AND 
   where_to_find NOT REGEXP "Volo") OR
   where_to_find like "%Strange Ox%")
   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Forest"

Forest

Forest is a sub-area of the Wilderness. It is found west of the Emerald Grove.


Forest


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE where_to_find like "%Forest%"

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Owlbear Nest


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE where_to_find like "%Owlbear Nest%"

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "The Risen Road"

The Risen Road

The Risen Road is a long stretch of road that connects Elturel and Baldur's Gate.


The Risen Road


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE where_to_find like "%Risen Road%"

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Arcane Tower"

Arcane Tower

An isolated wizard tower deep in the Underdark protected by Arcane Cannons


Arcane Tower


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE where_to_find like "%Arcane Tower%"

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  


Act Two[edit | edit source]

An image of the location "Grand Mausoleum"

Grand Mausoleum

The Thorm family mausoleum, resting place of Melodia Thorm and entrance to the Gauntlet of Shar
Gauntlet of Shar


Act Three[edit | edit source]




Wyrm's Crossing



An image of the location "Rivington"

Rivington

The southern-most district of Baldur's Gate, located south of Wyrm's Crossing.


Rivington


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (

             where_to_find like "%Rivington%" AND 
             where_to_find NOT REGEXP "Rivington General" AND 
             where_to_find NOT REGEXP "Ferg Drogher" AND 
             where_to_find NOT REGEXP "Mattis" AND 
             where_to_find NOT REGEXP "Circus of the Last Days" AND 
             where_to_find NOT REGEXP "Open Hand Temple" AND 
             where_to_find NOT REGEXP "Angleiron's Cellar")
   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Rivington General"

Rivington General

The general store in Rivington, run by a Dragonborn Exxvikyap.


Sold by Exxvikyap


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (

   where_to_find like "%Rivington General%" AND 
   where_to_find like "%Exxvikyap%" AND 
   (where_to_find like "%Purchased%" OR where_to_find like "%Sold%" OR where_to_find like "%bought%"))
   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Rivington General


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (

   where_to_find like "%Rivington General%" AND 
   where_to_find NOT REGEXP "Purchased" AND 
   where_to_find NOT REGEXP "Sold" AND 
   where_to_find NOT REGEXP "bought")
   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Requisitioned Barn"

Requisitioned Barn

The Requisitioned Barn is a donation center for refugees heading to Baldur's Gate.


Sold by Ferg Drogher


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (where_to_find like "%Ferg Drogher%")

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Sold by Mattis


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (where_to_find like "%Mattis%Rivington%")

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Circus of the Last Days"

Circus of the Last Days

An extraplanar circus which moves from plane to plane, "thrilling all" who stop by.


Sold by Popper


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (where_to_find like "%Circus of the Last Days%" AND where_to_find like "%Popper%")

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Circus of the Last Days


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (where_to_find like "%Circus of the Last Days%" AND where_to_find NOT REGEXP "Popper")

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  


An image of the location "Open Hand Temple"

Open Hand Temple

A temple dedicated to Ilmater, currently grieving the loss of their head priest.


Open Hand Temple


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (where_to_find like "%Open Hand Temple%" AND uid != "MAG_OfSharpCaster_Hat" AND uid != "MAG_Projectile_Shoes")

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Angleiron's Cellar"

Angleiron's Cellar

The Ironhand Gnomes who escaped the Grymforge have taken up residence in this cellar.


Sold by Bumpnagel


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE where_to_find like "%Angleiron's Cellar%"

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Wyrm's Crossing"

Wyrm's Crossing

Sits between Rivington and the Wyrm's Rock Fortress, and must be crossed to enter the City.


Sold by Entharl Danthelon


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (where_to_find like "%Wyrm's Crossing%" AND where_to_find like "%Entharl Danthelon%")

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Wyrm's Crossing


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (where_to_find like "%Wyrm's Crossing%" AND where_to_find NOT REGEXP "Entharl Danthelon")

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Wyrm's Rock Fortress"

Wyrm's Rock Fortress

Connected to the south by Wyrm's Crossing, and the north by the Lower City.


Sold by Arkleia Oloril


No special equipment


Wyrm's Rock Fortress


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE where_to_find like "%Wyrm's Rock Fortress%"

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  




Lower City



An image of the location "Lower City"

Lower City

The Lower City is accessed after passing through Wyrm's Rock Fortress.


Lower City


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (

             where_to_find like "%Lower City%" AND 
             where_to_find NOT REGEXP 'Lower City Sewers' AND 
             where_to_find NOT REGEXP 'Undercity Ruins' AND 
             where_to_find NOT REGEXP 'Forge of the Nine' AND 
             where_to_find NOT REGEXP 'Stormshore Tabernacle' AND 
             where_to_find NOT REGEXP 'Stormshore Armoury' AND 
             where_to_find NOT REGEXP 'Sorcerous Sundries' AND 
             where_to_find NOT REGEXP 'Wine Festival' AND 
             where_to_find NOT REGEXP "Devil's Fee" AND 
             where_to_find NOT REGEXP "Philgrave's Mansion" AND 
             where_to_find NOT REGEXP 'Steel Watch Foundry' AND 
             where_to_find NOT REGEXP 'Undercity Ruins')
   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Stormshore Tabernacle"

Stormshore Tabernacle

A house of worship located in the northeastern part of the Lower City, near the Basilisk Gate.


Stormshore Tabernacle


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE where_to_find like "%Stormshore Tabernacle%"

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Elfsong Tavern"

Elfsong Tavern

A tavern located north-west of Stormshore Tabernacle and the Basilisk Gate waypoint


Elfsong Tavern Basement


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE where_to_find like "%Elfsong Tavern Basement%"

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Knights of the Shield Hideout


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE where_to_find like "%Knights of the Shield Hideout%"

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Lower City Sewers"

Lower City Sewers

Entrances include manhole covers in the city streets, and inside specific buildings.


Sold by Severn


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE where_to_find like "%Severn%"

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Sold by Sticky Dondo


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE where_to_find like "%Sticky Dondo%"

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Sold by Voiceless Penitent Bareki


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE where_to_find like "%Bareki%"

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Lower City Sewers


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (

   where_to_find like "%Lower City Sewers%" AND
   where_to_find NOT REGEXP "Severn" AND
   where_to_find NOT REGEXP "Sticky Dondo" AND
   where_to_find NOT REGEXP "Bareki")
   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Undercity Ruins


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (

   where_to_find like "%Undercity Ruins%" AND
   where_to_find NOT REGEXP "Severn" AND
   where_to_find NOT REGEXP "Sticky Dondo" AND
   where_to_find NOT REGEXP "Bareki")
   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  


An image of the location "Forge of the Nine"

Forge of the Nine

The outside of the Forge of the Nine. A stone patio is equipped with a forge and smithing station.


Sold by Dammon


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (where_to_find like "%Forge of the Nine%" AND where_to_find like "%Dammon%")

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Basement


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (where_to_find like "%Forge of the Nine%" AND where_to_find NOT REGEXP 'Dammon')

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Devil's Fee"

Devil's Fee

Owned by Helsik, there are all sorts of devilish artifacts and curios on display around the store.


Sold by Helsik


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (where_to_find like "%Devil's Fee%" AND where_to_find like "%Helsik%")

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Devil's Fee


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (where_to_find like "%Devil's Fee%" AND where_to_find NOT REGEXP "Helsik")

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  


An image of the location "Stormshore Armoury"

Stormshore Armoury

An outdoor smithy with a glowing red hot furnace in the back corner.


Sold by Gloomy Fentonson


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (where_to_find like "%Stormshore Armoury%" AND where_to_find like "%Gloomy Fentonson%")

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Sold by Fytz The Firecracker


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (where_to_find like "%Stormshore Armoury%" AND where_to_find like "%Fytz%")

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Sorcerous Sundries"

Sorcerous Sundries

A large magical marketplace, and home to the wizard Lorroakan


Sold by Lorroakan's Projection (or Rolan)


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (

   where_to_find like "%Sorcerous Sundries%" AND
   where_to_find like "%Sold%" AND
   where_to_find like "%Lorroakan's Projection%")
   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Sold by Tolna Tome-Monger


No special equipment


Sorcerous Sundries


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (

   where_to_find like "%Sorcerous Sundries%" AND
   where_to_find NOT REGEXP "Sold" AND
   where_to_find NOT REGEXP "Sorcerous Vault")
   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Ramazith's Tower"

Ramazith's Tower

The home of the wizard Lorroakan, only accessible from Sorcerous Sundries.


Ramazith's Tower


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE where_to_find like "%Ramazith's Tower%"

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

An image of the location "Sorcerous Vault"

Sorcerous Vault

A secret vault within Sorcerous Sundries accessible from Ramazith's Tower.


Sorcerous Vault


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE where_to_find like "%Sorcerous Vault%"

   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  


The Tharchiate Codex


An image of the location "Philgrave's Mansion"

Philgrave's Mansion

Located by the waterfront next to the Counting House and Felogyr's Fireworks


Sold by Mystic Carrion


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (

   where_to_find like "%Philgrave's Mansion%" AND
   (where_to_find like "%Sold%" OR where_to_find like "%bought%") AND
   where_to_find like "%Mystic Carrion%")
   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  

Philgrave's Mansion


Error 1054: Unknown column 'where_to_find' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "", _pageName,"") AS `Item` FROM `cargo__weapons` WHERE (

   where_to_find like "%Philgrave's Mansion%" AND
   where_to_find NOT REGEXP "Sold" AND
   where_to_find NOT REGEXP "bought")
   AND rarity != "common" AND legacy IS NULL  ORDER BY `type` LIMIT 100  


Equipment By Act and Region[edit | edit source]

[Show/hide] Act One[edit | edit source]

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


[Show/hide] Act Two[edit | edit source]

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


[Show/hide] Act Three[edit | edit source]


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


High Utility Permanent Bonuses[edit | edit source]

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

[Show/hide] Act One[edit | edit source]

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.


[Show/hide] Act Two[edit | edit source]

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.


[Show/hide] Act Three[edit | edit source]

Region Location Bonus Description
Wyrm's Lookout Astral Plane Partial Ceremorphosis Partial Ceremorphosis Gain all 5 inner ring 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.


Dye Previews[edit | edit source]

Medium Armour Dark Amethyst Dye Detail.png Heavy Armour Dark Amethyst Dye Detail.png
Chain Shirt +1 Dyes
Chain Shirt +2 Dyes Plate Armour +2 Dyes
Dark Justiciar Half Plate Dyes Blackguard's Plate Dyes



Stats Equipment[edit | edit source]

An image of the location "Strength"

Strength


Bonus


Gauntlets of Hill Giant Strength The Mighty Cloth


Advantage


The Mighty Cloth

An image of the location "Dexterity"

Dexterity


Bonus


Gloves of Dexterity
The Graceful Cloth


Advantage


The Graceful Cloth

An image of the location "Intelligence"

Intelligence


Bonus


Warped Headband of Intellect


An image of the location "Stealth"

Stealth

Dexterity


Bonus


Scarlet Leather Armour Icon.pngShadeclinger Armour
Drow Studded Leather Armour Icon.pngDrow Studded Leather Armour
Ring I 1 Faded.pngSmuggler's Ring
Safeguard Shield Icon.pngGloomstrand Shield


Advantage


Elegant Studded Leather Icon.pngElegant Studded Leather
Shortsword PlusOne Icon.pngAssassin's Shortsword


No Disadvantage


Plate Armour Icon.pngProtective Plate

An image of the location "Sleight of Hand"

Sleight of Hand

Dexterity


Bonus


Gloves Leather 2 Faded.pngWinkling Gloves
Gloves Monk Faded.pngUnlucky Thief's Gloves
Gloves Leather H Faded.pngDark Displacement Gloves
Gloves Leather G Faded.pngNimblefinger Gloves
Gloves Leather 2 Faded.pngKnock Knuckle Gloves
Gloves Leather 1 Faded.pngGloves of Power
Ring I 1 Faded.pngSmuggler's Ring


Advantage


Gloves of Thievery Icon.pngGloves of Thievery

An image of the location "Arcana"

Arcana

Intelligence


Bonus


Ring C Silver A Faded.pngMage's Friend


Template:ImageLocation Special:CargoTables Special:Drilldown