# Recommended Builds ## Items Compare To:: Bard ### Specific Load-out Include Characters: (char1:: Wyll) (char2:: Shadowheart) (char3:: Astarion) (char4:: ) #### Early Game ``` dataview TABLE without ID file.link as " ", ehead as "Head", echest as "Chest", egloves as "Gloves", eboots as "Boots", enecklace as "Necklace", ering as "Rings", eweapon-ranged as "Ranged", eweapon-main as "Main", eweapon-off-hand as "Off-Hand" FROM "Leisure/Games/BG3" WHERE (contains(file.folder, "Characters") and (file.name=this.char1 or file.name=this.char2 or file.name=this.char3 or file.name=this.char4) ) or contains(this.compare-to, file.name) ``` ### All ##### Head ``` dataview TABLE without ID file.link as " ", ehead as "Early Game", lhead as "Late Game" FROM "Leisure/Games/BG3" WHERE contains(file.folder, "Characters") or contains(this.compare-to, file.name) Sort ehead ``` ## Races [[Drow]] [[Githyanki]] ![Races|550](https://deltiasgaming.com/wp-content/uploads/2023/07/Baldurs-Gate-3-Full-Races-List-at-Launch-768x1365.jpg)[^1] [^1]: [[All Baldur’s Gate 3 Races and Abilities--r|All Baldur’s Gate 3 Races and Abilities]] Primarily determines social class/group (possible racism) - elf/half-elf is prob "safest"/most basic ## Class [[Bard]] [[Druid]] Rogue is a typical ##### Highlights via [[Best Baldur’s Gate 3 Builds – All Classes and Companions--r|Best Baldur’s Gate 3 Builds – All Classes and Companions]] ![[Best Baldur’s Gate 3 Builds – All Classes and Companions--r#^9125a4]] ![[Best Baldur’s Gate 3 Builds – All Classes and Companions--r#^bb2bf3]] ![[Best Baldur’s Gate 3 Builds – All Classes and Companions--r#^1976ff]] ![[Best Baldur’s Gate 3 Builds – All Classes and Companions--r#^3b26ab]] ![[Best Baldur’s Gate 3 Builds – All Classes and Companions--r#^955662]] ![[Best Baldur’s Gate 3 Builds – All Classes and Companions--r#^64d3e2]] ![[Best Baldur’s Gate 3 Builds – All Classes and Companions--r#^5b003d]] Sorcerer: ![[Best Baldur’s Gate 3 Builds – All Classes and Companions--r#^db071f]] | Class | Specialty | Type | Pro/vibe | Notes | | --------- | --------- | ----------------------------- | -------------------------------------- | ------------------------- | | Bard | CHA | all? basic spells and weapons | Entertainment | | | Sorcerer | CHA | spells | subclasses/magic missile | | | Warlock | CHA | spells | eldritch blast | could be good | | Monk | DEX | melee | unarmed and unarmoured | | | Ranger | DEX | range | more specialties, good for multi-class | | | Rogue | DEX | customizable | sneak/first hit is strong | | | Wizard | INT | mostly spells | some melee and range | mage armour tho - limited | | Barbarian | STR | melee | Rage Smash | | | Fighter | STR | melee | basic | | | Paladin | STR | melee | possible oathbreaker | | | Cleric | WIS | Spells | healer | | | Druid | WIS | magic, melee | Wild Shape (shapeshift into animals) | i like | ## Resources [[Resource Index|All Resources]] [[All Baldur’s Gate 3 Races and Abilities--r|All Baldur’s Gate 3 Races and Abilities]] [[Best Baldur’s Gate 3 Builds – All Classes and Companions--r|Best Baldur’s Gate 3 Builds – All Classes and Companions]] %% Linked to "Baldur's Gate 3" ```dataview LIST FROM "Resources/Readwise Highlights/Articles" WHERE !contains(fileClass, "Primary") and contains(file.outlinks, [[Baldur's Gate 3]]) Sort file.name ``` %%