Hello there,
As all the people around I’m using Cost GE to check the cost of my ability. Everything works fine when I’m SUBSTRACTING certain attribute from the ability set.
But what I’m trying to do is different.
I have a set which is actually having MAX logic, like you are charging something and if it hits the max value, my cost value should check it that I can no longer charge.
Scenario :
Charge Supply 100/100
Battery 0/50
Charge Done In a 50 Units
Charge Supply 50/100
Battery 50/50
**Problem starts here.
It goes like
Charge Supply 30/100
Battery 50/50
How can I make the cost GE also checks the MAX value of attribute to evaluate cost!