Documentation
Readme
View as plain text
#Playable Paladin Class
Play as the holy (or not so holy) warrior-priest, before Larian lets you!
#### Implementation Notes
Two Oaths are available: Ancients and Vengeance
Larian appears to have decided to implement Lay on Hands a bit differently, so I followed their lead. Lay on hands gains one charge per level instead of 5. Expending one charge lets you heal 5*level damage or heal one disease or cure 10 rounds of poison status.
Some spells are not currently implementable, as they require interaction with AI decision making. So anything that would cause enemy's to target you is not available.
Many spells appear to have been fully implemented by Larian, but not given icons so be sure to check what youre using with by hovering over them.
For some reason the god selector is tied directly to the Cleric class and I cannot figure out how. So to choose which god you follow you'll need to select the cleric class, make your selection, and then select the Paladin class.
#### Disclaimer
I can make no guarantee about compatibility with other mods, or with future updates to this mod.
PLEASE REPORT ANY BUGS ON NEXUS
## Installation
This mod is packaged in a way that _should_ work with Candor Mod Installer. You may also
install manually, placing the included .pak file in
`\Documents\Larian Studios\Baldur's Gate 3\Mods` and updating your
`\Documents\Larian Studios\Baldur's Gate 3\Profiles\[Profile Name]\modsettings.lsx` file:
<node id="ModOrder"/>
<children>
<--- OTHER MODS NODES HERE --->
<node id="Module">
<attribute id="UUID" type="FixedString" value="91da7ceb-5c61-4823-8336-97c34176bf6e"/>
</node>
</children>
</node>
<node id="Mods">
<children>
<--- OTHER MODS NODES HERE --->
<node id="ModuleShortDesc">
<attribute id="Folder" type="LSWString" value="Paladin"/>
<attribute id="MD5" type="LSString" value=""/>
<attribute id="Name" type="FixedString" value="Paladin"/>
<attribute id="UUID" type="FixedString" value="91da7ceb-5c61-4823-8336-97c34176bf6e"/>
<attribute id="Version" type="int32" value="1"/>
</node>
</children>
</node>