Hi,
I would like to categorize my combatants/enemies in my game. (Like the feature which is provided for Items --> "Item Types" or Ability --> "Ability Types"
Let's say I have a Combatant "Ice Dragon"
I would like to define the type to "Dragon", and maybe also "Dragon" is a subtype of "Flying Creature" and so on.
I need this, because I am trying to script an spawning algorithm for my Creatures and there I want something like:
If "mountain" then "spawn Dragon(s) randomly there".
But maybe there is another easy way which I can't see to solve this problem.
Many thanks,
Dominik.