pokemon-io-core 0.0.143 → 0.0.145

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.
@@ -18,6 +18,7 @@ export const TRIBES_RANDOM_EVENTS = [
18
18
  "¡Los formales están escandalizados!",
19
19
  ],
20
20
  rarity: "common",
21
+ imageUrl: 'redada',
21
22
  effects: [
22
23
  {
23
24
  effectType: "stat_change",
@@ -72,6 +73,7 @@ export const TRIBES_RANDOM_EVENTS = [
72
73
  },
73
74
  },
74
75
  ],
76
+ imageUrl: 'redada'
75
77
  },
76
78
  {
77
79
  id: "hash_joint",
@@ -102,6 +104,7 @@ export const TRIBES_RANDOM_EVENTS = [
102
104
  },
103
105
  },
104
106
  ],
107
+ imageUrl: 'redada'
105
108
  },
106
109
  {
107
110
  id: "onlyfans_premium",
@@ -136,6 +139,7 @@ export const TRIBES_RANDOM_EVENTS = [
136
139
  },
137
140
  },
138
141
  ],
142
+ imageUrl: 'redada'
139
143
  },
140
144
  {
141
145
  id: "sunday_hangover",
@@ -216,6 +220,7 @@ export const TRIBES_RANDOM_EVENTS = [
216
220
  "¡Les van a quitar puntos del carnet!",
217
221
  ],
218
222
  rarity: "rare",
223
+ imageUrl: 'redada',
219
224
  effects: [
220
225
  {
221
226
  effectType: "stat_change",
@@ -250,6 +255,7 @@ export const TRIBES_RANDOM_EVENTS = [
250
255
  "¡Varios luchadores van a comisaría!",
251
256
  ],
252
257
  rarity: "rare",
258
+ imageUrl: 'redada',
253
259
  effects: [
254
260
  {
255
261
  effectType: "stat_change",
@@ -293,6 +299,7 @@ export const TRIBES_RANDOM_EVENTS = [
293
299
  "¡Los hippies vomitan de asco!",
294
300
  ],
295
301
  rarity: "rare",
302
+ imageUrl: 'redada',
296
303
  effects: [
297
304
  {
298
305
  effectType: "heal_percent",
@@ -336,6 +343,7 @@ export const TRIBES_RANDOM_EVENTS = [
336
343
  "¡Los formales llaman a seguridad!",
337
344
  ],
338
345
  rarity: "rare",
346
+ imageUrl: 'redada',
339
347
  effects: [
340
348
  {
341
349
  effectType: "heal_percent",
@@ -378,6 +386,7 @@ export const TRIBES_RANDOM_EVENTS = [
378
386
  "¡Los formales se tapan los ojos!",
379
387
  ],
380
388
  rarity: "rare",
389
+ imageUrl: 'redada',
381
390
  effects: [
382
391
  {
383
392
  effectType: "stat_change",
@@ -422,6 +431,7 @@ export const TRIBES_RANDOM_EVENTS = [
422
431
  "Pero su corazón sufre...",
423
432
  ],
424
433
  rarity: "rare",
434
+ imageUrl: 'redada',
425
435
  effects: [
426
436
  {
427
437
  effectType: "stat_change",
@@ -465,6 +475,7 @@ export const TRIBES_RANDOM_EVENTS = [
465
475
  "El resto está flipando en colores...",
466
476
  ],
467
477
  rarity: "rare",
478
+ imageUrl: 'redada',
468
479
  effects: [
469
480
  {
470
481
  effectType: "heal_percent",
@@ -498,6 +509,7 @@ export const TRIBES_RANDOM_EVENTS = [
498
509
  "Los kinkis y artistas disfrutan del show...",
499
510
  ],
500
511
  rarity: "rare",
512
+ imageUrl: 'redada',
501
513
  effects: [
502
514
  {
503
515
  effectType: "stat_change",
@@ -538,6 +550,7 @@ export const TRIBES_RANDOM_EVENTS = [
538
550
  "¡Los kinkis se ríen de ellos!",
539
551
  ],
540
552
  rarity: "rare",
553
+ imageUrl: 'redada',
541
554
  effects: [
542
555
  {
543
556
  effectType: "damage_percent",
@@ -581,6 +594,7 @@ export const TRIBES_RANDOM_EVENTS = [
581
594
  "¡Los nerds y formales huyen despavoridos!",
582
595
  ],
583
596
  rarity: "rare",
597
+ imageUrl: 'redada',
584
598
  effects: [
585
599
  {
586
600
  effectType: "stat_change",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pokemon-io-core",
3
- "version": "0.0.143",
3
+ "version": "0.0.145",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",