@@ -7364,9 +7364,9 @@ void rogue_t::init_action_list()
7364
7364
cds->add_action ( " use_item,name=cache_of_acquired_treasures,if=buff.acquired_axe.up|fight_remains<25" );
7365
7365
cds->add_action ( " use_item,name=bloodstained_handkerchief,target_if=max:target.time_to_die*(!dot.cruel_garrote.ticking),if=!dot.cruel_garrote.ticking" );
7366
7366
cds->add_action ( " use_item,name=scars_of_fraternal_strife,if=!buff.scars_of_fraternal_strife_4.up|fight_remains<35" );
7367
- cds->add_action ( " use_item,name=scars_of_fraternal_strife,if=buff.scars_of_fraternal_strife_4.up&(spell_targets.fan_of_knives >(1-!raid_event.adds.up))&raid_event.adds.in<30&raid_event.adds.count>2" );
7368
- cds->add_action ( " use_item,name=scars_of_fraternal_strife,if=buff.scars_of_fraternal_strife_4.up&spell_targets.fan_of_knives >1&(!raid_event.adds.up|raid_event.adds.remains>35)&raid_event.adds.count<spell_targets.fan_of_knives *2" );
7369
- cds->add_action ( " use_item,name=chains_of_domination,if=target.time_to_die>5&(raid_event.adds.in<2|raid_event.adds.count<spell_targets.fan_of_knives *2)|fight_remains<5" );
7367
+ cds->add_action ( " use_item,name=scars_of_fraternal_strife,if=buff.scars_of_fraternal_strife_4.up&(spell_targets.blade_flurry >(1-!raid_event.adds.up))&raid_event.adds.in<30&raid_event.adds.count>2" );
7368
+ cds->add_action ( " use_item,name=scars_of_fraternal_strife,if=buff.scars_of_fraternal_strife_4.up&spell_targets.blade_flurry >1&(!raid_event.adds.up|raid_event.adds.remains>35)&raid_event.adds.count<spell_targets.blade_flurry *2" );
7369
+ cds->add_action ( " use_item,name=chains_of_domination,if=target.time_to_die>5&(raid_event.adds.in<2|raid_event.adds.count<spell_targets.blade_flurry *2)|fight_remains<5" );
7370
7370
cds->add_action ( " use_items,slots=trinket1,if=debuff.between_the_eyes.up|trinket.1.has_stat.any_dps|fight_remains<=20" , " Default conditions for usable items." );
7371
7371
cds->add_action ( " use_items,slots=trinket2,if=debuff.between_the_eyes.up|trinket.2.has_stat.any_dps|fight_remains<=20" );
7372
7372
@@ -7455,9 +7455,9 @@ void rogue_t::init_action_list()
7455
7455
cds->add_action ( " use_item,name=cache_of_acquired_treasures,if=(covenant.venthyr&buff.acquired_axe.up|!covenant.venthyr&buff.acquired_wand.up)&(spell_targets.shuriken_storm=1&raid_event.adds.in>60|fight_remains<25|variable.use_priority_rotation)|buff.acquired_axe.up&spell_targets.shuriken_storm>1" );
7456
7456
cds->add_action ( " use_item,name=bloodstained_handkerchief,target_if=max:target.time_to_die*(!dot.cruel_garrote.ticking),if=!dot.cruel_garrote.ticking" );
7457
7457
cds->add_action ( " use_item,name=scars_of_fraternal_strife,if=!buff.scars_of_fraternal_strife_4.up|fight_remains<35" );
7458
- cds->add_action ( " use_item,name=scars_of_fraternal_strife,if=buff.scars_of_fraternal_strife_4.up&(spell_targets.fan_of_knives >(1-!raid_event.adds.up))&raid_event.adds.in<30&raid_event.adds.count>2" );
7459
- cds->add_action ( " use_item,name=scars_of_fraternal_strife,if=buff.scars_of_fraternal_strife_4.up&spell_targets.fan_of_knives >1&(!raid_event.adds.up|raid_event.adds.remains>35)&raid_event.adds.count<spell_targets.fan_of_knives *2" );
7460
- cds->add_action ( " use_item,name=chains_of_domination,if=target.time_to_die>5&(raid_event.adds.in<2|raid_event.adds.count<spell_targets.fan_of_knives *2)|fight_remains<5" );
7458
+ cds->add_action ( " use_item,name=scars_of_fraternal_strife,if=buff.scars_of_fraternal_strife_4.up&(spell_targets.shuriken_storm >(1-!raid_event.adds.up))&raid_event.adds.in<30&raid_event.adds.count>2" );
7459
+ cds->add_action ( " use_item,name=scars_of_fraternal_strife,if=buff.scars_of_fraternal_strife_4.up&spell_targets.shuriken_storm >1&(!raid_event.adds.up|raid_event.adds.remains>35)&raid_event.adds.count<spell_targets.shuriken_storm *2" );
7460
+ cds->add_action ( " use_item,name=chains_of_domination,if=target.time_to_die>5&(raid_event.adds.in<2|raid_event.adds.count<spell_targets.shuriken_storm *2)|fight_remains<5" );
7461
7461
cds->add_action ( " use_items,if=buff.symbols_of_death.up|fight_remains<20" , " Default fallback for usable items: Use with Symbols of Death." );
7462
7462
7463
7463
// Stealth Cooldowns
0 commit comments