Skip to content

Commit 1177f97

Browse files
committed
Disable Distance to Tag
1 parent 9caf97c commit 1177f97

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

TW5_parse_top_stats_tools.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4432,7 +4432,7 @@ def get_stats_from_fight_json(fight_json, config, log):
44324432
minion_Data[profession]["player"][name][minionName] = minionCount
44334433
else:
44344434
minion_Data[profession]["player"][name][minionName] += minionCount
4435-
4435+
"""
44364436
#Death_OnTag Tracking
44374437
tagPositions = {}
44384438
dead_Tag = 0
@@ -4537,7 +4537,7 @@ def get_stats_from_fight_json(fight_json, config, log):
45374537
45384538
if playerDistToTag <= Run_Back:
45394539
Death_OnTag[deathOnTag_prof_name]["distToTag"].append(playerDistToTag)
4540-
4540+
"""
45414541
#Collect Box Plot DPS data by Profession, Prof_Name, Name, Acct
45424542
durationMS = fight_json['durationMS']
45434543
#num_enemies = len(fight_json['targets']-1)
@@ -5097,7 +5097,7 @@ def write_stats_box_plots(players, top_players, stat, ProfessionColor, myDate, i
50975097
#output Box Plot Professions
50985098
jsonStr = json.dumps(ProfessionColor)
50995099
print_string +='const ProfessionColor = '+jsonStr+';\n'
5100-
print_string +='const short_Prof = {"Guardian": "Gdn", "Dragonhunter": "Dgh", "Firebrand": "Fbd", "Willbender": "Wbd", "Warrior": "War", "Berserker": "Brs", "Spellbreaker": "Spb", "Bladesworn": "Bds", "Engineer": "Eng", "Scrapper": "Scr", "Holosmith": "Hls", "Mechanist": "Mec", "Ranger": "Rgr", "Druid": "Dru", "Soulbeast": "Slb", "Untamed": "Unt", "Thief": "Thf", "Daredevil": "Dar", "Deadeye": "Ded", "Specter": "Spe", "Elementalist": "Ele", "Tempest": "Tmp", "Weaver": "Wea", "Catalyst": "Cat", "Mesmer": "Mes", "Chronomancer": "Chr", "Mirage": "Mir", "Virtuoso": "Vir", "Necromancer": "Nec", "Reaper": "Rea", "Scourge": "Scg", "Harbinger": "Har", "Revenant": "Rev", "Herald": "Her", "Renegade": "Ren", "Vindicator": "Vin", "Unknown": "Ukn"};\n'
5100+
print_string +='const short_Prof = {"Guardian": "Gdn", "Dragonhunter": "Dgh", "Firebrand": "Fbd", "Willbender": "Wbd", "Luminary": "Lum", "Warrior": "War", "Berserker": "Brs", "Spellbreaker": "Spb", "Bladesworn": "Bds", "Paragon": "Par", "Engineer": "Eng", "Scrapper": "Scr", "Holosmith": "Hls", "Mechanist": "Mec", "Amalgam": "Aml", "Ranger": "Rgr", "Druid": "Dru", "Soulbeast": "Slb", "Untamed": "Unt", "Galeshot": "Gsh", "Thief": "Thf", "Daredevil": "Dar", "Deadeye": "Ded", "Specter": "Spe", "Antiquary": "Ant", "Elementalist": "Ele", "Tempest": "Tmp", "Weaver": "Wea", "Catalyst": "Cat", "Evoker": "Evo", "Mesmer": "Mes", "Chronomancer": "Chr", "Mirage": "Mir", "Virtuoso": "Vir","Troubadour": "Tbd", "Necromancer": "Nec", "Reaper": "Rea", "Scourge": "Scg", "Harbinger": "Har", "Ritualist": "Rit", "Revenant": "Rev", "Herald": "Her", "Renegade": "Ren", "Vindicator": "Vin", "Conduit": "Con", "Unknown": "Ukn"};\n'
51015101
print_string += "option = {\n"
51025102
print_string += " title: [\n"
51035103
if stat in chart_per_fight:

0 commit comments

Comments
 (0)