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

Old February 8th, 2017, 08:49 AM
Quote:
Originally Posted by Monteparnas View Post
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:

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.
Ok, well I couldn't find it in Dungeonscape, but I did find it online so no worries.

If you want to change the Factotum's Inspiration count, you have to affect the attached special. When you add a level of Factotum to your portfolio, can you find the Inspiration special? Right-click and select "Show Debug Fields". That should help you get started.

Also, the following code is archaic:

Code:
var result as number
result = hero.assign[User.FFF001]
and can be replaced with:

Code:
perform hero.assign[User.FFF001]
Quote:
A very minor issue: the Factotum is lacking 6 Class Skills: Iaijutsu Focus, Speak Language, Use Psionic Device, Autohypnosis, Martial Lore and Psicraft.
Ok, thanks. I'll look into it.
Sendric is offline   #678 Reply With Quote