View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old May 26th, 2020, 04:38 AM
Quote:
Originally Posted by Apaa View Post
Hi,

After a bit of searching on the forum i could not find a solution to my issue (however i'm not don't think is a bug per say).

I added the "draconic bloodline" feat to my bard which is supposed to grant specific spells.
However, some of these spells are nto on the bard spell list (ie Darkvision as the 1st level spell).
Thus i cannot add them and since the bard spell list is limited, i am also not allowed to create custom spells to match these.

Thanks in advance for your help.

Apaa
Sorry for the delay. I believe I have fixed this for the next release. Please add the following to the eval script on the feat in the meantime as a workaround:

Code:
~ Add spells to our spell list just in case they aren't already there.

field[fChosen].chosen.field[cSpellExpr].text &= " | (thingid.spComLan1 | thingid.spDarkvis2 | thingid.spProEnrg3 | thingid.spFear4 | thingid.spMindFog5 | thingid.spTrueSee6 | thingid.spVision7 | thingid.spMndBlnk8 | thingid.spDomMon9)"
Sendric is offline   #986 Reply With Quote