Monkey Mastery: Difference between revisions
Created page with "{{lede image|BTDB2_category_monkey_level_icon.png|size=100px}} '''Monkey Mastery''' is a reward system in ''Bloons TD Battles 2''. Each tower has a set of nine cosmetic items that can only be accessed after unlocking all of the tower's upgrades. The equivalent of Monkey Mastery for Heroes are Hero Rewards. Unlike Monkey Mastery, Hero Rewards only require unlocking the corresponding Hero first and each item must be purchased in order. ==List of Monke..." |
mNo edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 5: | Line 5: | ||
==List of Monkey Mastery rewards== | ==List of Monkey Mastery rewards== | ||
{{ | {{#cargo_query:tables=btdb2_cosmetic_items, btdb2_cosmetic_sources, btdb2_cosmetic_categories | ||
|where =btdb2_cosmetic_sources.name LIKE '% Mastery' | |||
|fields=CONCAT("[[File:", btdb2_cosmetic_items.image, "|50x50px|", btdb2_cosmetic_items.name, "]]") = Icon, | |||
CONCAT("'''", btdb2_cosmetic_items.name, "'''<br>", btdb2_cosmetic_items.description) = Text, | |||
btdb2_cosmetic_sources.name = Mastery, | |||
CONCAT("[[File:", btdb2_cosmetic_categories.icon, "|x20px|", btdb2_cosmetic_categories.name, "|link=", btdb2_cosmetic_categories._pageName, "]][[", btdb2_cosmetic_categories._pageName, "|", btdb2_cosmetic_categories.name, "]]") = Category, | |||
CONCAT("[[File:BTDB2 money icon.png|x20px|link=Monkey Money (Battles 2)|Monkey Money]]", btdb2_cosmetic_categories.mastery_mm_cost, "<br>[[File:BTDB2 xp icon.png|x20px|link=Tower XP]]", FORMAT(btdb2_cosmetic_categories.mastery_xp_cost, 0)) = Cost | |||
|join on =btdb2_cosmetic_items.id = btdb2_cosmetic_sources.item, btdb2_cosmetic_items.category = btdb2_cosmetic_categories.name | |||
|order by=btdb2_cosmetic_sources.name | |||
|limit=300 | |||
}} | |||
==Navigation== | ==Navigation== | ||
{{BTDB2 customization nav}} | {{BTDB2 customization nav}} | ||
[[Category:Bloons TD Battles 2]] | |||