mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
bad044d1d8
Includes a wrapper script 'pokedex' that can, so far, read data from a db and spit out CSVs or deploy CSVs to a db.
94 B
94 B
1 | id | name | formula |
---|---|---|---|
2 | 1 | slow | 1.2x^3 |
3 | 2 | medium | x^3 |
4 | 3 | fast | 0.8x^3 |
5 | 4 | poly | ? |
6 | 5 | superfast | ? |
7 | 6 | superslow | ? |