Description Usage Arguments Value
Shows how much damage a mon in your database could do against a target This is called by most of the other 'find damage against x' functions like mylist.raidcounters()
1 2 3 4 5 6 7 8 9 10 11 12 13 14  | 
sourceID | 
 the row number in your database of the attacker  | 
target | 
 the name of the kind of pokemon you're attacking  | 
raid | 
 if the target is a raid boss  | 
targetdef | 
 the target's defense IV  | 
targetlvl | 
 the target's level  | 
Atk | 
 specify a different attack IV for your attacker  | 
Level | 
 specify a different level for your attacker  | 
Fast | 
 specify a different fast attack for your attacker  | 
Charge | 
 specify a different charge attack for your attacker  | 
data | 
 name of your database  | 
exclude | 
 exclude a certain type of mon, I guess?  | 
one particularly formatted line summarizing the matchup
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.