Advertisement
Kibzz

M Argus

Jan 20th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. optimal_raid=1
  2. max_time=648
  3. vary_combat_length=0.02
  4.  
  5. ### Phase 1 ###
  6. #Cone of Death
  7. raid_events+=/movement,first=30,cooldown=22,distance=8,last=110
  8.  
  9.  
  10. ### Phase 2 ###
  11. raid_events+=/movement,first=110,distance=20
  12.  
  13. # Edge of Obliteration
  14. # Blade 1 @ ~150secs and repeats every 7-8 seconds
  15. # Blade 2 @ ~185secs and repeats every 7-8 seconds (making it 2 blades back to back)
  16. # Blade 3 @ ~220secs and repeats every 7-8 seconds (making it 3 blades back to back)
  17. # From 3 ranged DPS PoV the average movement was roughly every 20-25 seconds since not all the blades will require movement which is what is implimented in the event below.
  18.  
  19. raid_events+=/movement,first=150,cooldown=24,distance=5,last=260
  20.  
  21. # Soulburst
  22. raid_events+=/movement,first=145,cooldown=22,distance=40,last=260,player_chance=0.15
  23.  
  24. ### Phase 3 ###
  25. # Mythic RP
  26. raid_events+=/invulnerable,first=260,duration=70
  27.  
  28. #End of All Things
  29. raid_events+=/casting,first=330,duration=10
  30.  
  31. raid_events+=/movement,first=330,distance=20
  32.  
  33. #Apocalypsis Modules
  34. raid_events+=/adds,count=1,first=370,duration=16,cooldown=52
  35. #Apocalypsis Modules Movement
  36. raid_events+=/movement,first=384,cooldown=52,distance=15
  37.  
  38. # Shackle
  39. raid_events+=/movement,first=400,cooldown=54,distance=36,player_chance=0.17
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement