apply a hero template to an existing entity
Heroes
apply a hero template to an existing entity
Request body: { "entity_id": 0, "hero_name": "Dragon Knight" }
Looks up the hero in HeroRegistry and applies all hero components
(Health, BaseStats, StatGrowth, HeroName, AutoCombat, AbilitySet, Mana,
EntityRole::Hero) to the specified entity.
POST
apply a hero template to an existing entity
Body
application/json
Apply a registered hero template to an existing entity: entity_id and hero_name. Inserts Health, Mana, Gold, Level, BaseStats, StatGrowth, AutoCombat, AbilitySet, and EntityRole::Hero.
The body is of type any.