Files
pokemon-battle-engine/example_data/charizard.json
2025-08-14 03:48:42 +00:00

158 lines
1.8 KiB
JSON

{
"6": {
"id": 6,
"name": "charizard",
"types": [
"fire",
"flying"
],
"base_stats": {
"hp": 78,
"attack": 84,
"defense": 78,
"special_attack": 109,
"special_defense": 85,
"speed": 100
},
"abilities": [
"blaze",
"solar-power"
],
"moves": [
5,
7,
9,
10,
14,
15,
17,
19,
25,
29,
34,
36,
38,
43,
44,
45,
46,
52,
53,
63,
66,
68,
69,
70,
76,
82,
83,
89,
90,
91,
92,
99,
102,
104,
108,
111,
115,
117,
126,
129,
130,
154,
156,
157,
163,
164,
173,
174,
182,
184,
187,
189,
200,
201,
203,
206,
207,
210,
211,
213,
214,
216,
218,
223,
225,
231,
232,
237,
239,
241,
242,
246,
249,
251,
257,
261,
263,
264,
270,
280,
290,
299,
307,
311,
314,
315,
317,
332,
337,
349,
355,
363,
366,
374,
394,
403,
406,
407,
411,
416,
421,
424,
432,
445,
466,
468,
481,
488,
496,
497,
507,
510,
512,
517,
519,
523,
525,
526,
535,
542,
590,
595,
612,
693,
784,
799,
814,
815,
851,
913,
915
],
"weight": 905,
"height": 17,
"base_experience": 240
}
}