Browse Source

fix json

master
neroignis 4 years ago
parent
commit
b9947c068f
  1. 40
      data/pikachu.json

40
data/pikachu.json

@ -1,27 +1,27 @@
{ {
species: 'Pikachu', "species": "Pikachu",
nickname: 'Pikachu', "nickname": "Pikachu",
sprites: { "sprites": {
idle: 'https://www.pokewiki.de/images/thumb/0/0a/Pok%C3%A9monsprite_025_SWSH.gif/128px-Pok%C3%A9monsprite_025_SWSH.gif', "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' "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, "level": 5,
hp: 100, "hp": 100,
hpLeft: 100, "hpLeft": 100,
status: null, "status": null,
stats: { "stats": {
attack: 50, "attack": 50,
defense: 50, "defense": 50,
speed: 75 "speed": 75
}, },
moves: [ "moves": [
{ {
name: 'Tackle', "name": "Tackle",
strength: 35, "strength": 35,
accuracy: 100, "accuracy": 100,
types: ['normal'], "types": ["normal"],
class: 'physical', "class": "physical",
ap: 15 "ap": 15
} }
] ]
} }
Loading…
Cancel
Save