Search found 2 matches
- Wed Mar 18, 2020 6:22 pm
- Forum: Addons
- Topic: Get incoming domage percent bonus value in LUA
- Replies: 2
- Views: 1194
Re: Get incoming domage percent bonus value in LUA
So, in fact, wirh LUA, i want to get the bonus value of "hardly concession" tatic, same value done by .getstats in the field "IncomingDomagePercent".
- Wed Mar 18, 2020 3:31 pm
- Forum: Addons
- Topic: Get incoming domage percent bonus value in LUA
- Replies: 2
- Views: 1194
Get incoming domage percent bonus value in LUA
Hi,
I try to get IncomingDomagePercent value for an addon in lua.
I tried to use GetBonus(GameData.BonusTypes.EBONUS_INC_DAMAGE_PERCENT, 0) function without success.
EBONUS_INC_DAMAGE_PERCENT seems in error. I also tried tu use GetBonus(23, 0) but value get seems equal to 0 all times.
Is there ...
I try to get IncomingDomagePercent value for an addon in lua.
I tried to use GetBonus(GameData.BonusTypes.EBONUS_INC_DAMAGE_PERCENT, 0) function without success.
EBONUS_INC_DAMAGE_PERCENT seems in error. I also tried tu use GetBonus(23, 0) but value get seems equal to 0 all times.
Is there ...