pokemon-io-core 0.0.144 → 0.0.146
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",
|
|
@@ -40,7 +41,6 @@ export const TRIBES_RANDOM_EVENTS = [
|
|
|
40
41
|
},
|
|
41
42
|
},
|
|
42
43
|
],
|
|
43
|
-
imageUrl: 'redada'
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
id: "mystery_pill",
|
|
@@ -220,6 +220,7 @@ export const TRIBES_RANDOM_EVENTS = [
|
|
|
220
220
|
"¡Les van a quitar puntos del carnet!",
|
|
221
221
|
],
|
|
222
222
|
rarity: "rare",
|
|
223
|
+
imageUrl: 'redada',
|
|
223
224
|
effects: [
|
|
224
225
|
{
|
|
225
226
|
effectType: "stat_change",
|
|
@@ -254,6 +255,7 @@ export const TRIBES_RANDOM_EVENTS = [
|
|
|
254
255
|
"¡Varios luchadores van a comisaría!",
|
|
255
256
|
],
|
|
256
257
|
rarity: "rare",
|
|
258
|
+
imageUrl: 'redada',
|
|
257
259
|
effects: [
|
|
258
260
|
{
|
|
259
261
|
effectType: "stat_change",
|
|
@@ -297,6 +299,7 @@ export const TRIBES_RANDOM_EVENTS = [
|
|
|
297
299
|
"¡Los hippies vomitan de asco!",
|
|
298
300
|
],
|
|
299
301
|
rarity: "rare",
|
|
302
|
+
imageUrl: 'redada',
|
|
300
303
|
effects: [
|
|
301
304
|
{
|
|
302
305
|
effectType: "heal_percent",
|
|
@@ -340,6 +343,7 @@ export const TRIBES_RANDOM_EVENTS = [
|
|
|
340
343
|
"¡Los formales llaman a seguridad!",
|
|
341
344
|
],
|
|
342
345
|
rarity: "rare",
|
|
346
|
+
imageUrl: 'redada',
|
|
343
347
|
effects: [
|
|
344
348
|
{
|
|
345
349
|
effectType: "heal_percent",
|
|
@@ -382,6 +386,7 @@ export const TRIBES_RANDOM_EVENTS = [
|
|
|
382
386
|
"¡Los formales se tapan los ojos!",
|
|
383
387
|
],
|
|
384
388
|
rarity: "rare",
|
|
389
|
+
imageUrl: 'redada',
|
|
385
390
|
effects: [
|
|
386
391
|
{
|
|
387
392
|
effectType: "stat_change",
|
|
@@ -426,6 +431,7 @@ export const TRIBES_RANDOM_EVENTS = [
|
|
|
426
431
|
"Pero su corazón sufre...",
|
|
427
432
|
],
|
|
428
433
|
rarity: "rare",
|
|
434
|
+
imageUrl: 'redada',
|
|
429
435
|
effects: [
|
|
430
436
|
{
|
|
431
437
|
effectType: "stat_change",
|
|
@@ -469,6 +475,7 @@ export const TRIBES_RANDOM_EVENTS = [
|
|
|
469
475
|
"El resto está flipando en colores...",
|
|
470
476
|
],
|
|
471
477
|
rarity: "rare",
|
|
478
|
+
imageUrl: 'redada',
|
|
472
479
|
effects: [
|
|
473
480
|
{
|
|
474
481
|
effectType: "heal_percent",
|
|
@@ -502,6 +509,7 @@ export const TRIBES_RANDOM_EVENTS = [
|
|
|
502
509
|
"Los kinkis y artistas disfrutan del show...",
|
|
503
510
|
],
|
|
504
511
|
rarity: "rare",
|
|
512
|
+
imageUrl: 'redada',
|
|
505
513
|
effects: [
|
|
506
514
|
{
|
|
507
515
|
effectType: "stat_change",
|
|
@@ -542,6 +550,7 @@ export const TRIBES_RANDOM_EVENTS = [
|
|
|
542
550
|
"¡Los kinkis se ríen de ellos!",
|
|
543
551
|
],
|
|
544
552
|
rarity: "rare",
|
|
553
|
+
imageUrl: 'redada',
|
|
545
554
|
effects: [
|
|
546
555
|
{
|
|
547
556
|
effectType: "damage_percent",
|
|
@@ -585,6 +594,7 @@ export const TRIBES_RANDOM_EVENTS = [
|
|
|
585
594
|
"¡Los nerds y formales huyen despavoridos!",
|
|
586
595
|
],
|
|
587
596
|
rarity: "rare",
|
|
597
|
+
imageUrl: 'redada',
|
|
588
598
|
effects: [
|
|
589
599
|
{
|
|
590
600
|
effectType: "stat_change",
|