1 changed files with 27 additions and 0 deletions
@ -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 |
||||||
|
} |
||||||
|
] |
||||||
|
} |
Loading…
Reference in new issue