tjc12821

Untitled

Sep 23rd, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. hotfix::register_effect( "Warlock", "2015-09-23", "Hand of Gul’dan impact damage increased by 20%", 87492 )
  2. .field( "sp_coefficient" )
  3. .operation( hotfix::HOTFIX_MUL )
  4. .modifier( 1.2 )
  5. .verification_value( 0.36 );
  6.  
  7. hotfix::register_effect( "Warlock", "2015-09-23", " Demonwrath damage increased by 15%", 283783 )
  8. .field( "sp_coefficient" )
  9. .operation( hotfix::HOTFIX_MUL )
  10. .modifier( 1.15 )
  11. .verification_value( 0.3 );
  12.  
  13. hotfix::register_effect( "Warlock", "2015-09-23", "Shadowbolt damage increased by 10%", 267 )
  14. .field( "sp_coefficient" )
  15. .operation( hotfix::HOTFIX_MUL )
  16. .modifier( 1.1 )
  17. .verification_value( 0.8 );
  18.  
  19. hotfix::register_effect( "Warlock", "2015-09-23", "Doom damage increased by 10%", 246 )
  20. .field( "sp_coefficient" )
  21. .operation( hotfix::HOTFIX_MUL )
  22. .modifier( 1.1 )
  23. .verification_value( 5.0 );
  24.  
  25. hotfix::register_effect( "Warlock", "2015-09-23", "Wild Imps damage increased by 10%", 113740 )
  26. .field( "sp_coefficient" )
  27. .operation( hotfix::HOTFIX_MUL )
  28. .modifier( 1.1 )
  29. .verification_value( 0.14 );
  30.  
  31. hotfix::register_effect( "Warlock", "2015-09-23", "Demonbolt (Talent) damage increased by 10%", 219885 )
  32. .field( "sp_coefficient" )
  33. .operation( hotfix::HOTFIX_MUL )
  34. .modifier( 1.1 )
  35. .verification_value( 0.8 );
  36.  
  37. hotfix::register_effect( "Warlock", "2015-09-23", "Implosion (Talent) damage increased by 15%", 288085 )
  38. .field( "sp_coefficient" )
  39. .operation( hotfix::HOTFIX_MUL )
  40. .modifier( 1.15 )
  41. .verification_value( 2.0 );
  42.  
  43. hotfix::register_effect( "Warlock", "2015-09-23", "Shadowflame (Talent) damage increased by 10%", 302909 )
  44. .field( "sp_coefficient" )
  45. .operation( hotfix::HOTFIX_MUL )
  46. .modifier( 1.1 )
  47. .verification_value( 1.1 );
  48.  
  49. hotfix::register_effect( "Warlock", "2015-09-23", "Shadowflame (Talent) damage increased by 10%", 302911 )
  50. .field( "sp_coefficient" )
  51. .operation( hotfix::HOTFIX_MUL )
  52. .modifier( 1.1 )
  53. .verification_value( 0.35 );
  54.  
  55. hotfix::register_effect( "Warlock", "2015-09-23", "Darkglare (Talent) damage increased by 10%", 302984 )
  56. .field( "sp_coefficient" )
  57. .operation( hotfix::HOTFIX_MUL )
  58. .modifier( 1.1 )
  59. .verification_value( 1.0 );
  60.  
  61. hotfix::register_effect( "Warlock", "2016-09-23", "Rain of Fire damage increased by 11% , and cast time removed", 33883 )
  62. .field( "sp_coeffecient" )
  63. .operation( hotfix::HOTFIX_MUL )
  64. .modifier( 1.11 )
  65. .verification_value( 0.5 );
Advertisement
Add Comment
Please, Sign In to add comment