List of tracks in BTD5: Difference between revisions
Planterror (talk | contribs) I can see why this page wasn't created until now, cargo is too weak for the amount of maps in btd5m |
Planterror (talk | contribs) these aren't RBS values I just realized |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
This is a list of all | This is a list of all tracks across the ''[[Bloons TD 5]]'' games. | ||
==[[Bloons TD 5 (mobile)]]== | ==[[Bloons TD 5 (mobile)]]== | ||
<div style="text-align:center">{{#cargo_query:table=btd5_tracks | <div style="text-align:center">{{#cargo_query:table=btd5_tracks | ||
|fields=CONCAT("[[File:", image_M, "|120px|link=", _pageName, "]]<br>[[", _pageName, "|", name_M, "]]") = Map, | |fields=CONCAT("[[File:", image_M, "|120px|link=", _pageName, "]]<br>[[", _pageName, "|", name_M, "]]") = Map, | ||
| Line 10: | Line 9: | ||
junctions = Junctions, | junctions = Junctions, | ||
water = Water?, | water = Water?, | ||
FORMAT(AVG(btd5_tracks. | FORMAT(AVG(btd5_tracks.path_lengths_M__full), 1) = Average path length, | ||
CONCAT(music_M) = Default music, | CONCAT(music_M) = Default music, | ||
| Line 17: | Line 16: | ||
|order by=(CASE difficulty_M WHEN 'Beginner' THEN 0 WHEN 'Intermediate' THEN 1 WHEN 'Advanced' THEN 2 WHEN 'Expert' THEN 3 WHEN 'Extreme' THEN 4 END), | |order by=(CASE difficulty_M WHEN 'Beginner' THEN 0 WHEN 'Intermediate' THEN 1 WHEN 'Advanced' THEN 2 WHEN 'Expert' THEN 3 WHEN 'Extreme' THEN 4 END), | ||
name_M | name_M | ||
|where=id_M IS NOT NULL AND difficulty_M | |where=id_M IS NOT NULL AND difficulty_M IS NOT NULL | ||
|limit=200 | |||
}}</div> | }}</div> | ||
| Line 44: | Line 28: | ||
junctions = Junctions, | junctions = Junctions, | ||
water = Water?, | water = Water?, | ||
FORMAT(AVG(btd5_tracks.path_lengths_F__full), 1) = Average | FORMAT(AVG(btd5_tracks.path_lengths_F__full), 1) = Average path length, | ||
CONCAT(music_F) = Default music, | CONCAT(music_F) = Default music, | ||
| Line 62: | Line 46: | ||
junctions = Junctions, | junctions = Junctions, | ||
water = Water?, | water = Water?, | ||
FORMAT(AVG(btd5_tracks.path_lengths_F__full), 1) = Average | FORMAT(AVG(btd5_tracks.path_lengths_F__full), 1) = Average path length, | ||
CONCAT(music_F) = Default music, | CONCAT(music_F) = Default music, | ||