{# Most of this file is generated using code from the ap-sc2-tracker-proto repo. #} {{ player_name }}'s Tracker
Switch To Generic Tracker

{{ player_name }}'s Starcraft 2 Tracker{{' - Finished' if game_finished}}

Filler Items

+{{minerals_count}}
+{{vespene_count}}
+{{supply_count}}
+{{max_supply_count}}
-{{reduced_supply_count}}
{{construction_speed_count}}
{{shield_regen_count}}
{{upgrade_speed_count}}
{{research_cost_count}}

Terran Items

Barracks
Factory
Starport
Buildings
Mercenaries
Miscellaneous
— Barracks —
— Factory —
— Starport —
— Buildings —
— Mercenaries —
— Miscellaneous —

Zerg Items

Ground
Flyers
Morphs
Infested
Buildings
Mercenaries
Miscellaneous
— Ground —
— Flyers —
— Morphs —
— Infested —
— Buildings —
— Mercenaries —
— Miscellaneous —

Protoss Items

Gateway
Robotics Facility
Stargate
Buildings
Miscellaneous
— Gateway —
— Robotics Facility —
— Stargate —
— Buildings —
— Miscellaneous —

Nova Items

Kerrigan Items

{{kerrigan_level}}

Keys

    {% for key_name, key_amount in keys.items() %}
  • {{key_name}}{{ ' (' + (key_amount | string) + ')' if key_amount > 1}}
  • {% endfor %}

Locations

{{checked_locations | length}} / {{locations | length}} = {{((checked_locations | length) / (locations | length) * 100) | round(3)}}%
    {% for mission_name, location_info in missions.items() %}
  1. {{mission_name}}
      {% for location_name, collected in location_info %}
    • {{location_name}}
    • {% endfor %}
  2. {% endfor %}