I am trying to create a feat that modifies the Aasimar halo trait, so I want to check against whether or not the character actually has the halo trait as a prerequisite. If I could think of any other feat (or anything else) that uses a trait as a prereq, I would be set, but I can't think of one.
If someone out there knows of such a feat I can use as a basis to copy from, that would be great. Or, if you know how to refer to traits in code (e.g. #hastrait[rtHalo] <> 0, which doesn't work), that would also work.
Much thanks,
David.
PS: One other item. Anyone out there know how to modify the text of an existing tooltip? In other words, if you mouse over the Halo trait, you get description A, but if you have selected feat B and mouse over the Halo trait, you should get description A'. This is pure gravy, so if I can't do it, no big deal.
If someone out there knows of such a feat I can use as a basis to copy from, that would be great. Or, if you know how to refer to traits in code (e.g. #hastrait[rtHalo] <> 0, which doesn't work), that would also work.
Much thanks,
David.
PS: One other item. Anyone out there know how to modify the text of an existing tooltip? In other words, if you mouse over the Halo trait, you get description A, but if you have selected feat B and mouse over the Halo trait, you should get description A'. This is pure gravy, so if I can't do it, no big deal.