HOW TO MAKE A STATE BUFF ADD A FLAT VALUE INSTEAD OF PERCENTAGE ONE?
Posts
Pages:
1
I bet someone already asked about this but a quick Google search didn't give me any results :\
I want a state to give +5 attack. The only thing I can achieve is multiplying it by a certain percentage.
thanks :D
I want a state to give +5 attack. The only thing I can achieve is multiplying it by a certain percentage.
thanks :D
It sounds as a pretty weird bug to me, but you could always try this:
The buff will be 100%
Store hero attack in variabel
Change hero attack to 5
Add the buff stuff
Set hero attack to variabel
The buff will be 100%
Store hero attack in variabel
Change hero attack to 5
Add the buff stuff
Set hero attack to variabel
author=Trujin
It sounds as a pretty weird bug to me, but you could always try this:
The buff will be 100%
Store hero attack in variabel
Change hero attack to 5
Add the buff stuff
Set hero attack to variabel
You could indeed do that, but it won't work. The hero's attack will become 2 * variable.
Pages:
1














