I had to test allot of variables and in the end i don't even know why it works but it works now. Tried to copy as much as possible that was relevant from the medvac ability.
Unit compare vital
Greater then or equal to
Type - Delta (what is this??)
Value - 75
Vital - Life
Can sombody explain what teh types Current, delta, fraction and maximum means? i had to test and try untill i found my solution but i'm not even sure i have made teh validator correctly anyways becouse i dont even know what i have done :D
How can i make a validator so that the queen only cast transfuse if target missing 75 HP from max HP?
@Sherlia: Go
You don't need to make that validator, it's already available as a default. just look for validators that start with LIFE
EDIT. Ok, you WILL have to make a validator, my bad. thought you meant 75%, but you mean a flat 75?
Again, just look for validators with LIFE in the name, duplicate one, call it Transfuse AutoCast or something.
You might want to try leaving 'Compare' as Greater than or Equal to, but you might need to change to Less Than or Equal to.
Hope that helps.
I had to test allot of variables and in the end i don't even know why it works but it works now. Tried to copy as much as possible that was relevant from the medvac ability.
Unit compare vital
Greater then or equal to
Type - Delta (what is this??)
Value - 75
Vital - Life
Can sombody explain what teh types Current, delta, fraction and maximum means? i had to test and try untill i found my solution but i'm not even sure i have made teh validator correctly anyways becouse i dont even know what i have done :D
@Sherlia: Go
Let me explain it with an example:
You have a unit with 150 out of 200 hitpoints. The values will be:
Delta is a term usually used for some kind of substraction; you could call it "hp missing" in this case ;)
Because of this, delta is the correct choice for your desired application.
@Sherlia: Go
I don't see why you had to test alot of variables. Why didn't you just copy my validator? You have it setup the same as I do...
EDIT: Oh. I put down max instead of delta ? Damn :| lol sorry about that.
You used type "Maximum", which compares the maximum amount of hitpoints for the unit with 75, which will obviously not lead to the correct results.
@Kueken531: Go
I know, but I knew what Delta was. I just copy/pasted the fields from Life > 3/4 validator and forgot to change the Type field.
Thanks for explaining!