Skip to content

Commit

Permalink
Add exception for Cosmic Ray in skill cast
Browse files Browse the repository at this point in the history
  • Loading branch information
Drevarr committed Sep 3, 2024
1 parent ea2afb3 commit 47b6c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TW5_parse_top_stats_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -2393,7 +2393,7 @@ def collect_stat_data(args, config, log, anonymize=False):
if skill_id in downed_skills or skill_id in heal_downed or skill_id in siege_golem or skill_id in generic_exclude:
continue
#skip auto attack skills
if skill_auto:
if skill_auto and skill_id != '31796':
continue
#skip node gathering and finishers
if 'Gather' in skill_name or 'Finisher' in skill_name or 'Harvest Plants' in skill_name or 'Unbound Magic' in skill_name:
Expand Down

0 comments on commit 47b6c14

Please sign in to comment.