Two Questions
FIRST
I'm not really a fan of how all encompassing Beastmaster is.
Lets say I wanted to target an Albino Rock Spider, which is currently classified as Creature Type "Beast", with a spell
UnitType InternalName="AlbinoRockSpider">
<DisplayName>Albino Rock Spider</DisplayName>
<CreatureType>Beast</CreatureType>
<Class>Spider</Class>
Normally you would use the line below in your ability to Tame/Target the "Beast"
<SpellTargetCreatureType>Beast</SpellTargetCreatureType>
Is it possible to target the <Class> instead of the CreatureType?
SECOND
For Enemy units that don't have a Creature or Class type defined like Syndicate, is there a way to assign them one? Or would that require overwriting the coremonsterunittypes file?