Weapon (BATTD): Difference between revisions

Created page with "'''Weapons''' are a type of equippable item in ''Bloons Adventure Time TD''. There are six types of weapon: Swords, Instruments, Wands, Guns, Darts, and Bombs, and each character can equip one weapon of their preferred weapon type to boost their stats. Like trinkets and allies, weapons are primarily obtained from wish orbs and come in different tiers of rarity, though there are no Common weapons. Like trinkets, they can increase the user's ..."
 
mNo edit summary
Line 37: Line 37:
CONCAT("[[",_pageName, "|", name, "]]<br>''", description, "''") = Name / description,
CONCAT("[[",_pageName, "|", name, "]]<br>''", description, "''") = Name / description,
rarity = Rarity, type = Type,
rarity = Rarity, type = Type,
COALESCE(CONCAT('+', speed_base, '% +', speed_add, ' per ', IF(speed_per_stars > 1, CONCAT(speed_per_stars, ' stars'), 'star')), CONCAT(speed_base, '%'), 'N/A') = Speed,
COALESCE(CONCAT('+', speed_base, '% +', speed_add, ' per ', IF(speed_per_stars > 1, CONCAT(speed_per_stars, ' stars'), 'star')), CONCAT(speed_base, '%'), '') = Speed,
COALESCE(CONCAT('+', range_base, ' +', range_add, ' per ', IF(range_per_stars > 1, CONCAT(range_per_stars, ' stars'), 'star')), CONCAT('+', range_base), 'N/A') = Range,
COALESCE(CONCAT('+', range_base, ' +', range_add, ' per ', IF(range_per_stars > 1, CONCAT(range_per_stars, ' stars'), 'star')), CONCAT('+', range_base), '') = Range,
COALESCE(CONCAT('+', damage_base, ' +', damage_add, ' per ', IF(damage_per_stars > 1, CONCAT(damage_per_stars, ' stars'), 'star')), CONCAT('+', damage_base), 'N/A') = Damage,
COALESCE(CONCAT('+', damage_base, ' +', damage_add, ' per ', IF(damage_per_stars > 1, CONCAT(damage_per_stars, ' stars'), 'star')), CONCAT('+', damage_base), '') = Damage,
COALESCE(CONCAT('+', pierce_base, ' +', pierce_add, ' per ', IF(pierce_per_stars > 1, CONCAT(pierce_per_stars, ' stars'), 'star')), CONCAT('+', pierce_base), 'N/A') = Pierce,
COALESCE(CONCAT('+', pierce_base, ' +', pierce_add, ' per ', IF(pierce_per_stars > 1, CONCAT(pierce_per_stars, ' stars'), 'star')), CONCAT('+', pierce_base), '') = Pierce,
COALESCE(special, "No special properties") = Special properties
COALESCE(special, "No special properties") = Special properties
|format=table
|format=table