[?] Modding Spell Traits Questions
Alright so I am trying to create racial spellbooks and I am wondering about the prereq tags involved. To make a spell granting trait unique to a race would this tag work?
<Prereq>
<Type>Race_Type</Type>
<RaceType>Race_Type_Island</Attribute>
</Prereq>
and in order to deny an already existing spell trait to a certain race is there a tag I could add, or would I have to add similar tags to the one above for all the other races except the one I want to exclude.