Hello, Im working on a map and Ive got Attributes and Veterancy already set up for heros. Does anyone know if its possible to have an ability add attributes? I want to set it up so instead of each hero getting a certain amount of each attribute, the player can pick where they go (like in D2).
This can be done by adding a behavior of type buff, which adds a bonus to the desired attribute. Just make it stackable and add the amount of stacks you want, when the player casts the skill.
Unfortunately, it seems to be impossible to add attributes directly, so this workaround is required.
I cant seem to get it to add the attribute. Im going to keep fiddling with it to see if i can get it right but any more help would be highly appreciated.
Hello, Im working on a map and Ive got Attributes and Veterancy already set up for heros. Does anyone know if its possible to have an ability add attributes? I want to set it up so instead of each hero getting a certain amount of each attribute, the player can pick where they go (like in D2).
This can be done by adding a behavior of type buff, which adds a bonus to the desired attribute. Just make it stackable and add the amount of stacks you want, when the player casts the skill.
Unfortunately, it seems to be impossible to add attributes directly, so this workaround is required.
Wouldn't Apply Behavior work to apply an attribute?
@Kueken531: Go
I cant seem to get it to add the attribute. Im going to keep fiddling with it to see if i can get it right but any more help would be highly appreciated.
@RebeliousDragon: Go
You cant get the buff to add attributes?
Check under "Behavior - Modification +" - "Behavior" - "Attribute Changes".. add a field there giving your attribute and how many points per buff.
Also, remember to change "Stats - Maximum Stack Count" to a high number. So your unit can have many of the same buff.