![]() |
Member
Join Date: Mar 2016
Posts: 55
|
Going back to the Ur-Priest, I'm not sure how to enter their caster level adjustment, as there's not an option on the Adjustments tab to increase caster level.
For reference, Ur-Priest caster level is their class level plus half their levels in other non-cleric spellcasting classes. |
![]() |
![]() |
Member
Join Date: Jan 2017
Posts: 68
|
Another minor problem that I found. The use of Katana and Bastard Sword on some mechanics (I saw it on the Iaijutsu Master) isn't coherent. They should be treated as equivalent, but instead some places recognize only one as the valid option.
|
![]() |
![]() |
Senior Member
Join Date: Feb 2013
Posts: 356
|
We really can't do much with Favored Enemy as it's buried too deeply in the code for us to manipulate. It would be too clunky to make a separate Human race for each as, according to the Rokugan Campaign Setting book, each clan also has three or four families that each have a favored class and class skill so I would have to make 30 new human races.
Akutsukai and akutenshi don't work properly as written as the only similar thing is the ghost template and that doesn't work either. If you can get it to work, let us know. As for variant classes, just select it from optional rules when customizing which books you are using. Making a variant is cleaner than making an entirely new class. Last edited by Illyahr; February 6th, 2017 at 02:51 PM. |
![]() |
![]() |
Member
Join Date: Jan 2017
Posts: 68
|
For the Human from Rokugan, I just noticed the option of selecting the clan as a Trait, with works well with the option of multi-race Rokugan (that I'll use as an alternate reality in my current campaign). Sometimes the mechanics found in the source would benefit from a guide.
But maybe a single Variant Human could be made that lets you select Favored Class and Racial Class Skill. That would take care of the niceties of Rokugan. New little problems: couldn't find the Uncanny Trickster PrC, nor Font of Inspiration, Item Familiar and Faerie Misteries Initiate feats. Slots for custom Flaws, Traits and Skill Tricks would also be nice additions. |
![]() |
![]() |
Member
Join Date: Jan 2017
Posts: 68
|
As an exercise, I'm trying to make the Font of Inspiration, but I couldn't manage the script. I took the Psionic Talent Feat as basis, but didn't found the equivalent to .field[tPPTotal]. for the Factotum's Inspiration Points.
Can someone help me here? |
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 3,078
|
I'd be happy to help, but I need more information. Where is it from and what are you trying to accomplish?
|
![]() |
![]() |
Member
Join Date: Jan 2017
Posts: 68
|
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:
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. |
|
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 3,078
|
Quote:
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] Code:
perform hero.assign[User.FFF001] Quote:
|
||
![]() |
![]() |
Junior Member
Join Date: Jan 2017
Posts: 16
|
I'm new to the editor and I am trying to follow these examples:
file:///C:/ProgramData/Hero%20Lab/data/d20/authoring/d20editwhere.htm The attack examples won't work properly with the given timing. The first example (below) will add to base attack and grapple, but not your actual melee and ranged attack info. The second example (below) will do nothing with the given timing. Moving both of these to Post-Level, Priority = 2 allowed them to work correctly for me, but I am not sure if this timing is the correct value to not cause any other issues. Any feedback on the proper timing would be appreciated! ________________________________________________ Timing For modifications to have any effect on other fields (e.g., changes to the base attack bonus affecting the melee and ranged attack bonuses), any priority before the "PostAttr" phase should be used. The final values are available in the "UserPostAt" or later phases. Examples <eval value="1" phase="UserPreAt" priority="10000"><![CDATA[ ~ Add 1 to base attack bonus, which trickles down to the other attack bonus fields hero.child[Attack].field[tAtkBase].value = hero.child[Attack].field[tAtkBase].value + 1 ~ Add a +5 competence bonus to our attack bonus hero.child[Attack].field[BonComp].value = maximum(hero.child[Attack].field[BonComp].value, 5) |
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 3,078
|
Quote:
http://forums.wolflair.com/showthread.php?t=54293 As for timing, it seems fine. I can't say it definitely won't cause issues elsewhere, but if it does, it's likely to be a very specific case. |
|
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|