Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Joined: Aug 2014
G
apprentice
OP Offline
apprentice
G
Joined: Aug 2014
Hello,

Is there a listing of these attributes and parameters that we can use when making armors, weapons etc. ? I have searched Google and I cannot find a proper API reference with all the attributes at all.

e.g. for:

data "Boosts" "ActionResource(ReactionActionPoint,1,0);"

What are the parameters for ActionResource? Is it ActionResource(Type, Amount,??) Where type can be : ReactionActionPoint, ActionPoint...etc.

Talking about some proper documentation. Currently I look through other mods to try to figure out possible parameters and I feel certain that by now proper documentation exists, I just don't know where.

Thanks much! smile

Joined: Aug 2017
Location: Australia
L
addict
Offline
addict
L
Joined: Aug 2017
Location: Australia
<Function Type="Boost" Name="ActionResource" RequiredArgs="2">
<Arg Name="Resource" Type="String" /> <!-- Action resource name -->
<Arg Name="Amount" Type="Float" />
<Arg Name="Level" Type="Int" />
<Arg Name="DieType" Type="DieType" />
</Function>


In larian discord we have all sorts of useful pinned information for modders.

Joined: Aug 2014
G
apprentice
OP Offline
apprentice
G
Joined: Aug 2014
Thanks for the response. You mention Discord...that's a totally separate platform and is a sort of running chat with I guess some stickied messages. That's a walled garden cut off from google search etc.

Is there documentation available normally on the WWW that would describe this? It must exist internally to be used to bring new developers quickly up to speed?

I will check Discord though.

I have found this: https://bg3.norbyte.dev/ which is a website that can be used to determine the various options.


Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5