Version 1.0.0
Overview
Whether you're a non-warlock looking for a taste of the eldritch life or if you're just seeking more warlock per warlock, this feat might be for you!
This adds the Eldritch Adept feat to Baldur's Gate 3, allowing you to pick one eldritch invocation from the warlock class. You can pick from all of the same options the warlock has at level 2.
Manual Installation
If, for some reason, you want to install the mod manually, head on over to your mod settings (located in AppData/Local/Larian Studios/Baldur's Gate 3/PlayerProfiles) and paste in the following:
<node id="ModuleShortDesc">
<attribute id="Folder" type="LSString" value="EldritchAdept"/>
<attribute id="MD5" type="LSString" value=""/>
<attribute id="Name" type="LSString" value="EldritchAdept"/>
<attribute id="UUID" type="FixedString" value="72a18213-307c-4834-a292-8d6bf2aa0e51"/>
<attribute id="Version64" type="int64" value="17891748922345"/>
</node>
Assuming you have no other mods, your file should look something like this:
<?xml version="1.0" encoding="UTF-8"?>
<save>
<version major="4" minor="0" revision="9" build="331"/>
<region id="ModuleSettings">
<node id="root">
<children>
<node id="ModOrder"/>
<node id="Mods">
<children>
<node id="ModuleShortDesc">
<attribute id="Folder" type="LSString" value="GustavDev"/>
<attribute id="MD5" type="LSString" value=""/>
<attribute id="Name" type="LSString" value="GustavDev"/>
<attribute id="UUID" type="FixedString" value="28ac9ce2-2aba-8cda-b3b5-6e922f71b6b8"/>
<attribute id="Version64" type="int64" value="36028797018963968"/>
</node>
<node id="ModuleShortDesc">
<attribute id="Folder" type="LSString" value="EldritchAdept"/>
<attribute id="MD5" type="LSString" value=""/>
<attribute id="Name" type="LSString" value="EldritchAdept"/>
<attribute id="UUID" type="FixedString" value="72a18213-307c-4834-a292-8d6bf2aa0e51"/>
<attribute id="Version64" type="int64" value="17891748922345"/>
</node>
</children>
</node>
</children>
</node>
</region>
</save>
Final Notes
If you got this far, congratulations! I'm still learning a lot about modding Baldur's Gate 3, and suggestions, mod ideas, and feedback are most welcome!