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

342 lines
4.0 KiB
JSON

{
"2": {
"id": 2,
"name": "ivysaur",
"types": [
"grass",
"poison"
],
"base_stats": {
"hp": 60,
"attack": 62,
"defense": 63,
"special_attack": 80,
"special_defense": 80,
"speed": 60
},
"abilities": [
"overgrow",
"chlorophyll"
],
"moves": [
14,
15,
20,
22,
29,
33,
34,
36,
38,
45,
46,
70,
72,
73,
74,
75,
76,
77,
79,
80,
81,
92,
99,
102,
104,
111,
113,
115,
117,
133,
148,
156,
164,
173,
174,
182,
188,
189,
200,
202,
203,
204,
206,
207,
210,
213,
214,
216,
218,
219,
230,
235,
237,
241,
249,
263,
267,
270,
275,
282,
290,
311,
331,
345,
363,
388,
402,
412,
437,
438,
445,
447,
474,
491,
496,
497,
520,
526,
580,
590,
803,
851,
885
],
"weight": 130,
"height": 10,
"base_experience": 142
},
"1": {
"id": 1,
"name": "bulbasaur",
"types": [
"grass",
"poison"
],
"base_stats": {
"hp": 45,
"attack": 49,
"defense": 49,
"special_attack": 65,
"special_defense": 65,
"speed": 45
},
"abilities": [
"overgrow",
"chlorophyll"
],
"moves": [
13,
14,
15,
20,
22,
29,
33,
34,
36,
38,
45,
70,
72,
73,
74,
75,
76,
77,
79,
80,
81,
92,
99,
102,
104,
111,
113,
115,
117,
124,
130,
133,
148,
156,
164,
173,
174,
182,
188,
189,
200,
202,
203,
204,
206,
207,
210,
213,
214,
216,
218,
219,
230,
235,
237,
241,
249,
263,
267,
270,
275,
282,
290,
311,
320,
331,
345,
363,
388,
402,
412,
437,
438,
445,
447,
474,
491,
496,
497,
520,
526,
580,
590,
803,
851,
885
],
"weight": 69,
"height": 7,
"base_experience": 64
},
"3": {
"id": 3,
"name": "venusaur",
"types": [
"grass",
"poison"
],
"base_stats": {
"hp": 80,
"attack": 82,
"defense": 83,
"special_attack": 100,
"special_defense": 100,
"speed": 80
},
"abilities": [
"overgrow",
"chlorophyll"
],
"moves": [
14,
15,
20,
22,
29,
33,
34,
36,
38,
45,
46,
63,
70,
72,
73,
74,
75,
76,
77,
79,
80,
81,
89,
92,
99,
102,
104,
111,
113,
115,
117,
133,
148,
156,
164,
173,
174,
182,
184,
188,
189,
200,
202,
203,
204,
206,
207,
210,
213,
214,
216,
218,
219,
230,
235,
237,
241,
249,
263,
267,
270,
275,
282,
290,
311,
331,
335,
338,
345,
363,
388,
398,
402,
412,
414,
416,
431,
437,
438,
445,
447,
474,
491,
496,
497,
520,
523,
526,
572,
580,
590,
707,
803,
805,
851,
885
],
"weight": 1000,
"height": 20,
"base_experience": 236
}
}