pokemon-io-core 0.0.120 → 0.0.123

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.
@@ -1,422 +1,341 @@
1
1
  export const TRIBE_MOVES = [
2
- // --- CANALLITA (Fuego) ---
3
2
  {
4
- id: "chupito_fuego", // overheat
5
- name: "Ronda de Jäger",
6
- typeId: "canallita",
7
- accuracy: 66,
8
- maxPP: 3,
9
- priority: 0,
10
- effects: [
11
- { kind: "damage", basePower: 40 },
12
- { kind: "damage", flatAmount: 10, target: "self" } // Te hace daño al hígado
13
- ]
14
- },
15
- {
16
- id: "cubatazo", // flamethrower
17
- name: "Cubatazo",
18
- typeId: "canallita",
19
- accuracy: 65,
20
- maxPP: 8,
21
- priority: 0,
22
- effects: [
23
- { kind: "damage", basePower: 30 }
24
- ]
25
- },
26
- {
27
- id: "colilla", // ember
28
- name: "Colilla Mal Apagada",
29
- typeId: "canallita",
30
- accuracy: 65,
31
- maxPP: 15,
32
- priority: 0,
33
- effects: [
34
- { kind: "damage", basePower: 20 },
35
- { kind: "apply_status", statusId: "resaca" }
36
- ]
37
- },
38
- {
39
- id: "kebab_salvador", // purifying_flame (Heal)
40
- name: "Kebab de Madrugada",
41
- typeId: "canallita",
3
+ id: "tortazo", // overheat
4
+ name: "Tortazo",
5
+ typeId: "typeless",
42
6
  accuracy: 100,
43
- maxPP: 5,
7
+ maxPP: 6,
44
8
  priority: 0,
45
9
  effects: [
46
- { kind: "heal", target: "self", amount: 22 },
47
- { kind: "clear_status", target: "self", kinds: ["soft"] }
10
+ { kind: "damage", basePower: 30 },
48
11
  ]
49
12
  },
50
13
  {
51
- id: "tortazo_cara", // fire_claw (Basic attack 15)
52
- name: "Tortazo de Realidad",
53
- typeId: "canallita",
54
- accuracy: 100,
55
- maxPP: 10,
14
+ id: "puñetazo", // overheat
15
+ name: "Puñetazo",
16
+ typeId: "typeless",
17
+ accuracy: 85,
18
+ maxPP: 3,
56
19
  priority: 0,
57
20
  effects: [
58
- { kind: "damage", basePower: 15 }
21
+ { kind: "damage", basePower: 40 },
22
+ { kind: "damage", flatAmount: 10, target: "self" } // Te hace daño al hígado
59
23
  ]
60
24
  },
61
25
  {
62
- id: "ego_boost", // healing_warmth
63
- name: "Subidón de Ego",
64
- typeId: "canallita",
26
+ id: "deporte", // overheat
27
+ name: "Deporte",
28
+ typeId: "typeless",
65
29
  accuracy: 100,
66
- maxPP: 8,
30
+ maxPP: 6,
67
31
  priority: 0,
68
32
  effects: [
69
- { kind: "heal", target: "self", amount: 18 }
33
+ { kind: 'heal', amount: 10 },
34
+ { kind: 'modify_stats', defenseDelta: 1, offenseDelta: 1 }
70
35
  ]
71
36
  },
72
- // --- CAYETANO (Agua) ---
73
37
  {
74
- id: "demanda_judicial", // hydro_cannon
75
- name: "Demanda Judicial",
76
- typeId: "cayetano",
77
- accuracy: 85,
38
+ id: "masturbacion", // overheat
39
+ name: "Masturbación",
40
+ typeId: "typeless",
41
+ accuracy: 90,
78
42
  maxPP: 3,
79
43
  priority: 0,
80
44
  effects: [
81
- { kind: "damage", basePower: 40 },
82
- { kind: "modify_stats", offenseDelta: -15 } // Pierdes tiempo en juzgados
45
+ { kind: "heal", amount: 35 },
46
+ { kind: "modify_stats", speedDelta: -1, offenseDelta: 1 }
83
47
  ]
84
48
  },
85
49
  {
86
- id: "yate_papa", // surf
87
- name: "Yate de Papá",
88
- typeId: "cayetano",
50
+ id: "cagar", // overheat
51
+ name: "Cagar",
52
+ typeId: "typeless",
89
53
  accuracy: 100,
90
- maxPP: 8,
54
+ maxPP: 3,
91
55
  priority: 0,
56
+ bypassInvulnerability: ['polvos_magicos'],
92
57
  effects: [
93
- { kind: "damage", basePower: 30 }
58
+ { kind: "damage", basePower: 30 },
59
+ { kind: "heal", amount: 10 },
94
60
  ]
95
61
  },
96
62
  {
97
- id: "cafe_hirviendo", // scald
98
- name: "Café de Especialidad",
99
- typeId: "cayetano",
63
+ id: "cigarrito", // overheat
64
+ name: "Cigarrito",
65
+ typeId: "typeless",
100
66
  accuracy: 100,
101
- maxPP: 10,
67
+ maxPP: 3,
102
68
  priority: 0,
103
69
  effects: [
104
- { kind: "damage", basePower: 20 },
105
- { kind: "apply_status", statusId: "cancelado" }
70
+ { kind: "damage", flatAmount: 10, target: "self" },
71
+ { kind: "modify_stats", speedDelta: 1, defenseDelta: 1, offenseDelta: 1 }
106
72
  ]
107
73
  },
108
74
  {
109
- id: "contacto_influente", // aqua_purify
110
- name: "Llamada a Contactos",
111
- typeId: "cayetano",
75
+ id: "estudiar", // overheat
76
+ name: "Estudiar",
77
+ typeId: "nerd",
112
78
  accuracy: 100,
113
- maxPP: 5,
79
+ maxPP: 3,
114
80
  priority: 0,
115
81
  effects: [
116
- { kind: "heal", target: "self", amount: 22 },
117
- { kind: "clear_status", target: "self", kinds: ["soft"] }
82
+ { kind: "damage", basePower: 40 },
83
+ { kind: "damage", flatAmount: 10, target: "self" } // Te hace daño al hígado
118
84
  ]
119
85
  },
120
86
  {
121
- id: "golpe_remo", // wave_crash (Basic 15)
122
- name: "Golpe de Remo",
123
- typeId: "cayetano",
87
+ id: "dato_cientifico", // overheat
88
+ name: "Dato científico",
89
+ typeId: "nerd",
124
90
  accuracy: 100,
125
- maxPP: 10,
91
+ maxPP: 3,
126
92
  priority: 0,
127
93
  effects: [
128
- { kind: "damage", basePower: 15 }
94
+ { kind: "damage", basePower: 40 },
95
+ { kind: "damage", flatAmount: 10, target: "self" } // Te hace daño al hígado
129
96
  ]
130
97
  },
131
98
  {
132
- id: "herencia", // healing_rain
133
- name: "Cobrar Herencia",
134
- typeId: "cayetano",
99
+ id: "mancuernazo", // overheat
100
+ name: "Mancuernazo",
101
+ typeId: "gymbro",
135
102
  accuracy: 100,
136
- maxPP: 8,
103
+ maxPP: 3,
137
104
  priority: 0,
138
105
  effects: [
139
- { kind: "heal", target: "self", amount: 18 }
106
+ { kind: "damage", basePower: 40 },
107
+ { kind: "damage", flatAmount: 10, target: "self" } // Te hace daño al hígado
140
108
  ]
141
109
  },
142
- // --- PERROFLAUTA (Planta) ---
143
110
  {
144
- id: "huelga_general", // leaf_storm
145
- name: "Huelga General",
146
- typeId: "perroflauta",
147
- accuracy: 90,
111
+ id: "pressbanca", // overheat
112
+ name: "Pressbanca",
113
+ typeId: "gymbro",
114
+ accuracy: 100,
148
115
  maxPP: 3,
149
116
  priority: 0,
150
117
  effects: [
151
118
  { kind: "damage", basePower: 40 },
152
- { kind: "modify_stats", offenseDelta: -20 } // Te cansas de gritar
119
+ { kind: "damage", flatAmount: 10, target: "self" } // Te hace daño al hígado
153
120
  ]
154
121
  },
155
122
  {
156
- id: "energia_reiki", // energy_ball
157
- name: "Bola de Reiki",
158
- typeId: "perroflauta",
123
+ id: "kebab_matutino", // overheat
124
+ name: "Kebab matutino",
125
+ typeId: "fiestero",
159
126
  accuracy: 100,
160
- maxPP: 8,
127
+ maxPP: 3,
161
128
  priority: 0,
162
129
  effects: [
163
- { kind: "damage", basePower: 30 }
130
+ { kind: "damage", basePower: 40 },
164
131
  ]
165
132
  },
166
133
  {
167
- id: "pedir_un_euro", // leech_seed
168
- name: "Pedir un Euro",
169
- typeId: "perroflauta",
134
+ id: "hidalgo", // overheat
135
+ name: "Hidalgo",
136
+ typeId: "fiestero",
170
137
  accuracy: 100,
171
- maxPP: 10,
138
+ maxPP: 3,
172
139
  priority: 0,
173
140
  effects: [
174
141
  { kind: "damage", basePower: 20 },
175
- { kind: "apply_status", statusId: "sin_cobertura" }
142
+ { kind: "heal", amount: 20 },
176
143
  ]
177
144
  },
178
145
  {
179
- id: "limpieza_chakras", // nature_purify
180
- name: "Limpieza de Chakras",
181
- typeId: "perroflauta",
146
+ id: "polvos_magicos", // overheat
147
+ name: "Polvos mágicos",
148
+ typeId: "fiestero",
182
149
  accuracy: 100,
183
- maxPP: 5,
150
+ maxPP: 3,
184
151
  priority: 0,
152
+ charge: { invulnerability: 'cagar' },
185
153
  effects: [
186
- { kind: "heal", target: "self", amount: 22 },
187
- { kind: "clear_status", target: "self", kinds: ["soft"] }
154
+ { kind: "damage", basePower: 40 },
188
155
  ]
189
156
  },
190
157
  {
191
- id: "malabares", // power_whip (Basic 15)
192
- name: "Golpe de Diábolo",
193
- typeId: "perroflauta",
158
+ id: "horoscopo", // overheat
159
+ name: "Lectura horoscopo",
160
+ typeId: "mistico",
194
161
  accuracy: 100,
195
- maxPP: 10,
162
+ maxPP: 3,
196
163
  priority: 0,
197
164
  effects: [
198
- { kind: "damage", basePower: 15 }
165
+ { kind: "damage", basePower: 10 },
166
+ { kind: "modify_stats", defenseDelta: -1, offenseDelta: -1, target: 'enemy' }
199
167
  ]
200
168
  },
201
169
  {
202
- id: "abrazar_arbol", // regrowth
203
- name: "Abrazar un Árbol",
204
- typeId: "perroflauta",
170
+ id: "incienso", // overheat
171
+ name: "Encender incienso",
172
+ typeId: "mistico",
205
173
  accuracy: 100,
206
- maxPP: 8,
174
+ maxPP: 6,
207
175
  priority: 0,
208
176
  effects: [
209
- { kind: "heal", target: "self", amount: 18 }
177
+ { kind: "heal", amount: 20 },
178
+ { kind: "modify_stats", defenseDelta: 1, offenseDelta: 1 }
210
179
  ]
211
180
  },
212
- // --- CUÑADO (Psíquico) ---
213
181
  {
214
- id: "dato_inventado", // psycho_boost
215
- name: "Dato Inventado",
216
- typeId: "cunado",
217
- accuracy: 90,
182
+ id: "cara_al_sol", // overheat
183
+ name: "Cara al sol",
184
+ typeId: "pijo",
185
+ accuracy: 100,
218
186
  maxPP: 3,
219
187
  priority: 0,
220
188
  effects: [
221
189
  { kind: "damage", basePower: 40 },
222
- { kind: "modify_stats", offenseDelta: -20 } // Pierdes credibilidad
190
+ { kind: "damage", flatAmount: 10, target: "self" } // Te hace daño al hígado
223
191
  ]
224
- },
225
- {
226
- id: "chapa_politica", // psychic
227
- name: "Chapa Política",
228
- typeId: "cunado",
192
+ }, {
193
+ id: "okupar", // overheat
194
+ name: "Okupar",
195
+ typeId: "kinki",
229
196
  accuracy: 100,
230
- maxPP: 8,
197
+ maxPP: 3,
231
198
  priority: 0,
232
199
  effects: [
233
- { kind: "damage", basePower: 30 }
200
+ { kind: "damage", basePower: 40 },
201
+ { kind: "damage", flatAmount: 10, target: "self" } // Te hace daño al hígado
234
202
  ]
235
203
  },
236
204
  {
237
- id: "yo_se_mas", // mind_spike
238
- name: "Yo Sé Más Que Tú",
239
- typeId: "cunado",
205
+ id: "puño_anal", // overheat
206
+ name: "Puño anal",
207
+ typeId: "mistico",
240
208
  accuracy: 100,
241
- maxPP: 8,
209
+ maxPP: 3,
242
210
  priority: 0,
211
+ onlyForFighterIds: ['velas'],
243
212
  effects: [
244
- { kind: "damage", basePower: 20 },
245
- { kind: "apply_status", statusId: "turra_maxima" }
213
+ { kind: "damage", basePower: 40 },
214
+ { kind: "damage", flatAmount: 10, target: "self" } // Te hace daño al hígado
246
215
  ]
247
216
  },
248
217
  {
249
- id: "borrar_historial", // aura_cleanse
250
- name: "Borrar Historial",
251
- typeId: "cunado",
218
+ id: "autotune", // overheat
219
+ name: "Autotune mal puesto",
220
+ typeId: "artista",
252
221
  accuracy: 100,
253
- maxPP: 5,
222
+ maxPP: 6,
254
223
  priority: 0,
255
224
  effects: [
256
- { kind: "heal", target: "self", amount: 22 },
257
- { kind: "clear_status", target: "self", kinds: ["soft"] }
225
+ { kind: "damage", basePower: 20 },
226
+ { kind: 'force_switch' }
258
227
  ]
259
228
  },
260
229
  {
261
- id: "codazo", // psyshock (Basic 15)
262
- name: "Codazo de Barra",
263
- typeId: "cunado",
230
+ id: "risitas",
231
+ name: "Risitas",
232
+ typeId: "chuleta",
264
233
  accuracy: 100,
265
- maxPP: 10,
234
+ maxPP: 6,
266
235
  priority: 0,
267
236
  effects: [
268
- { kind: "damage", basePower: 15 }
237
+ { kind: "damage", basePower: 20 },
238
+ { kind: 'modify_stats', offenseDelta: 1, speedDelta: 1 }
269
239
  ]
270
240
  },
271
241
  {
272
- id: "tener_razon", // healing_mind
273
- name: "Tener la Razón",
274
- typeId: "cunado",
242
+ id: "llamar_a_papa",
243
+ name: "Llamar a papá",
244
+ typeId: "formal",
275
245
  accuracy: 100,
276
- maxPP: 8,
277
- priority: 0,
278
- effects: [
279
- { kind: "heal", target: "self", amount: 18 }
280
- ]
281
- },
282
- // --- GYMBRO (Roca) ---
283
- {
284
- id: "mancuernazo", // rock_wrecker
285
- name: "Mancuernazo",
286
- typeId: "gymbro",
287
- accuracy: 85,
288
246
  maxPP: 3,
289
247
  priority: 0,
290
248
  effects: [
291
249
  { kind: "damage", basePower: 40 },
292
- { kind: "modify_stats", offenseDelta: -20 } // Catabolizas
293
250
  ]
294
251
  },
295
252
  {
296
- id: "disco_movil", // stone_edge
297
- name: "Disco de 20kg",
298
- typeId: "gymbro",
299
- accuracy: 90,
300
- maxPP: 5,
301
- priority: 0,
302
- effects: [
303
- { kind: "damage", basePower: 30 }
304
- ]
305
- },
306
- {
307
- id: "derrumbe", // rock_slide
308
- name: "Derrumbe Inmobiliario",
309
- typeId: "gymbro",
253
+ id: "chapa_inteligible",
254
+ name: "Chapa inteligible",
255
+ typeId: "loco",
310
256
  accuracy: 100,
311
- maxPP: 8,
312
- priority: 0,
313
- effects: [
314
- { kind: "damage", basePower: 15 },
315
- { kind: "apply_status", statusId: "agujetas" }
316
- ]
317
- },
318
- {
319
- id: "ducha_fria", // sand_cleanse
320
- name: "Ducha Fría",
321
- typeId: "gymbro",
322
- accuracy: 100,
323
- maxPP: 5,
257
+ maxPP: 3,
324
258
  priority: 0,
325
259
  effects: [
326
- { kind: "heal", target: "self", amount: 22 },
327
- { kind: "clear_status", target: "self", kinds: ["soft"] }
260
+ { kind: "damage", basePower: 30 },
261
+ { kind: 'heal', amount: 20 },
262
+ { kind: 'modify_stats', offenseDelta: -1, target: 'enemy' }
328
263
  ]
329
264
  },
330
265
  {
331
- id: "flexion", // power_gem (Basic 15)
332
- name: "Flexión Agresiva",
333
- typeId: "gymbro",
334
- accuracy: 100,
335
- maxPP: 10,
266
+ id: "quiebro_rodillas",
267
+ name: "Quiebro de rodillas",
268
+ typeId: "deportista",
269
+ accuracy: 50,
270
+ maxPP: 3,
336
271
  priority: 0,
272
+ onlyForFighterIds: ['currito'],
337
273
  effects: [
338
- { kind: "damage", basePower: 15 }
274
+ { kind: "damage", basePower: 50 },
275
+ { kind: 'modify_stats', offenseDelta: 2, target: 'self' }
339
276
  ]
340
277
  },
341
278
  {
342
- id: "batido_prote", // healing_mineral
343
- name: "Batido de Proteína",
344
- typeId: "gymbro",
279
+ id: "meditar",
280
+ name: "Meditar",
281
+ typeId: "mistico",
345
282
  accuracy: 100,
346
- maxPP: 8,
283
+ maxPP: 3,
347
284
  priority: 0,
285
+ onlyForFighterIds: ['selene'],
348
286
  effects: [
349
- { kind: "heal", target: "self", amount: 18 }
287
+ { kind: "heal", amount: 40 },
288
+ { kind: 'modify_stats', offenseDelta: 1, defenseDelta: 1, target: 'self' },
289
+ { kind: 'damage', flatAmount: 10 }
350
290
  ]
351
291
  },
352
- // --- CRYPTOBRO (Eléctrico) ---
353
292
  {
354
- id: "rug_pull", // bolt_strike
355
- name: "Rug Pull",
356
- typeId: "cryptobro",
357
- accuracy: 85,
293
+ id: "hachazo_tobillero",
294
+ name: "Hachazo tobillero",
295
+ typeId: "loco",
296
+ accuracy: 60,
358
297
  maxPP: 3,
359
298
  priority: 0,
299
+ onlyForFighterIds: ['ed_gein'],
360
300
  effects: [
361
301
  { kind: "damage", basePower: 40 },
362
- { kind: "modify_stats", offenseDelta: -15 } // Pierdes dinero
302
+ { kind: 'modify_stats', offenseDelta: -1, target: 'enemy' }
363
303
  ]
364
304
  },
365
305
  {
366
- id: "tuit_elon", // thunderbolt
367
- name: "Tuit de Elon",
368
- typeId: "cryptobro",
369
- accuracy: 100,
370
- maxPP: 8,
306
+ id: "mancuernazo",
307
+ name: "Mancuernazo",
308
+ typeId: "deportista",
309
+ accuracy: 90,
310
+ maxPP: 3,
371
311
  priority: 0,
372
312
  effects: [
373
- { kind: "damage", basePower: 30 }
313
+ { kind: "damage", basePower: 40 },
314
+ { kind: 'modify_stats', offenseDelta: -1, target: 'enemy' }
374
315
  ]
375
316
  },
376
317
  {
377
- id: "spam_whatsapp", // thunder_wave
378
- name: "Spam de WhatsApp",
379
- typeId: "cryptobro",
380
- accuracy: 100,
381
- maxPP: 10,
318
+ id: "charla_buenista",
319
+ name: "Charla pacifista",
320
+ typeId: "hippie",
321
+ accuracy: 90,
322
+ maxPP: 6,
382
323
  priority: 0,
383
324
  effects: [
384
325
  { kind: "damage", basePower: 20 },
385
- { kind: "apply_status", statusId: "ansiedad_financiera" }
386
- ]
387
- },
388
- {
389
- id: "vpn_activada", // static_field
390
- name: "Activar VPN",
391
- typeId: "cryptobro",
392
- accuracy: 100,
393
- maxPP: 5,
394
- priority: 0,
395
- effects: [
396
- { kind: "heal", target: "self", amount: 22 },
397
- { kind: "clear_status", target: "self", kinds: ["soft"] }
326
+ { kind: 'modify_stats', offenseDelta: -2, target: 'enemy' }
398
327
  ]
399
328
  },
400
329
  {
401
- id: "venta_humo", // wild_charge (Basic 15)
402
- name: "Venta de Humo",
403
- typeId: "cryptobro",
330
+ id: "guitarrita",
331
+ name: "Guitarrita",
332
+ typeId: "hippie",
404
333
  accuracy: 100,
405
- maxPP: 10,
334
+ maxPP: 3,
406
335
  priority: 0,
407
336
  effects: [
408
- { kind: "damage", basePower: 15 }
337
+ { kind: "damage", basePower: 40 },
338
+ { kind: 'modify_stats', offenseDelta: -1, target: 'enemy' }
409
339
  ]
410
340
  },
411
- {
412
- id: "to_the_moon", // healing_spark
413
- name: "To The Moon 🚀",
414
- typeId: "cryptobro",
415
- accuracy: 100,
416
- maxPP: 8,
417
- priority: 0,
418
- effects: [
419
- { kind: "heal", target: "self", amount: 18 }
420
- ]
421
- }
422
341
  ];
@@ -1,11 +1,16 @@
1
1
  import type { TypeDefinition, TypeEffectivenessMatrix, TypeId } from "../../core/index.js";
2
2
  export declare const TRIBE_TYPE_IDS: {
3
- readonly canallita: "canallita";
4
- readonly cayetano: "cayetano";
5
- readonly perroflauta: "perroflauta";
6
- readonly cryptobro: "cryptobro";
7
- readonly cunado: "cunado";
8
- readonly gymbro: "gymbro";
3
+ readonly formal: "formal";
4
+ readonly deportista: "deportista";
5
+ readonly nerd: "nerd";
6
+ readonly chuleta: "chuleta";
7
+ readonly kinki: "kinki";
8
+ readonly artista: "artista";
9
+ readonly fiestero: "fiestero";
10
+ readonly hippie: "hippie";
11
+ readonly mistico: "mistico";
12
+ readonly misterioso: "misterioso";
13
+ readonly loco: "loco";
9
14
  };
10
15
  export type TribeTypeId = (typeof TRIBE_TYPE_IDS)[keyof typeof TRIBE_TYPE_IDS];
11
16
  export declare const TRIBE_TYPES: TypeDefinition[];