0 of 0

File information

Last updated

Original upload

Created by

pandawarmachine

Uploaded by

pandawarmachine

Virus scan

Safe to use

Tags for this mod

About this mod

Changes Sacred Flame to be an attack roll, improving accuracy by ~30% against most early enemies.

Requirements
Permissions and credits
This mod turns Sacred Flame into a Ranged Spell Attack, changing its hit chance from a pitiful ~40% normally, to a more reliable ~80% depending on the enemy.
This helps Clerics actually hit with their damage cantrip early on.


Remember to use with Full Release Patch Fixer.


Install with BG3 Mod Manager for fast and easy installation.




Manual installation:

Drop the .pak inside the zip in your mod folder:
Generally, it's in "%appdata%\Local\Larian Studios\Baldur's Gate 3\Mods\"

Then in the modsettings, add this after the Gustav one:

            <node id="ModuleShortDesc"> 
              <attribute id="Folder" type="LSWString" value="SpellAttackSacredFlame"/>  
              <attribute id="MD5" type="LSString" value=""/>  
              <attribute id="Name" type="FixedString" value="SpellAttackSacredFlame"/>  
              <attribute id="UUID" type="FixedString" value="c5755cf1-d18d-4ed7-b762-55c9bad174e1"/>  
              <attribute id="Version" type="int32" value="268435456"/> 
            </node>  

Generally, it's in "%appdata%\Local\Larian Studios\Baldur's Gate 3\PlayerProfiles\[Profile Name]\modsettings.lsx"


Example:

<?xml version="1.0" encoding="UTF-8"?>
<save> 
  <version major="4" minor="0" revision="5" build="200"/>  
  <region id="ModuleSettings"> 
<node id="root"> 
<children> 
  <node id="ModOrder"> 
<children> 
<node id="Module"> 
  <attribute id="UUID" type="FixedString" value="c5755cf1-d18d-4ed7-b762-55c9bad174e1"/> 
</node>  
<node id="Module"> 
  <attribute id="UUID" type="FixedString" value="c5755cf1-d18d-4ed7-b762-55c9bad174e2"/> 
</node>  
<node id="Module"> 
  <attribute id="UUID" type="FixedString" value="58549d92-39f1-4db3-9715-b716db0d8b4a"/> 
</node>  
<node id="Module">
  <attribute id="UUID" type="FixedString" value="3c889d4b-75a0-4a0b-aa3f-393c2206b6d3"/>
</node>
</children> 
  </node>  
  <node id="Mods"> 
<children> 
<node id="ModuleShortDesc"> 
  <attribute id="Folder" type="LSString" value="Gustav"/>  
  <attribute id="MD5" type="LSString" value=""/>  
  <attribute id="Name" type="LSString" value="Gustav"/>  
  <attribute id="UUID" type="FixedString" value="991c9c7a-fb80-40cb-8f0d-b92d4e80e9b1"/>  
  <attribute id="Version64" type="int64" value="36028797018963968"/> 
</node>  
----------------------------ADD IT HERE-----------------------------
</children> 
  </node> 
</children> 
</node> 
  </region> 
</save>