Originally Posted by Slander
I'm wondering if there's a way to control when bloodlust will be used beyond just not used/optimal/pre35%/past35%, I want to set bl to be used say 2 minutes into the fight, is this possible?
If not, would there be any chances of implementing such a feature?
|
That is not currently possible to do, but I would like to add functionality like that.
I'm thinking something on the line of:
120-160: Heroism
This would force heroism to be used between 120 and 160 seconds. In general the syntax I'm thinking of would be something like
time1-time2: state_description
to specify that in a particular time interval every state has to satisfy state_description.
State description would be described by performing set operations on sets built up from atomic description.
ALL: set of all states
effect: set of all states that include effect
Operations would be
| intersection
+ union
- difference
! complement
For example if you would want to force Arcane Power to always be used with Icy Veins you could write:
0-300: !(Arcane Power - Icy Veins)
If anyone has any suggestions about this let me know.