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.
Alright, I'm needing some help. Could Andrew or Shadow take a look at this file? I'm making good progress, but for some reason I can't seem to get a Class Ability to even show up from this archetype. I'm trying to get the Teamwork class special to work on the Companion-Bound archetype.
Andrew, I tried to mimic your work-up, and scripting for it, including the configurable...and I'm not getting any errors....but applying it to a hero, the Teamwork ability didn't show up at all. Here's the file.
Pre-Levels/10000
~ Add to feats allowed
#resmax[resFeat] += 1
I need to look into this as the original Spell-less ranger was NON-OGL so it couldn't be shared. I have not looked into yet if this new version is the same way. If it is we don't have a good way currently, its being worked on, of sharing non-OGL work. Or honestly if it should be done at all.Congratulations on finishing this project Brolthemighty! I think you send it to ShadowChemosh, though I am not sure whether he has any QA/testing procedures for the community files.
Improved Stealth Attack: You may add an additional 1d6 to your total stealth attack damage.
~Post-Levels 10,0000
field[abValue].value += field[xCount].value
field[livename].text = "Stealth Attack +" & field[abValue].value & "d6"
field[abSumm].text = "+" & field[abValue].value & "d6 damage if you flank your target or your target is flat-footed."
field[listname].text = "Stealth Attack +" & field[xIndex].value & "d6"
You don't need or want to modify the above script actually. The reason we are always using "abValue" is so that "outside" Things can modify the values from other scripts.I know I need to modify this somehow....I'm just not sure how. I'm thinking it's traveling from hero, to the class ability, and then modify the xCount value?
field[abValue].value += field[xCount].value
~add an additional 1d6 to stealth attack damage.
#value[XXXXX] += 1