Baldur's Gate 3
0 of 0

File information

Last updated

Original upload

Created by

Recat

Uploaded by

Recat013

Virus scan

Safe to use

About this mod

Adds the Fighting Initiate feat from 5e.

Requirements
Permissions and credits
Translations
  • French
Changelogs
Donations
Fighting Initiate
Version 1.0.0


Overview
If you like fighting and you like styles, but you happen to be a pact of the blade warlock with no intention of dipping into the fighter class, this could be just the thing for you!

This adds the Fighting Initiate feat to Baldur's Gate 3, allowing you to pick one fighting style from the fighter class. I made it with the intention of pairing it with my own Additional Fighting Styles mod, but it will work without that, and should work with any other mod that adjusts the Fighter fighting styles list.

Fighting Initiate ++
Due to a couple requests, I have uploaded an alternative version of the mod that allows you to choose +1 Strength or Dexterity alongside your new stylish fighting. While this isn't strictly how D&D 5e is balanced, I feel that it's fine in Baldur's Gate 3.

Only install ONE of these mods - they use the same IDs and everything for ease of updates on my end.

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="FightingInitiate"/>
<attribute id="MD5" type="LSString" value=""/>
<attribute id="Name" type="LSString" value="FightingInitiate"/>
<attribute id="UUID" type="FixedString" value="e0c8815a-38b8-461c-b940-df15ecb3d1b7"/>
<attribute id="Version64" type="int64" value="17891748922343"/>
</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="FightingInitiate"/>
                            <attribute id="MD5" type="LSString" value=""/>
                            <attribute id="Name" type="LSString" value="FightingInitiate"/>
                            <attribute id="UUID" type="FixedString" value="e0c8815a-38b8-461c-b940-df15ecb3d1b7"/>
                            <attribute id="Version64" type="int64" value="17891748922343"/>
                        </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!