{% extends "layout.html" %} {% block content %}
metal_tool
Metal Maker
Organizes backpack weapons into scrap metal and token combinations
{% if "num_bp_slots" in session %} {% set pages = session["num_bp_slots"] // 50 %}
Pages: All
{% set current_page_in_col = 2 %} {% for page in range(1, pages+1) %} {{ page }}
{% set current_page_in_col = current_page_in_col + 1 %} {% if current_page_in_col == 8 %} {% set current_page_in_col = 1 %}
{% endif %} {% endfor %}
{% endif %}
Options: Only show duplicate weapons (in dev)
Notes:
  • Weapons will be split into special, vintage, and normal weapons.

  • Special weapons are ones with custom names, custom descriptions, or non-standard levels. These are not included in metal calculations.
{% if "steamID" in session %} {% else %} ' {% endif %}
{% endblock content %} {% block adstrip %}
{% endblock adstrip %}