File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -1037,16 +1037,12 @@ def load_players(self):
1037
1037
player .income_graph = stats .get ('Resource Collection Rate' , None )
1038
1038
1039
1039
# HotS Stats
1040
- # TODO: Add the XP stats?
1041
- # 'Units Produced XP'
1042
- # 'Killed Unit XP'
1043
- # 'Structures Produced XP'
1044
- # 'Structures Razed XP'
1045
- # 'Technology XP'
1046
1040
player .upgrade_spending_graph = stats .get ('Upgrade Spending' , None )
1047
1041
player .workers_active_graph = stats .get ('Workers Active' , None )
1048
- player .combat_efficiency = stats .get ('Combat Efficiency' ,None )
1049
- player .supply_efficiency = stats .get ('Supply Efficiency' , None )
1042
+ player .enemies_destroyed = stats .get ('Enemies Destroyed' ,None )
1043
+ player .time_supply_capped = stats .get ('Time Supply Capped' , None )
1044
+ player .idle_production_time = stats .get ('Idle Production Time' , None )
1045
+ player .resources_spent = stats .get ('Resources Spent' , None )
1050
1046
player .apm = stats .get ('APM' , None )
1051
1047
1052
1048
# Economic Breakdown Tab
You can’t perform that action at this time.
0 commit comments