Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions engine/class_modules/sc_demon_hunter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13028,6 +13028,17 @@ class demon_hunter_module_t : public module_t
.operation( hotfix::HOTFIX_SET )
.modifier( 16.0 )
.verification_value( 50.0 );
hotfix::register_effect( "Demon Hunter", "2025-03-26", "Focused Ray works on up to 3 targets", 1239241 )
.field( "base_value" )
.operation( hotfix::HOTFIX_SET )
.modifier( 3.0 )
.verification_value( 1.0 );
hotfix::register_effect( "Demon Hunter", "2025-03-26",
"Collapsing star still only does 50% additional damage to primary target", 1290193 )
.field( "base_value" )
.operation( hotfix::HOTFIX_SET )
.modifier( 50.0 )
.verification_value( 75.0 );
}

void combat_begin( sim_t* ) const override
Expand Down
Loading