|
|
@ -16,13 +16,13 @@ Tier Criteria: |
|
|
|
|
|
|
|
|
|
|
|
**All supported cars can move between the tiers as support changes.** |
|
|
|
**All supported cars can move between the tiers as support changes.** |
|
|
|
|
|
|
|
|
|
|
|
{% for tier, cars in tiers %} |
|
|
|
{% for tier, car_rows in tiers %} |
|
|
|
## {{tier}} Cars |
|
|
|
## {{tier}} Cars |
|
|
|
|
|
|
|
|
|
|
|
|{{columns | join('|')}}| |
|
|
|
|{{columns | join('|')}}| |
|
|
|
|---|---|---|:---:|:---:|:---:|:---:|:---:| |
|
|
|
|---|---|---|:---:|:---:|:---:|:---:|:---:| |
|
|
|
{% for car in cars %} |
|
|
|
{% for row in car_rows %} |
|
|
|
|{{car | join('|')}}| |
|
|
|
|{{row | join('|')}}| |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
|
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|