You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using target_health will allow you to set the starting health of the target, instead of having the sim calculate the target's health automatically.
enemy=Fluffy_Pillow
target_health=27000000
Target Death Percentage
Using target_death_pct you can tell the sim to kill the target early, like in the case of Ragnaros where he dies at 10% like a pansy.
enemy=Ragnaros
target_death_pct=10
Target Level
The option target_level allows you to specify what level the target should be. The default is three levels higher than the highest level character in the sim, normally 88.
enemy=Bob_the_Dinosaur
target_level=87
# You can use multiple options at once
# Bob starts at 90% health and dies at 30%
target_initial_health_percentage=90
target_death_pct=30
Target Race
The target_race options allow you to specify what race the target is to kick in the effects of certain talents. (Exorcism for example.)