Hero Lab 4e

Herolab D&D 4e Development => Completed Bugs => Herolab 4e Development => Released => Topic started by: Walter1968 on May 24, 2014, 02:48:51 PM

Title: Mark of Scribing
Post by: Walter1968 on May 24, 2014, 02:48:51 PM
Selecting the "Mark of Scribing" feat does NOT allow you to select 4 additional languages.
Title: Mark of Scribing
Post by: dracusmage on August 15, 2014, 06:23:06 PM

<eval phase="Traits" priority="10000"><![CDATA[
hero.child[resLangSta].field[resMax].value += 4
#traitmodify[skDiplomac,trtFeat,2,""]
perform hero.assign[Feat.ftRituaCas]
]]>
</eval>


Changes the maximum language value to 4 higher than it was. Then gives a +2 feat bonus to Diplomacy, and finally gives the character the ability to cast rituals just like a ritual caster. No easy way to show that creating a scroll takes half the time, so I didn't do anything for it.
Title: Re: Mark of Scribing
Post by: dracusmage on August 15, 2014, 06:24:23 PM

<eval phase="Traits" priority="10000"><![CDATA[
hero.child[resLangSta].field[resMax].value += 4
]]>
</eval>


Changes the maximum language value to 4 higher than it was.

I've also posted this fix in completed bugs.