Description Usage Arguments Value
Use to evolve a pokemon in your database, calculating new CP/HP
1 | mylist.evolve(num, to, fast = "", charge = "", cp = NA, hp = NA, data = mymons)
|
num |
The mon's row number |
to |
What it's evolving into |
fast |
Optionally, its new fast move |
charge |
Optionally, its new charge move |
cp |
Its new CP |
hp |
Its new HP |
data |
The database you're using |
The mon's old stats and its new stats
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.