Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I have a trait, that offers an additional (selectable) language to the character. How can I do this?
Look at the Etymologist trait for an example of adding a language slot.
Another trait increases the armor check penalty by 2 (even if no armor is worn).
herofield[tArmorChk].value will let you add to the hero's ACP
The next thing is a +1 racial bonus to damage rolls with melee weapons.
foreach pick in hero from BaseWep where "wCategory.Melee"
eachpick.BLAHBLAHBLAH
nexteach
The last thing: How can I check if a skill is already a classskill?
The ClassSkill.Whatever tag is on the hero, if they have it as a class skill for any classes.
For Half-Elves I have some racial traits related with drow. If a character has 2 or more of these traits, it gets an drawback (I used a racial special). How can I bootstrap this drawback at the right condition.
Have each of the drow related traits apply a Custom.Whatever tag to the hero. Bootstrap the drawback to your half elf race with a condition of 2 or more of those custom tags.
For Half-Elves I have some racial traits related with drow. If a character has 2 or more of these traits, it gets an drawback (I used a racial special). How can I bootstrap this drawback at the right condition.
Have each of the drow related traits apply a Custom.Whatever tag to the hero. Bootstrap the drawback to your half elf race with a condition of 2 or more of those custom tags.
I bootstrapped the drawback to my traits and got this errormessage.
Just a guess but try first 5001 instead of userprelv 10000
Maybe I am being dense but what is a "Bonded creature"? Does this mean animal companion or a familiar?I have a feat prerequisite of:
Bonded creature of 4th-level
I have no idea, how to solve this.
For example, a prerequisite of “bonded creature 10th-level” would require you to possess ten levels in a class which grants a bonded creature (such as ranger, wizard, or paladin) and for you to have chosen the animal companion, familiar, or mount options granted by this class. Either a character or a bonded creature may take a bonded feat.