View Single Post
Monteparnas
Member
 
Join Date: Jan 2017
Posts: 68

Old February 8th, 2017, 06:06 AM
It is from Dungeonscape, as the Factotum Class is. Font of Inspiration does the same as Psionic Talent, but with the Factotum's Inspiration Points (+1 IP, +1 for each previous instance of the Feat).

For now, I tried to copy Psionic Talent and do some changes to the Eval Script, and got this:

Quote:
~ If we're disabled, do nothing
doneif (tagis[Helper.FtDisable] <> 0)

~ Add 1 + (number of factotum inspiration tags on the hero) to our inspiration points.
hero.child[cFactotum].field[tPPTotal].value += 1 + hero.tagcount[User.FFF001]

~ Add the "FacIns" tag to the hero so we know how many times we've
~ run this feat script so far, which we use to control how much we add
~ to our inspiration points every time.
var result as number
result = hero.assign[User.FFF001]
I created the tag "factotum inspiration", code FFF001 and abr. "FacIns". The "cFactotum" I got from the class itself by "Search Thing", but I couldn't find the tag for the actual Inspiration Points (neither the tag used for PPs), so those are still the original ones.

A very minor issue: the Factotum is lacking 6 Class Skills: Iaijutsu Focus, Speak Language, Use Psionic Device, Autohypnosis, Martial Lore and Psicraft.

Last edited by Monteparnas; February 8th, 2017 at 06:10 AM.
Monteparnas is offline   #677 Reply With Quote