Baldur's Gate 3
0 of 0

File information

Last updated

Original upload

Created by

Synyster328

Uploaded by

Synyster328

Virus scan

Safe to use

Tags for this mod

About this mod

This mod adds a duplication spell, which will add a copy of any STACKABLE item to your inventory. The way this works is it changes the amount of the target item to 2, then picks one up. So don't try it on your pile of gold. If the item is not stackable, it will simply get picked up.

Permissions and credits
Changelogs
Installation
-------------
Move Duplication.pak into Documents\LarianStudios\BaldursGate3\Mods
Edit modsettings.lsx at Documents\LarianStudios\BaldursGate3\PlayerProfiles\{YourProfile}\modsettings.lsx (You can open it with notepad or any text editor)
You must follow this format
<?xml version="1.0" encoding="UTF-8"?>
<save>
   <version major="4" minor="0" revision="0" build="52" />
   <region id="ModuleSettings">
      <node id="root">
         <children>
            <node id="ModOrder">
               <children>
                  <node id="Module">
                     <attribute id="UUID" type="FixedString" value="208689f3-3f31-4cda-8703-23ae8f975bfb" />
                  </node>
                  <!--other mods here-->
               </children>
            </node>
            <node id="Mods">
               <children>
                  <node id="ModuleShortDesc">
                     <attribute id="Folder" type="LSWString" value="Gustav" />
                     <attribute id="MD5" type="LSString" value="" />
                     <attribute id="Name" type="FixedString" value="Gustav" />
                     <attribute id="UUID" type="FixedString" value="991c9c7a-fb80-40cb-8f0d-b92d4e80e9b1" />
                     <attribute id="Version" type="int32" value="268435456" />
                  </node>
                  <node id="ModuleShortDesc">
                     <attribute id="Folder" type="LSWString" value="Duplication" />
                     <attribute id="MD5" type="LSString" value="" />
                     <attribute id="Name" type="FixedString" value="Duplication" />
                     <attribute id="UUID" type="FixedString" value="208689f3-3f31-4cda-8703-23ae8f975bfb" />
                     <attribute id="Version" type="int32" value="268435456" />
                  </node>
                  <!--other mods here-->
               </children>
            </node>
         </children>
      </node>
   </region>
</save>