Skip to content

Commit 33f6c63

Browse files
committed
allow demon hunter devourer trinkets an even playing field
Profile is super optimized for flexible secondary stat pot. Which means changing secondaries by altering trinkets screws with this distribution. Using the primary stat pot instead circumvents this issue a bit.
1 parent de296a1 commit 33f6c63

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bloodytools/simulations/trinket_simulator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,9 @@ def add_simulation_data(
412412
load_custom_apl=self.settings.custom_apl,
413413
)
414414

415+
if ("demon_hunter", "devourer") in self.settings.wow_class_spec_names:
416+
simulation_data.simc_arguments.append("potion=lights_potential_2")
417+
415418
simulation_group.add(simulation_data)
416419

417420
for trinket in trinket_list:

0 commit comments

Comments
 (0)