Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
As the title suggests I need to disable bounty for specific units. I know that legion TD has a system with buffs that reduce bounty (from 100% to 0% bounty). How could I replicate such system?
I assume, that they are not using the normal bounty system of warcraft, but a triggered one. If you trigger it you can do whatever you want. You can disable/increase/reduce it for specific units.
As the title suggests I need to disable bounty for specific units. I know that legion TD has a system with buffs that reduce bounty (from 100% to 0% bounty). How could I replicate such system?
Probably Jamption is right. There no actual bounty in the map. Just when unit dies appears floating text with the same font and font color like the bounty while killing neutral units. Random value gives gold to owner of killing unit. Nothing speical there.
Temporary solution: You can set all unit's point value according with your desired gold amount. When unit dies, retrieve that point value and increase/decrease player's gold by percent.
Or custom gold bonus system:
Set the bonus with an integer array + custom value, this can be done when unit is created.
Use point value as above, set gold bonus/ dice/ slice to zero
Temporary solution: You can set all unit's point value according with your desired gold amount. When unit dies, retrieve that point value and increase/decrease player's gold by percent.
Or custom gold bonus system:
Set the bonus with an integer array + custom value, this can be done when unit is created.
Use point value as above, set gold bonus/ dice/ slice to zero
Since it is TD where units doesn't care about their attack range, so you can set point value as main bounty value and acqustion range as the dice range.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.