I've got a passive buff that can be stacked up to 25 times. The small buff icon for the unit doesn't say how many stacks the unit has. Is there any way to put the stack count into the tooltip?
I am pretty sure, you cannot get the stack count to show up anywhere in pure data. You can try triggers; however even then you won't be able to modify the behavior tooltip.
I think the only way is to use Set Unit Info Text or other trigger methods to display the stack count in the UI, Set Unit Info Text is nice and easy but it hides Rank and Kills, you can squeeze 2-3 lines into it so more than one buff could be displayed.
I've got a passive buff that can be stacked up to 25 times. The small buff icon for the unit doesn't say how many stacks the unit has. Is there any way to put the stack count into the tooltip?
Under the description you should be able to put in a string that counts, dont know how though.
Contribute to the wiki (Wiki button at top of page) Considered easy altering of the unit textures?
https://www.sc2mapster.com/forums/resources/tutorials/179654-data-actor-events-message-texture-select-by-id
https://media.forgecdn.net/attachments/187/40/Screenshot2011-04-17_09_16_21.jpg
I am pretty sure, you cannot get the stack count to show up anywhere in pure data. You can try triggers; however even then you won't be able to modify the behavior tooltip.
I think the only way is to use Set Unit Info Text or other trigger methods to display the stack count in the UI, Set Unit Info Text is nice and easy but it hides Rank and Kills, you can squeeze 2-3 lines into it so more than one buff could be displayed.