diff --git a/data/evoli b/data/evoli new file mode 100644 index 0000000..48c85a7 --- /dev/null +++ b/data/evoli @@ -0,0 +1,27 @@ +{ + "species": "Evoli", + "nickname": "Evoli", + "sprites": { + "idle": "https://www.pokewiki.de/images/thumb/a/a5/Pok%C3%A9monsprite_133_SWSH.gif/128px-Pok%C3%A9monsprite_133_SWSH.gif", + "back": null + }, + "level": 5, + "hp": 100, + "hpLeft": 100, + "status": null, + "stats": { + "attack": 50, + "defense": 50, + "speed": 75 + }, + "moves": [ + { + "name": "Tackle", + "strength": 35, + "accuracy": 100, + "types": ["normal"], + "class": "physical", + "ap": 15 + } + ] +} \ No newline at end of file