Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hotfix::register_effect( "Warlock", "2015-09-23", "Hand of Gul’dan impact damage increased by 20%", 87492 )
- .field( "sp_coefficient" )
- .operation( hotfix::HOTFIX_MUL )
- .modifier( 1.2 )
- .verification_value( 0.36 );
- hotfix::register_effect( "Warlock", "2015-09-23", " Demonwrath damage increased by 15%", 283783 )
- .field( "sp_coefficient" )
- .operation( hotfix::HOTFIX_MUL )
- .modifier( 1.15 )
- .verification_value( 0.3 );
- hotfix::register_effect( "Warlock", "2015-09-23", "Shadowbolt damage increased by 10%", 267 )
- .field( "sp_coefficient" )
- .operation( hotfix::HOTFIX_MUL )
- .modifier( 1.1 )
- .verification_value( 0.8 );
- hotfix::register_effect( "Warlock", "2015-09-23", "Doom damage increased by 10%", 246 )
- .field( "sp_coefficient" )
- .operation( hotfix::HOTFIX_MUL )
- .modifier( 1.1 )
- .verification_value( 5.0 );
- hotfix::register_effect( "Warlock", "2015-09-23", "Wild Imps damage increased by 10%", 113740 )
- .field( "sp_coefficient" )
- .operation( hotfix::HOTFIX_MUL )
- .modifier( 1.1 )
- .verification_value( 0.14 );
- hotfix::register_effect( "Warlock", "2015-09-23", "Demonbolt (Talent) damage increased by 10%", 219885 )
- .field( "sp_coefficient" )
- .operation( hotfix::HOTFIX_MUL )
- .modifier( 1.1 )
- .verification_value( 0.8 );
- hotfix::register_effect( "Warlock", "2015-09-23", "Implosion (Talent) damage increased by 15%", 288085 )
- .field( "sp_coefficient" )
- .operation( hotfix::HOTFIX_MUL )
- .modifier( 1.15 )
- .verification_value( 2.0 );
- hotfix::register_effect( "Warlock", "2015-09-23", "Shadowflame (Talent) damage increased by 10%", 302909 )
- .field( "sp_coefficient" )
- .operation( hotfix::HOTFIX_MUL )
- .modifier( 1.1 )
- .verification_value( 1.1 );
- hotfix::register_effect( "Warlock", "2015-09-23", "Shadowflame (Talent) damage increased by 10%", 302911 )
- .field( "sp_coefficient" )
- .operation( hotfix::HOTFIX_MUL )
- .modifier( 1.1 )
- .verification_value( 0.35 );
- hotfix::register_effect( "Warlock", "2015-09-23", "Darkglare (Talent) damage increased by 10%", 302984 )
- .field( "sp_coefficient" )
- .operation( hotfix::HOTFIX_MUL )
- .modifier( 1.1 )
- .verification_value( 1.0 );
- hotfix::register_effect( "Warlock", "2016-09-23", "Rain of Fire damage increased by 11% , and cast time removed", 33883 )
- .field( "sp_coeffecient" )
- .operation( hotfix::HOTFIX_MUL )
- .modifier( 1.11 )
- .verification_value( 0.5 );
Advertisement
Add Comment
Please, Sign In to add comment