Glossary IV Calculator Moves Pokemon List Rankings Discord Unown
Failed to prepare statement: SELECT tp.attacker_level, tp.defender_tier, Threat, Target, `Basic Move`, `Charged Move`, AVG(EDPS) EDPS, AVG(CDPS) CDPS, Survival, AVG(Deaths) Deaths, (`Victory Factor`) `Victory Factor`, attacker_id, attacker_form_id, species_id, form_id, threat_profile_id, AVG(ranking) ranking, weather, is_best_friend FROM threats_by_profile tbp, threat_profile tp WHERE tp.id = tbp.threat_profile_id AND species_id = 201 AND form_id = 37 AND is_best_friend = 0 GROUP BY tp.attacker_level, tp.defender_tier, attacker_id, attacker_form_id, species_id, form_id, weather, is_best_friend, `Basic Move`, `Charged Move` ORDER BY weather, ranking
Forms: Unown (A) Unown (B) Unown (C) Unown (D) Unown (E) Unown (F) Unown (G) Unown (H) Unown (I) Unown (J) Unown (K) Unown (L) Unown (M) Unown (N) Unown (O) Unown (P) Unown (Q) Unown (R) Unown (S) Unown (T) Unown (U) Unown (V) Unown (W) Unown (X) Unown (Y) Unown (Z) Unown (!) Unown (?)
Threats
Info
Attacker Level Defender Tier Weather
Failed to prepare statement: SELECT CONCAT( ' ', attacking_type, ' ' ) Type, CONCAT( LPAD(ROUND(ROUND( EXP(SUM(LOG(COALESCE(factor, 1)))), 4 ) * 100, 2), 6, '000'), '%' ) Effectiveness FROM `type_effectiveness` WHERE defending_type IN( SELECT TYPE FROM type_assignment WHERE species_id = 201 AND form_id = (SELECT combat_form_id FROM effective_species WHERE id = 201 AND form_id = 37) ) GROUP BY TYPE ORDER BY LPAD(ROUND( EXP(SUM(LOG(COALESCE(factor, 1)))), 4 ),4, '0') DESC, attacking_type