pokemon-io-core 0.0.40 → 0.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/battle.d.ts +1 -0
- package/dist/skins/pokemon/fighters.js +112 -46
- package/package.json +1 -1
package/dist/api/battle.d.ts
CHANGED
|
@@ -6,103 +6,169 @@ const makeStats = (offense, defense, speed, crit) => ({
|
|
|
6
6
|
crit,
|
|
7
7
|
});
|
|
8
8
|
export const POKEMON_FIGHTERS = [
|
|
9
|
+
// --- TIER 1: AZUL (Suma Atk + Def < 100) ---
|
|
9
10
|
{
|
|
10
11
|
id: "pikachu",
|
|
11
12
|
name: "Pikachu",
|
|
12
|
-
description: "Rápido y
|
|
13
|
+
description: "Rápido y ágil, confía en su velocidad y golpes críticos.",
|
|
13
14
|
img: "pikachu",
|
|
14
15
|
classId: POKEMON_TYPE_IDS.electric,
|
|
15
|
-
baseStats: makeStats(55,
|
|
16
|
+
baseStats: makeStats(55, 35, 90, 15), // Suma: 90
|
|
16
17
|
recommendedMoves: ["tackle", "thunder_shock"],
|
|
17
18
|
},
|
|
18
19
|
{
|
|
19
|
-
id: "
|
|
20
|
-
name: "
|
|
21
|
-
description: "
|
|
22
|
-
img: "
|
|
20
|
+
id: "cyndaquil",
|
|
21
|
+
name: "Cyndaquil",
|
|
22
|
+
description: "Pequeño volcán en erupción, ofensivo pero frágil.",
|
|
23
|
+
img: "cyndaquil",
|
|
23
24
|
classId: POKEMON_TYPE_IDS.fire,
|
|
24
|
-
baseStats: makeStats(
|
|
25
|
+
baseStats: makeStats(52, 38, 75, 10), // Suma: 90
|
|
26
|
+
recommendedMoves: ["tackle", "ember"],
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
id: "squirtle",
|
|
30
|
+
name: "Squirtle",
|
|
31
|
+
description: "Caparazón resistente, ideal para resistir el daño inicial.",
|
|
32
|
+
img: "squirtle",
|
|
33
|
+
classId: POKEMON_TYPE_IDS.water,
|
|
34
|
+
baseStats: makeStats(40, 58, 45, 5), // Suma: 98
|
|
35
|
+
recommendedMoves: ["tackle", "water_gun"],
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
id: "chikorita",
|
|
39
|
+
name: "Chikorita",
|
|
40
|
+
description: "Soporte natural, destaca por su defensa y persistencia.",
|
|
41
|
+
img: "chikorita",
|
|
42
|
+
classId: POKEMON_TYPE_IDS.grass,
|
|
43
|
+
baseStats: makeStats(35, 60, 40, 5), // Suma: 95
|
|
44
|
+
recommendedMoves: ["tackle", "vine_whip"],
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
id: "psyduck",
|
|
48
|
+
name: "Psyduck",
|
|
49
|
+
description: "Dolor de cabeza constante que desata ráfagas psíquicas.",
|
|
50
|
+
img: "psyduck",
|
|
51
|
+
classId: POKEMON_TYPE_IDS.psychic,
|
|
52
|
+
baseStats: makeStats(50, 40, 60, 12), // Suma: 90
|
|
53
|
+
recommendedMoves: ["confusion"],
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
id: "geodude",
|
|
57
|
+
name: "Geodude",
|
|
58
|
+
description: "Roca sólida, muy duro de derribar pero extremadamente lento.",
|
|
59
|
+
img: "geodude",
|
|
60
|
+
classId: POKEMON_TYPE_IDS.rock,
|
|
61
|
+
baseStats: makeStats(40, 58, 20, 5), // Suma: 98
|
|
62
|
+
recommendedMoves: ["tackle", "rock_throw"],
|
|
63
|
+
},
|
|
64
|
+
// --- TIER 2: AMBER (Suma Atk + Def >= 100 y < 120) ---
|
|
65
|
+
{
|
|
66
|
+
id: "electabuzz",
|
|
67
|
+
name: "Electabuzz",
|
|
68
|
+
description: "Duelista eléctrico balanceado con gran capacidad ofensiva.",
|
|
69
|
+
img: "electabuzz",
|
|
70
|
+
classId: POKEMON_TYPE_IDS.electric,
|
|
71
|
+
baseStats: makeStats(65, 45, 95, 10), // Suma: 110
|
|
72
|
+
recommendedMoves: ["tackle", "thunder_shock"],
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
id: "magmortar",
|
|
76
|
+
name: "Magmortar",
|
|
77
|
+
description: "Artillería pesada de fuego, daño masivo a media distancia.",
|
|
78
|
+
img: "magmortar",
|
|
79
|
+
classId: POKEMON_TYPE_IDS.fire,
|
|
80
|
+
baseStats: makeStats(70, 45, 60, 8), // Suma: 115
|
|
25
81
|
recommendedMoves: ["tackle", "ember"],
|
|
26
82
|
},
|
|
27
83
|
{
|
|
28
84
|
id: "blastoise",
|
|
29
85
|
name: "Blastoise",
|
|
30
|
-
description: "Tanque
|
|
86
|
+
description: "Tanque con cañones hidráulicos, una muralla ofensiva.",
|
|
31
87
|
img: "blastoise",
|
|
32
88
|
classId: POKEMON_TYPE_IDS.water,
|
|
33
|
-
baseStats: makeStats(
|
|
89
|
+
baseStats: makeStats(50, 65, 55, 5), // Suma: 115
|
|
34
90
|
recommendedMoves: ["tackle", "water_gun"],
|
|
35
91
|
},
|
|
36
92
|
{
|
|
37
|
-
id: "
|
|
38
|
-
name: "
|
|
39
|
-
description: "
|
|
40
|
-
img: "
|
|
93
|
+
id: "sceptile",
|
|
94
|
+
name: "Sceptile",
|
|
95
|
+
description: "Depredador de la selva, golpea letalmente desde las sombras.",
|
|
96
|
+
img: "sceptile",
|
|
41
97
|
classId: POKEMON_TYPE_IDS.grass,
|
|
42
|
-
baseStats: makeStats(
|
|
98
|
+
baseStats: makeStats(68, 40, 100, 12), // Suma: 108
|
|
43
99
|
recommendedMoves: ["tackle", "vine_whip"],
|
|
44
100
|
},
|
|
45
101
|
{
|
|
46
|
-
id: "
|
|
47
|
-
name: "
|
|
48
|
-
description: "
|
|
49
|
-
img: "
|
|
102
|
+
id: "alakazam",
|
|
103
|
+
name: "Alakazam",
|
|
104
|
+
description: "Coeficiente intelectual de 5000, poder mental puro sin defensa física.",
|
|
105
|
+
img: "alakazam",
|
|
50
106
|
classId: POKEMON_TYPE_IDS.psychic,
|
|
51
|
-
baseStats: makeStats(
|
|
52
|
-
recommendedMoves: ["tackle", "
|
|
107
|
+
baseStats: makeStats(75, 30, 95, 8), // Suma: 105
|
|
108
|
+
recommendedMoves: ["tackle", "confusion"],
|
|
53
109
|
},
|
|
54
110
|
{
|
|
55
|
-
id: "
|
|
56
|
-
name: "
|
|
57
|
-
description: "
|
|
58
|
-
img: "
|
|
111
|
+
id: "onix",
|
|
112
|
+
name: "Onix",
|
|
113
|
+
description: "Serpiente de roca gigante, defensa física casi impenetrable.",
|
|
114
|
+
img: "onix",
|
|
59
115
|
classId: POKEMON_TYPE_IDS.rock,
|
|
60
|
-
baseStats: makeStats(
|
|
61
|
-
recommendedMoves: ["tackle", "
|
|
116
|
+
baseStats: makeStats(35, 80, 30, 5), // Suma: 115
|
|
117
|
+
recommendedMoves: ["tackle", "rock_slide"],
|
|
62
118
|
},
|
|
119
|
+
// --- TIER 3: RED (Suma Atk + Def >= 120) ---
|
|
63
120
|
{
|
|
64
121
|
id: "zapdos",
|
|
65
122
|
name: "Zapdos",
|
|
66
|
-
description: "
|
|
123
|
+
description: "Ave legendaria del trueno, domina los cielos con poder bruto.",
|
|
67
124
|
img: "zapdos",
|
|
68
125
|
classId: POKEMON_TYPE_IDS.electric,
|
|
69
|
-
baseStats: makeStats(
|
|
126
|
+
baseStats: makeStats(70, 55, 85, 10), // Suma: 125
|
|
70
127
|
recommendedMoves: ["peck", "thunderbolt"],
|
|
71
128
|
},
|
|
72
129
|
{
|
|
73
|
-
id: "
|
|
74
|
-
name: "
|
|
75
|
-
description: "
|
|
76
|
-
img: "
|
|
130
|
+
id: "charizard",
|
|
131
|
+
name: "Charizard",
|
|
132
|
+
description: "Dragón de fuego icónico, arrasa con todo a su paso.",
|
|
133
|
+
img: "charizard",
|
|
77
134
|
classId: POKEMON_TYPE_IDS.fire,
|
|
78
|
-
baseStats: makeStats(
|
|
135
|
+
baseStats: makeStats(75, 50, 85, 10), // Suma: 125
|
|
79
136
|
recommendedMoves: ["tackle", "ember"],
|
|
80
137
|
},
|
|
81
138
|
{
|
|
82
139
|
id: "kyogre",
|
|
83
140
|
name: "Kyogre",
|
|
84
|
-
description: "
|
|
141
|
+
description: "Leviatán mítico capaz de inundar el mundo entero.",
|
|
85
142
|
img: "kyogre",
|
|
86
143
|
classId: POKEMON_TYPE_IDS.water,
|
|
87
|
-
baseStats: makeStats(
|
|
144
|
+
baseStats: makeStats(75, 65, 60, 8), // Suma: 140
|
|
88
145
|
recommendedMoves: ["tackle", "water_gun"],
|
|
89
146
|
},
|
|
90
147
|
{
|
|
91
|
-
id: "
|
|
92
|
-
name: "
|
|
93
|
-
description: "
|
|
94
|
-
img: "
|
|
148
|
+
id: "venusaur",
|
|
149
|
+
name: "Venusaur",
|
|
150
|
+
description: "Coloso de la jungla, combina toxicidad y fuerza bruta.",
|
|
151
|
+
img: "venusaur",
|
|
95
152
|
classId: POKEMON_TYPE_IDS.grass,
|
|
96
|
-
baseStats: makeStats(
|
|
153
|
+
baseStats: makeStats(62, 63, 60, 6), // Suma: 125
|
|
97
154
|
recommendedMoves: ["tackle", "vine_whip"],
|
|
98
155
|
},
|
|
99
156
|
{
|
|
100
|
-
id: "
|
|
101
|
-
name: "
|
|
102
|
-
description: "
|
|
103
|
-
img: "
|
|
157
|
+
id: "mew",
|
|
158
|
+
name: "Mew",
|
|
159
|
+
description: "El ancestro de todos los Pokémon, versátil y místico.",
|
|
160
|
+
img: "mew",
|
|
104
161
|
classId: POKEMON_TYPE_IDS.psychic,
|
|
105
|
-
baseStats: makeStats(
|
|
106
|
-
recommendedMoves: ["tackle", "confusion"],
|
|
162
|
+
baseStats: makeStats(65, 65, 80, 10), // Suma: 130
|
|
163
|
+
recommendedMoves: ["tackle", "confusion"], // Corregido vine_whip
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
id: "groudon",
|
|
167
|
+
name: "Groudon",
|
|
168
|
+
description: "Creador de continentes, poder terrestre devastador.",
|
|
169
|
+
img: "groudon",
|
|
170
|
+
classId: POKEMON_TYPE_IDS.rock,
|
|
171
|
+
baseStats: makeStats(80, 70, 50, 6), // Suma: 150
|
|
172
|
+
recommendedMoves: ["tackle", "rock_slide"], // Corregido vine_whip
|
|
107
173
|
},
|
|
108
174
|
];
|