Kidel / BG3_Artificer

Collaborative effort to bring Artificer and its subclasses to Baldur's Gate 3
MIT License
33 stars 12 forks source link

Soul of Artifice #86

Closed Kidel closed 1 year ago

Kidel commented 1 year ago
Soul of Artifice

At 20th level, you develop a mystical connection to your magic items, which you can draw on for protection:

    You gain a +1 bonus to all saving throws per magic item you are currently attuned to.

    If you're reduced to 0 hit points but not killed out-right, you can use your reaction to end one of your artificer infusions, causing you to drop to 1 hit point instead of 0.

First effect can be kept basically identical. Second effect is complicated because we'd have to scan for every applied infusions and let the reaction to be able to select which one to end. Might be impossible. Should be changed to something different, such as "if you used 1 infusion since the last long rest, you can use this effect." Doesn't consume the infusion, but can be used only once per long rest (unless you dilute your infusion usage to one before each encounter, but that'd be self-nerfing)

Kidel commented 1 year ago

we could also have conjured objects via replicate magic item use this

new entry "OBJ_TransmuterStone_Darkness"
type "Object"
using "OBJ_TransmuterStone_Constitution"
data "RootTemplate" "4b3afc03-01f2-43b6-88f8-bd22af6533d8"
data "StatusInInventory" "TRANSMUTERS_STONE_DARKNESS"

allowing us to detect if a character has a replicated item. This could let us do some kind of effect like "if you have a replicated item in your inventory, you can use this effect once"