What are the specific types for heroes?

It’s easier to get the enemy hero by it’s id, which is either "Hero Placeholder"(humans) or "Hero Placeholder 1" (ogres).

You can use hero.findEnemies() to get all the enemies, and then loop through all the enemies to find the hero with the matching id.

There are other ways mentioned in the forum topic below.