diff --git a/data/pikachu.json b/data/pikachu.json new file mode 100644 index 0000000..631c49c --- /dev/null +++ b/data/pikachu.json @@ -0,0 +1,27 @@ +{ + species: 'Pikachu', + nickname: 'Pikachu', + sprites: { + idle: 'https://www.pokewiki.de/images/thumb/0/0a/Pok%C3%A9monsprite_025_SWSH.gif/128px-Pok%C3%A9monsprite_025_SWSH.gif', + back: 'https://www.pokewiki.de/images/thumb/7/7c/Pok%C3%A9monsprite_025_R%C3%BCckseite_Schillernd_LGPE.png/100px-Pok%C3%A9monsprite_025_R%C3%BCckseite_Schillernd_LGPE.png' + }, + 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