Skip to content

Commit

Permalink
[Paladin] New Divine Inspiration Proc Rate seems to be about .55 RPPM…
Browse files Browse the repository at this point in the history
… Hasted (Thanks for testing, Fatpala)
  • Loading branch information
Fluttershy-git committed Nov 27, 2024
1 parent 20fc3aa commit 1c14c55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine/class_modules/paladin/sc_paladin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4152,8 +4152,7 @@ void paladin_t::init_special_effects()

auto const divine_inspiration_driver = new special_effect_t( this );
divine_inspiration_driver->name_str = "divine_inspiration_driver";
// Since proc chance is hidden, this is just a guess. Average proc rate seems to match, though
divine_inspiration_driver->ppm_ = -1.2;
divine_inspiration_driver->ppm_ = -.55;
divine_inspiration_driver->rppm_scale_ = RPPM_HASTE;
divine_inspiration_driver->type = SPECIAL_EFFECT_EQUIP;
divine_inspiration_driver->proc_flags_ =
Expand Down

0 comments on commit 1c14c55

Please sign in to comment.