TCArknight
Well-known member
Ok, I've come up with a couple of questions based on classes in one of the books I'm doing. However, this would be a situation that could arise anytime, so thought would ask.
1) Is there a way to tell if a weapon is part of a group like Axes or Swords? I know could code for each weapon, but I want to be able to do something like for all Swords, gain a bonus. If someone codes their own sword, then it should have the bonus.
2) Along the same lines, is it possible to search through the list of all special abilities on a character to see if they have one named 'Evasion' for example? There are so many classes that give evasion, it makes it a royal pain to try to enumerate them.
3) The Fate domain grants the character the Uncanny Dodge ability, and if the Cleric has other class that provides the ability, then the Cleric levels are added to the other level's for determining whether gain the Improved Uncanny Dodge. (Does this have to do with Bootstrapping the xUncanny special?)
4) Add the spells for new domain - I.e. add the new domain to existing spells (without doing a new (copy) on the spell?)
Thanks!
TC

1) Is there a way to tell if a weapon is part of a group like Axes or Swords? I know could code for each weapon, but I want to be able to do something like for all Swords, gain a bonus. If someone codes their own sword, then it should have the bonus.

2) Along the same lines, is it possible to search through the list of all special abilities on a character to see if they have one named 'Evasion' for example? There are so many classes that give evasion, it makes it a royal pain to try to enumerate them.
3) The Fate domain grants the character the Uncanny Dodge ability, and if the Cleric has other class that provides the ability, then the Cleric levels are added to the other level's for determining whether gain the Improved Uncanny Dodge. (Does this have to do with Bootstrapping the xUncanny special?)
4) Add the spells for new domain - I.e. add the new domain to existing spells (without doing a new (copy) on the spell?)
Thanks!
TC
Last edited: