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.
Ki straps don't change the DC or the times a day.
The extra stunning feat doesn't change the DC or the times a day.
Also, I have been able to get around it but I also can't get the feat "ability focus" to select stunning fist.
I'm not sure if I'm posting in the right place or not. However the "Dread Pirate" class has the prereq of the skill Profession: (Sailor). However the community content didn't include that skill. I can do the "other" for profession and fill it in, however it doesn't recognize it when I select Dread Pirate.
Probably because it's a situational it isn't actually classed as a bug but I thought I'd mention it just in case.
The improved skirmish feat isn't adjusting the skirmish ability displayed on the scout with its extra bonus AC and DAMAGE if a move of 20' is made.
It only appears in the feat description table.
I can't remember if the append text macro is used in the D20 system either.
if (compare(C1thing,C2thing) = 1) then
C1thing = C1thing & "ation"
elseif (compare(C1thing,C3thing) = 1) then
C1thing = C1thing & "mutat"
endif
if (C1thing = C2thing) then
C1thing = C1thing & "ation"
elseif (C1thing = C3thing) then
C1thing = C1thing & "mutat"
endif
number compare(string str1, string str2)
Compare the two strings str1 and str2. If the strings are identical, the value 0 is returned. If str1 would appear before str2 in an alphabetical sort (based on the ASCII code of each character), a value less than 0 is returned. If str1 would appear after str2 in an alphabetical sort, a value greater than 0 is returned. Note that all uppercase characters are sorted before lowercase characters
Sendric, you should always use either <> 0 or = 0 when testing with compare(). You cannot be certain that the number returned will = 1, just that it will either be 0 or be something other than 0.
I was working up character concept as follows:
Barbarian (Beast Totem and Mad Dog) 2
Rogue (Survivalist) 3
Cleric 1
I chose feat Boon Companion
The animal companion shows up as a 6 HD creature until I add the Animal domain to the cleric. Then HL drops it to a 4 HD creature. If I remove the domain, it jumps back to 6 HD.
Thank you. I believe what you are looking for, though, is the Pathfinder bug report thread, found here: http://forums.wolflair.com/showthread.php?t=24976.
I have been working on developing a Psion and I don't see where the Psion Discipline Powers are showing. I am working on an Egoist and don't have the Thicken Skin given.
Also I don't see anywhere to add gems. Would that just be custom gear?
Sorry I was looking at the Psion wrong. I was mistakenly thinking that the disciplines were like cleric domains. You are right it is there.
I did however find that the Deflection Field Psion-Egoist 1 description in the summary of Spells & Powers, not the full description print out, comes up with the description for Deaden Blow. On the full description version it prints out correctly. And actually has the fullest printout of the powers that I have.
Probably because it's a situational it isn't actually classed as a bug but I thought I'd mention it just in case.
The improved skirmish feat isn't adjusting the skirmish ability displayed on the scout with its extra bonus AC and DAMAGE if a move of 20' is made.
It only appears in the feat description table.
I can't remember if the append text macro is used in the D20 system either.