Why there is no float data setter ability?

TickTock

New member
We got the IntDataSetter ability to handle AbilityIntData. But what about AbilityFloatData? The Idle ability simply override the get method. What's the different?
 
The AbilityIntData and AbilityFloatData parameter are just free parameters you can use in your abilities. The IntDataSetter is just there as it is used in the demo to distinguish between the combat and adventure movement type.
 
Top