unite-lib 1.2.0 → 1.3.0

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/index.cjs CHANGED
@@ -27,15 +27,23 @@ __export(src_exports, {
27
27
  getMapDescription: () => getMapDescription,
28
28
  getMapImageUrl: () => getMapImageUrl,
29
29
  getMapName: () => getMapName,
30
+ getNeutralById: () => getNeutralById,
31
+ getNeutralImageUrl: () => getNeutralImageUrl,
32
+ getNeutralName: () => getNeutralName,
30
33
  getPokemonByDex: () => getPokemonByDex,
31
34
  getPokemonByName: () => getPokemonByName,
32
35
  getPokemonBySlug: () => getPokemonBySlug,
33
36
  getPokemonName: () => getPokemonName,
34
37
  getPokemonsByBattleType: () => getPokemonsByBattleType,
35
38
  getPokemonsByTag: () => getPokemonsByTag,
39
+ getSpawnInfo: () => getSpawnInfo,
40
+ getSpawnInfoForSpawn: () => getSpawnInfoForSpawn,
41
+ getSpawnsByMap: () => getSpawnsByMap,
36
42
  maps: () => maps_default,
37
43
  moves: () => moves_default,
38
- pokemons: () => pokemons_default
44
+ neutrals: () => neutrals_default,
45
+ pokemons: () => pokemons_default,
46
+ spawns: () => spawns_default
39
47
  });
40
48
  module.exports = __toCommonJS(src_exports);
41
49
 
@@ -2469,6 +2477,2407 @@ var maps = [
2469
2477
  ];
2470
2478
  var maps_default = maps;
2471
2479
 
2480
+ // src/neutrals.ts
2481
+ var neutrals = [
2482
+ { id: "accelgor", image: "neutrals/accelgor.png", name: "Accelgor", dex: 617 },
2483
+ { id: "altaria", image: "neutrals/altaria.png", name: "Altaria", dex: 334 },
2484
+ { id: "baltoy", image: "neutrals/baltoy.png", name: "Baltoy", dex: 343 },
2485
+ { id: "bunnelby", image: "neutrals/bunnelby.png", name: "Bunnelby", dex: 659 },
2486
+ { id: "escavalier", image: "neutrals/escavalier.png", name: "Escavalier", dex: 589 },
2487
+ { id: "groudon", image: "neutrals/groudon.png", name: "Groudon", dex: 383 },
2488
+ { id: "indeedee", image: "neutrals/indeedee.png", name: "Indeedee", dex: 876 },
2489
+ { id: "kyogre", image: "neutrals/kyogre.png", name: "Kyogre", dex: 382 },
2490
+ { id: "natu", image: "neutrals/natu.png", name: "Natu", dex: 177 },
2491
+ { id: "rayquaza", image: "neutrals/rayquaza.png", name: "Rayquaza", dex: 384 },
2492
+ { id: "regidrago", image: "neutrals/regidrago.png", name: "Regidrago", dex: 895 },
2493
+ { id: "regice", image: "neutrals/regice.png", name: "Regice", dex: 378 },
2494
+ { id: "regieleki", image: "neutrals/regieleki.png", name: "Regieleki", dex: 894 },
2495
+ { id: "regirock", image: "neutrals/regirock.png", name: "Regirock", dex: 377 },
2496
+ { id: "registeel", image: "neutrals/registeel.png", name: "Registeel", dex: 379 },
2497
+ { id: "salac", image: "neutrals/salac.png", name: "Salac Berry" },
2498
+ { id: "sitrus", image: "neutrals/sitrus.png", name: "Sitrus Berry" },
2499
+ { id: "xatu", image: "neutrals/xatu.png", name: "Xatu", dex: 178 }
2500
+ ];
2501
+ var neutrals_default = neutrals;
2502
+
2503
+ // src/spawns.ts
2504
+ var spawns = [
2505
+ // --- map-groudon ---
2506
+ {
2507
+ mapId: "map-groudon",
2508
+ neutralId: "groudon",
2509
+ left: "50.29%",
2510
+ top: "38.11%",
2511
+ spawnTime: "02:00",
2512
+ respawnTime: 0,
2513
+ permanentDelete: false,
2514
+ infoKey: "groudon.boss"
2515
+ },
2516
+ {
2517
+ mapId: "map-groudon",
2518
+ neutralId: "bunnelby",
2519
+ left: "16.36%",
2520
+ top: "47.47%",
2521
+ spawnTime: "10:00",
2522
+ respawnTime: 0,
2523
+ permanentDelete: true,
2524
+ infoKey: "bunnelby.initial"
2525
+ },
2526
+ {
2527
+ mapId: "map-groudon",
2528
+ neutralId: "bunnelby",
2529
+ left: "16.36%",
2530
+ top: "34.6%",
2531
+ spawnTime: "10:00",
2532
+ respawnTime: 0,
2533
+ permanentDelete: true,
2534
+ infoKey: "bunnelby.initial"
2535
+ },
2536
+ {
2537
+ mapId: "map-groudon",
2538
+ neutralId: "bunnelby",
2539
+ left: "22.21%",
2540
+ top: "58%",
2541
+ spawnTime: "10:00",
2542
+ respawnTime: 0,
2543
+ permanentDelete: true,
2544
+ infoKey: "bunnelby.initial"
2545
+ },
2546
+ {
2547
+ mapId: "map-groudon",
2548
+ neutralId: "bunnelby",
2549
+ left: "23.38%",
2550
+ top: "25.24%",
2551
+ spawnTime: "10:00",
2552
+ respawnTime: 0,
2553
+ permanentDelete: true,
2554
+ infoKey: "bunnelby.initial"
2555
+ },
2556
+ {
2557
+ mapId: "map-groudon",
2558
+ neutralId: "bunnelby",
2559
+ left: "32.74%",
2560
+ top: "65.02%",
2561
+ spawnTime: "10:00",
2562
+ respawnTime: 0,
2563
+ permanentDelete: true,
2564
+ infoKey: "bunnelby.initial"
2565
+ },
2566
+ {
2567
+ mapId: "map-groudon",
2568
+ neutralId: "bunnelby",
2569
+ left: "33.91%",
2570
+ top: "19.39%",
2571
+ spawnTime: "10:00",
2572
+ respawnTime: 0,
2573
+ permanentDelete: true,
2574
+ infoKey: "bunnelby.initial"
2575
+ },
2576
+ {
2577
+ mapId: "map-groudon",
2578
+ neutralId: "bunnelby",
2579
+ left: "84.22%",
2580
+ top: "47.47%",
2581
+ spawnTime: "10:00",
2582
+ respawnTime: 0,
2583
+ permanentDelete: true,
2584
+ infoKey: "bunnelby.initial"
2585
+ },
2586
+ {
2587
+ mapId: "map-groudon",
2588
+ neutralId: "bunnelby",
2589
+ left: "83.05%",
2590
+ top: "34.6%",
2591
+ spawnTime: "10:00",
2592
+ respawnTime: 0,
2593
+ permanentDelete: true,
2594
+ infoKey: "bunnelby.initial"
2595
+ },
2596
+ {
2597
+ mapId: "map-groudon",
2598
+ neutralId: "bunnelby",
2599
+ left: "78.37%",
2600
+ top: "58%",
2601
+ spawnTime: "10:00",
2602
+ respawnTime: 0,
2603
+ permanentDelete: true,
2604
+ infoKey: "bunnelby.initial"
2605
+ },
2606
+ {
2607
+ mapId: "map-groudon",
2608
+ neutralId: "bunnelby",
2609
+ left: "76.03%",
2610
+ top: "25.24%",
2611
+ spawnTime: "10:00",
2612
+ respawnTime: 0,
2613
+ permanentDelete: true,
2614
+ infoKey: "bunnelby.initial"
2615
+ },
2616
+ {
2617
+ mapId: "map-groudon",
2618
+ neutralId: "bunnelby",
2619
+ left: "67.84%",
2620
+ top: "65.02%",
2621
+ spawnTime: "10:00",
2622
+ respawnTime: 0,
2623
+ permanentDelete: true,
2624
+ infoKey: "bunnelby.initial"
2625
+ },
2626
+ {
2627
+ mapId: "map-groudon",
2628
+ neutralId: "bunnelby",
2629
+ left: "66.67%",
2630
+ top: "19.39%",
2631
+ spawnTime: "10:00",
2632
+ respawnTime: 0,
2633
+ permanentDelete: true,
2634
+ infoKey: "bunnelby.initial"
2635
+ },
2636
+ {
2637
+ mapId: "map-groudon",
2638
+ neutralId: "bunnelby",
2639
+ left: "50.06%",
2640
+ top: "13.54%",
2641
+ spawnTime: "09:40",
2642
+ respawnTime: 60,
2643
+ permanentDelete: false,
2644
+ infoKey: "bunnelby.lane_940"
2645
+ },
2646
+ {
2647
+ mapId: "map-groudon",
2648
+ neutralId: "bunnelby",
2649
+ left: "56.84%",
2650
+ top: "12.37%",
2651
+ spawnTime: "09:20",
2652
+ respawnTime: 60,
2653
+ permanentDelete: false,
2654
+ infoKey: "bunnelby.lane_920"
2655
+ },
2656
+ {
2657
+ mapId: "map-groudon",
2658
+ neutralId: "bunnelby",
2659
+ left: "42.8%",
2660
+ top: "12.37%",
2661
+ spawnTime: "09:20",
2662
+ respawnTime: 60,
2663
+ permanentDelete: false,
2664
+ infoKey: "bunnelby.lane_920"
2665
+ },
2666
+ {
2667
+ mapId: "map-groudon",
2668
+ neutralId: "bunnelby",
2669
+ left: "48.89%",
2670
+ top: "75.55%",
2671
+ spawnTime: "09:40",
2672
+ respawnTime: 60,
2673
+ permanentDelete: false,
2674
+ infoKey: "bunnelby.lane_940"
2675
+ },
2676
+ {
2677
+ mapId: "map-groudon",
2678
+ neutralId: "bunnelby",
2679
+ left: "51.7%",
2680
+ top: "75.55%",
2681
+ spawnTime: "09:40",
2682
+ respawnTime: 60,
2683
+ permanentDelete: false,
2684
+ infoKey: "bunnelby.lane_940"
2685
+ },
2686
+ {
2687
+ mapId: "map-groudon",
2688
+ neutralId: "bunnelby",
2689
+ left: "50.06%",
2690
+ top: "59.76%",
2691
+ spawnTime: "09:15",
2692
+ respawnTime: 60,
2693
+ permanentDelete: false,
2694
+ infoKey: "bunnelby.lane_915"
2695
+ },
2696
+ {
2697
+ mapId: "map-groudon",
2698
+ neutralId: "accelgor",
2699
+ left: "33.8%",
2700
+ top: "49.23%",
2701
+ spawnTime: "09:45",
2702
+ respawnTime: 60,
2703
+ permanentDelete: false,
2704
+ infoKey: "accelgor"
2705
+ },
2706
+ {
2707
+ mapId: "map-groudon",
2708
+ neutralId: "accelgor",
2709
+ left: "65.85%",
2710
+ top: "49.23%",
2711
+ spawnTime: "09:45",
2712
+ respawnTime: 60,
2713
+ permanentDelete: false,
2714
+ infoKey: "accelgor"
2715
+ },
2716
+ {
2717
+ mapId: "map-groudon",
2718
+ neutralId: "escavalier",
2719
+ left: "33.8%",
2720
+ top: "31.68%",
2721
+ spawnTime: "09:45",
2722
+ respawnTime: 60,
2723
+ permanentDelete: false,
2724
+ infoKey: "escavalier"
2725
+ },
2726
+ {
2727
+ mapId: "map-groudon",
2728
+ neutralId: "escavalier",
2729
+ left: "66.79%",
2730
+ top: "31.68%",
2731
+ spawnTime: "09:45",
2732
+ respawnTime: 60,
2733
+ permanentDelete: false,
2734
+ infoKey: "escavalier"
2735
+ },
2736
+ {
2737
+ mapId: "map-groudon",
2738
+ neutralId: "baltoy",
2739
+ left: "26.07%",
2740
+ top: "35.77%",
2741
+ spawnTime: "09:45",
2742
+ respawnTime: 60,
2743
+ permanentDelete: false,
2744
+ infoKey: "baltoy.generic"
2745
+ },
2746
+ {
2747
+ mapId: "map-groudon",
2748
+ neutralId: "baltoy",
2749
+ left: "25.61%",
2750
+ top: "46.89%",
2751
+ spawnTime: "09:45",
2752
+ respawnTime: 60,
2753
+ permanentDelete: false,
2754
+ infoKey: "baltoy.generic"
2755
+ },
2756
+ {
2757
+ mapId: "map-groudon",
2758
+ neutralId: "baltoy",
2759
+ left: "73.46%",
2760
+ top: "35.77%",
2761
+ spawnTime: "09:45",
2762
+ respawnTime: 60,
2763
+ permanentDelete: false,
2764
+ infoKey: "baltoy.generic"
2765
+ },
2766
+ {
2767
+ mapId: "map-groudon",
2768
+ neutralId: "baltoy",
2769
+ left: "74.04%",
2770
+ top: "46.89%",
2771
+ spawnTime: "09:45",
2772
+ respawnTime: 60,
2773
+ permanentDelete: false,
2774
+ infoKey: "baltoy.generic"
2775
+ },
2776
+ {
2777
+ mapId: "map-groudon",
2778
+ neutralId: "baltoy",
2779
+ left: "56.84%",
2780
+ top: "21.73%",
2781
+ spawnTime: "09:40",
2782
+ respawnTime: 60,
2783
+ permanentDelete: false,
2784
+ infoKey: "baltoy.lane_940"
2785
+ },
2786
+ {
2787
+ mapId: "map-groudon",
2788
+ neutralId: "baltoy",
2789
+ left: "42.8%",
2790
+ top: "21.73%",
2791
+ spawnTime: "09:40",
2792
+ respawnTime: 60,
2793
+ permanentDelete: false,
2794
+ infoKey: "baltoy.lane_940"
2795
+ },
2796
+ {
2797
+ mapId: "map-groudon",
2798
+ neutralId: "baltoy",
2799
+ left: "50.06%",
2800
+ top: "10.03%",
2801
+ spawnTime: "09:10",
2802
+ respawnTime: 60,
2803
+ permanentDelete: false,
2804
+ infoKey: "baltoy.lane_910"
2805
+ },
2806
+ {
2807
+ mapId: "map-groudon",
2808
+ neutralId: "baltoy",
2809
+ left: "33.33%",
2810
+ top: "12.37%",
2811
+ spawnTime: "09:10",
2812
+ respawnTime: 60,
2813
+ permanentDelete: false,
2814
+ infoKey: "baltoy.lane_910_only"
2815
+ },
2816
+ {
2817
+ mapId: "map-groudon",
2818
+ neutralId: "baltoy",
2819
+ left: "67.26%",
2820
+ top: "12.37%",
2821
+ spawnTime: "09:10",
2822
+ respawnTime: 60,
2823
+ permanentDelete: false,
2824
+ infoKey: "baltoy.lane_910_only"
2825
+ },
2826
+ {
2827
+ mapId: "map-groudon",
2828
+ neutralId: "baltoy",
2829
+ left: "30.99%",
2830
+ top: "73.21%",
2831
+ spawnTime: "09:10",
2832
+ respawnTime: 60,
2833
+ permanentDelete: false,
2834
+ infoKey: "baltoy.lane_910_short"
2835
+ },
2836
+ {
2837
+ mapId: "map-groudon",
2838
+ neutralId: "baltoy",
2839
+ left: "69.13%",
2840
+ top: "73.21%",
2841
+ spawnTime: "09:10",
2842
+ respawnTime: 60,
2843
+ permanentDelete: false,
2844
+ infoKey: "baltoy.lane_910_only"
2845
+ },
2846
+ {
2847
+ mapId: "map-groudon",
2848
+ neutralId: "baltoy",
2849
+ left: "42.34%",
2850
+ top: "40.45%",
2851
+ spawnTime: "08:40",
2852
+ respawnTime: 60,
2853
+ permanentDelete: false,
2854
+ infoKey: "baltoy.lane_840"
2855
+ },
2856
+ {
2857
+ mapId: "map-groudon",
2858
+ neutralId: "baltoy",
2859
+ left: "57.55%",
2860
+ top: "40.45%",
2861
+ spawnTime: "08:40",
2862
+ respawnTime: 60,
2863
+ permanentDelete: false,
2864
+ infoKey: "baltoy.lane_840"
2865
+ },
2866
+ {
2867
+ mapId: "map-groudon",
2868
+ neutralId: "baltoy",
2869
+ left: "28.06%",
2870
+ top: "29.34%",
2871
+ spawnTime: "10:00",
2872
+ respawnTime: 60,
2873
+ permanentDelete: false,
2874
+ infoKey: "baltoy.tower"
2875
+ },
2876
+ {
2877
+ mapId: "map-groudon",
2878
+ neutralId: "baltoy",
2879
+ left: "72.05%",
2880
+ top: "29.34%",
2881
+ spawnTime: "10:00",
2882
+ respawnTime: 60,
2883
+ permanentDelete: false,
2884
+ infoKey: "baltoy.tower"
2885
+ },
2886
+ {
2887
+ mapId: "map-groudon",
2888
+ neutralId: "baltoy",
2889
+ left: "25.61%",
2890
+ top: "52.15%",
2891
+ spawnTime: "10:00",
2892
+ respawnTime: 60,
2893
+ permanentDelete: false,
2894
+ infoKey: "baltoy.tower"
2895
+ },
2896
+ {
2897
+ mapId: "map-groudon",
2898
+ neutralId: "baltoy",
2899
+ left: "74.51%",
2900
+ top: "51.57%",
2901
+ spawnTime: "10:00",
2902
+ respawnTime: 60,
2903
+ permanentDelete: false,
2904
+ infoKey: "baltoy.tower"
2905
+ },
2906
+ {
2907
+ mapId: "map-groudon",
2908
+ neutralId: "regidrago",
2909
+ left: "50.29%",
2910
+ top: "38.11%",
2911
+ spawnTime: "00:00",
2912
+ respawnTime: 120,
2913
+ permanentDelete: false,
2914
+ infoKey: "regidrago"
2915
+ },
2916
+ {
2917
+ mapId: "map-groudon",
2918
+ neutralId: "regieleki",
2919
+ left: "50.06%",
2920
+ top: "7.69%",
2921
+ spawnTime: "07:00",
2922
+ respawnTime: 120,
2923
+ permanentDelete: false,
2924
+ infoKey: "regieleki"
2925
+ },
2926
+ {
2927
+ mapId: "map-groudon",
2928
+ neutralId: "regieleki",
2929
+ left: "50.06%",
2930
+ top: "84.91%",
2931
+ spawnTime: "07:00",
2932
+ respawnTime: 120,
2933
+ permanentDelete: false,
2934
+ infoKey: "regieleki"
2935
+ },
2936
+ {
2937
+ mapId: "map-groudon",
2938
+ neutralId: "regice",
2939
+ left: "50.06%",
2940
+ top: "0.67%",
2941
+ spawnTime: "07:00",
2942
+ respawnTime: 120,
2943
+ permanentDelete: false,
2944
+ infoKey: "regi.700"
2945
+ },
2946
+ {
2947
+ mapId: "map-groudon",
2948
+ neutralId: "regice",
2949
+ left: "50.06%",
2950
+ top: "91.93%",
2951
+ spawnTime: "07:00",
2952
+ respawnTime: 120,
2953
+ permanentDelete: false,
2954
+ infoKey: "regi.700"
2955
+ },
2956
+ {
2957
+ mapId: "map-groudon",
2958
+ neutralId: "registeel",
2959
+ left: "45.38%",
2960
+ top: "0.67%",
2961
+ spawnTime: "07:00",
2962
+ respawnTime: 120,
2963
+ permanentDelete: false,
2964
+ infoKey: "regi.700"
2965
+ },
2966
+ {
2967
+ mapId: "map-groudon",
2968
+ neutralId: "registeel",
2969
+ left: "45.38%",
2970
+ top: "91.93%",
2971
+ spawnTime: "07:00",
2972
+ respawnTime: 120,
2973
+ permanentDelete: false,
2974
+ infoKey: "regi.700"
2975
+ },
2976
+ {
2977
+ mapId: "map-groudon",
2978
+ neutralId: "regirock",
2979
+ left: "54.74%",
2980
+ top: "0.67%",
2981
+ spawnTime: "07:00",
2982
+ respawnTime: 120,
2983
+ permanentDelete: false,
2984
+ infoKey: "regi.700"
2985
+ },
2986
+ {
2987
+ mapId: "map-groudon",
2988
+ neutralId: "regirock",
2989
+ left: "54.74%",
2990
+ top: "91.93%",
2991
+ spawnTime: "07:00",
2992
+ respawnTime: 120,
2993
+ permanentDelete: false,
2994
+ infoKey: "regi.700"
2995
+ },
2996
+ {
2997
+ mapId: "map-groudon",
2998
+ neutralId: "xatu",
2999
+ left: "23.62%",
3000
+ top: "41.62%",
3001
+ spawnTime: "09:59",
3002
+ respawnTime: 0,
3003
+ permanentDelete: true,
3004
+ infoKey: "xatu"
3005
+ },
3006
+ {
3007
+ mapId: "map-groudon",
3008
+ neutralId: "xatu",
3009
+ left: "76.97%",
3010
+ top: "41.62%",
3011
+ spawnTime: "09:59",
3012
+ respawnTime: 0,
3013
+ permanentDelete: true,
3014
+ infoKey: "xatu"
3015
+ },
3016
+ {
3017
+ mapId: "map-groudon",
3018
+ neutralId: "natu",
3019
+ left: "50.18%",
3020
+ top: "41.04%",
3021
+ spawnTime: "09:00",
3022
+ respawnTime: 0,
3023
+ permanentDelete: true,
3024
+ infoKey: "natu.900"
3025
+ },
3026
+ {
3027
+ mapId: "map-groudon",
3028
+ neutralId: "natu",
3029
+ left: "50.18%",
3030
+ top: "23.49%",
3031
+ spawnTime: "09:20",
3032
+ respawnTime: 60,
3033
+ permanentDelete: false,
3034
+ infoKey: "natu.920"
3035
+ },
3036
+ {
3037
+ mapId: "map-groudon",
3038
+ neutralId: "indeedee",
3039
+ left: "40.93%",
3040
+ top: "74.38%",
3041
+ spawnTime: "09:30",
3042
+ respawnTime: 60,
3043
+ permanentDelete: false,
3044
+ infoKey: "indeedee.lane_930"
3045
+ },
3046
+ {
3047
+ mapId: "map-groudon",
3048
+ neutralId: "indeedee",
3049
+ left: "41.87%",
3050
+ top: "61.51%",
3051
+ spawnTime: "09:35",
3052
+ respawnTime: 60,
3053
+ permanentDelete: false,
3054
+ infoKey: "indeedee.lane_935"
3055
+ },
3056
+ {
3057
+ mapId: "map-groudon",
3058
+ neutralId: "indeedee",
3059
+ left: "58.72%",
3060
+ top: "74.38%",
3061
+ spawnTime: "09:30",
3062
+ respawnTime: 60,
3063
+ permanentDelete: false,
3064
+ infoKey: "indeedee.lane_930"
3065
+ },
3066
+ {
3067
+ mapId: "map-groudon",
3068
+ neutralId: "indeedee",
3069
+ left: "57.78%",
3070
+ top: "61.51%",
3071
+ spawnTime: "09:35",
3072
+ respawnTime: 60,
3073
+ permanentDelete: false,
3074
+ infoKey: "indeedee.lane_935"
3075
+ },
3076
+ {
3077
+ mapId: "map-groudon",
3078
+ neutralId: "indeedee",
3079
+ left: "25.61%",
3080
+ top: "15.88%",
3081
+ spawnTime: "10:00",
3082
+ respawnTime: 60,
3083
+ permanentDelete: false,
3084
+ infoKey: "indeedee.tower"
3085
+ },
3086
+ {
3087
+ mapId: "map-groudon",
3088
+ neutralId: "indeedee",
3089
+ left: "18.7%",
3090
+ top: "20.56%",
3091
+ spawnTime: "10:00",
3092
+ respawnTime: 60,
3093
+ permanentDelete: false,
3094
+ infoKey: "indeedee.tower"
3095
+ },
3096
+ {
3097
+ mapId: "map-groudon",
3098
+ neutralId: "indeedee",
3099
+ left: "13.55%",
3100
+ top: "27.58%",
3101
+ spawnTime: "10:00",
3102
+ respawnTime: 60,
3103
+ permanentDelete: false,
3104
+ infoKey: "indeedee.tower"
3105
+ },
3106
+ {
3107
+ mapId: "map-groudon",
3108
+ neutralId: "indeedee",
3109
+ left: "74.04%",
3110
+ top: "15.88%",
3111
+ spawnTime: "10:00",
3112
+ respawnTime: 60,
3113
+ permanentDelete: false,
3114
+ infoKey: "indeedee.tower"
3115
+ },
3116
+ {
3117
+ mapId: "map-groudon",
3118
+ neutralId: "indeedee",
3119
+ left: "80.95%",
3120
+ top: "20.56%",
3121
+ spawnTime: "10:00",
3122
+ respawnTime: 60,
3123
+ permanentDelete: false,
3124
+ infoKey: "indeedee.tower"
3125
+ },
3126
+ {
3127
+ mapId: "map-groudon",
3128
+ neutralId: "indeedee",
3129
+ left: "84.92%",
3130
+ top: "26.41%",
3131
+ spawnTime: "10:00",
3132
+ respawnTime: 60,
3133
+ permanentDelete: false,
3134
+ infoKey: "indeedee.tower"
3135
+ },
3136
+ {
3137
+ mapId: "map-groudon",
3138
+ neutralId: "indeedee",
3139
+ left: "11.21%",
3140
+ top: "56.6%",
3141
+ spawnTime: "10:00",
3142
+ respawnTime: 60,
3143
+ permanentDelete: false,
3144
+ infoKey: "indeedee.tower"
3145
+ },
3146
+ {
3147
+ mapId: "map-groudon",
3148
+ neutralId: "indeedee",
3149
+ left: "15.66%",
3150
+ top: "62.1%",
3151
+ spawnTime: "10:00",
3152
+ respawnTime: 60,
3153
+ permanentDelete: false,
3154
+ infoKey: "indeedee.tower"
3155
+ },
3156
+ {
3157
+ mapId: "map-groudon",
3158
+ neutralId: "indeedee",
3159
+ left: "84.46%",
3160
+ top: "62.1%",
3161
+ spawnTime: "10:00",
3162
+ respawnTime: 60,
3163
+ permanentDelete: false,
3164
+ infoKey: "indeedee.tower"
3165
+ },
3166
+ {
3167
+ mapId: "map-groudon",
3168
+ neutralId: "indeedee",
3169
+ left: "88.9%",
3170
+ top: "56.83%",
3171
+ spawnTime: "10:00",
3172
+ respawnTime: 60,
3173
+ permanentDelete: false,
3174
+ infoKey: "indeedee.tower"
3175
+ },
3176
+ {
3177
+ mapId: "map-groudon",
3178
+ neutralId: "sitrus",
3179
+ left: "36.72%",
3180
+ top: "64.44%",
3181
+ spawnTime: "09:30",
3182
+ respawnTime: 60,
3183
+ permanentDelete: false
3184
+ },
3185
+ {
3186
+ mapId: "map-groudon",
3187
+ neutralId: "sitrus",
3188
+ left: "34.73%",
3189
+ top: "68.53%",
3190
+ spawnTime: "09:30",
3191
+ respawnTime: 60,
3192
+ permanentDelete: false
3193
+ },
3194
+ {
3195
+ mapId: "map-groudon",
3196
+ neutralId: "sitrus",
3197
+ left: "64.33%",
3198
+ top: "64.44%",
3199
+ spawnTime: "09:30",
3200
+ respawnTime: 60,
3201
+ permanentDelete: false
3202
+ },
3203
+ {
3204
+ mapId: "map-groudon",
3205
+ neutralId: "sitrus",
3206
+ left: "66.32%",
3207
+ top: "68.53%",
3208
+ spawnTime: "09:30",
3209
+ respawnTime: 60,
3210
+ permanentDelete: false
3211
+ },
3212
+ {
3213
+ mapId: "map-groudon",
3214
+ neutralId: "sitrus",
3215
+ left: "37.66%",
3216
+ top: "19.98%",
3217
+ spawnTime: "09:30",
3218
+ respawnTime: 60,
3219
+ permanentDelete: false
3220
+ },
3221
+ {
3222
+ mapId: "map-groudon",
3223
+ neutralId: "sitrus",
3224
+ left: "36.72%",
3225
+ top: "15.88%",
3226
+ spawnTime: "09:30",
3227
+ respawnTime: 60,
3228
+ permanentDelete: false
3229
+ },
3230
+ {
3231
+ mapId: "map-groudon",
3232
+ neutralId: "sitrus",
3233
+ left: "62.93%",
3234
+ top: "19.39%",
3235
+ spawnTime: "09:30",
3236
+ respawnTime: 60,
3237
+ permanentDelete: false
3238
+ },
3239
+ {
3240
+ mapId: "map-groudon",
3241
+ neutralId: "sitrus",
3242
+ left: "63.86%",
3243
+ top: "15.88%",
3244
+ spawnTime: "09:30",
3245
+ respawnTime: 60,
3246
+ permanentDelete: false
3247
+ },
3248
+ {
3249
+ mapId: "map-groudon",
3250
+ neutralId: "salac",
3251
+ left: "45.14%",
3252
+ top: "50.4%",
3253
+ spawnTime: "08:30",
3254
+ respawnTime: 60,
3255
+ permanentDelete: false,
3256
+ infoKey: "salac"
3257
+ },
3258
+ {
3259
+ mapId: "map-groudon",
3260
+ neutralId: "salac",
3261
+ left: "54.5%",
3262
+ top: "50.4%",
3263
+ spawnTime: "08:30",
3264
+ respawnTime: 60,
3265
+ permanentDelete: false,
3266
+ infoKey: "salac"
3267
+ },
3268
+ {
3269
+ mapId: "map-groudon",
3270
+ neutralId: "salac",
3271
+ left: "45.14%",
3272
+ top: "32.26%",
3273
+ spawnTime: "08:30",
3274
+ respawnTime: 60,
3275
+ permanentDelete: false,
3276
+ infoKey: "salac"
3277
+ },
3278
+ {
3279
+ mapId: "map-groudon",
3280
+ neutralId: "salac",
3281
+ left: "54.5%",
3282
+ top: "32.26%",
3283
+ spawnTime: "08:30",
3284
+ respawnTime: 60,
3285
+ permanentDelete: false,
3286
+ infoKey: "salac"
3287
+ },
3288
+ {
3289
+ mapId: "map-groudon",
3290
+ neutralId: "altaria",
3291
+ left: "0%",
3292
+ top: "0%",
3293
+ spawnTime: "NaN:NaN",
3294
+ respawnTime: 0,
3295
+ permanentDelete: false,
3296
+ infoKey: "altaria.after_regidrago"
3297
+ },
3298
+ // --- map-kyogre ---
3299
+ {
3300
+ mapId: "map-kyogre",
3301
+ neutralId: "kyogre",
3302
+ left: "50.29%",
3303
+ top: "38.53%",
3304
+ spawnTime: "02:00",
3305
+ respawnTime: 0,
3306
+ permanentDelete: false,
3307
+ infoKey: "kyogre.boss"
3308
+ },
3309
+ {
3310
+ mapId: "map-kyogre",
3311
+ neutralId: "bunnelby",
3312
+ left: "15.66%",
3313
+ top: "47.89%",
3314
+ spawnTime: "10:00",
3315
+ respawnTime: 0,
3316
+ permanentDelete: true,
3317
+ infoKey: "bunnelby.initial"
3318
+ },
3319
+ {
3320
+ mapId: "map-kyogre",
3321
+ neutralId: "bunnelby",
3322
+ left: "15.66%",
3323
+ top: "35.02%",
3324
+ spawnTime: "10:00",
3325
+ respawnTime: 0,
3326
+ permanentDelete: true,
3327
+ infoKey: "bunnelby.initial"
3328
+ },
3329
+ {
3330
+ mapId: "map-kyogre",
3331
+ neutralId: "bunnelby",
3332
+ left: "22.68%",
3333
+ top: "58.42%",
3334
+ spawnTime: "10:00",
3335
+ respawnTime: 0,
3336
+ permanentDelete: true,
3337
+ infoKey: "bunnelby.initial"
3338
+ },
3339
+ {
3340
+ mapId: "map-kyogre",
3341
+ neutralId: "bunnelby",
3342
+ left: "22.68%",
3343
+ top: "25.66%",
3344
+ spawnTime: "10:00",
3345
+ respawnTime: 0,
3346
+ permanentDelete: true,
3347
+ infoKey: "bunnelby.initial"
3348
+ },
3349
+ {
3350
+ mapId: "map-kyogre",
3351
+ neutralId: "bunnelby",
3352
+ left: "32.39%",
3353
+ top: "65.44%",
3354
+ spawnTime: "10:00",
3355
+ respawnTime: 0,
3356
+ permanentDelete: true,
3357
+ infoKey: "bunnelby.initial"
3358
+ },
3359
+ {
3360
+ mapId: "map-kyogre",
3361
+ neutralId: "bunnelby",
3362
+ left: "32.39%",
3363
+ top: "19.81%",
3364
+ spawnTime: "10:00",
3365
+ respawnTime: 0,
3366
+ permanentDelete: true,
3367
+ infoKey: "bunnelby.initial"
3368
+ },
3369
+ {
3370
+ mapId: "map-kyogre",
3371
+ neutralId: "bunnelby",
3372
+ left: "84.92%",
3373
+ top: "47.89%",
3374
+ spawnTime: "10:00",
3375
+ respawnTime: 0,
3376
+ permanentDelete: true,
3377
+ infoKey: "bunnelby.initial"
3378
+ },
3379
+ {
3380
+ mapId: "map-kyogre",
3381
+ neutralId: "bunnelby",
3382
+ left: "84.92%",
3383
+ top: "35.02%",
3384
+ spawnTime: "10:00",
3385
+ respawnTime: 0,
3386
+ permanentDelete: true,
3387
+ infoKey: "bunnelby.initial"
3388
+ },
3389
+ {
3390
+ mapId: "map-kyogre",
3391
+ neutralId: "bunnelby",
3392
+ left: "76.97%",
3393
+ top: "58.42%",
3394
+ spawnTime: "10:00",
3395
+ respawnTime: 0,
3396
+ permanentDelete: true,
3397
+ infoKey: "bunnelby.initial"
3398
+ },
3399
+ {
3400
+ mapId: "map-kyogre",
3401
+ neutralId: "bunnelby",
3402
+ left: "76.97%",
3403
+ top: "25.66%",
3404
+ spawnTime: "10:00",
3405
+ respawnTime: 0,
3406
+ permanentDelete: true,
3407
+ infoKey: "bunnelby.initial"
3408
+ },
3409
+ {
3410
+ mapId: "map-kyogre",
3411
+ neutralId: "bunnelby",
3412
+ left: "68.19%",
3413
+ top: "65.44%",
3414
+ spawnTime: "10:00",
3415
+ respawnTime: 0,
3416
+ permanentDelete: true,
3417
+ infoKey: "bunnelby.initial"
3418
+ },
3419
+ {
3420
+ mapId: "map-kyogre",
3421
+ neutralId: "bunnelby",
3422
+ left: "68.19%",
3423
+ top: "19.81%",
3424
+ spawnTime: "10:00",
3425
+ respawnTime: 0,
3426
+ permanentDelete: true,
3427
+ infoKey: "bunnelby.initial"
3428
+ },
3429
+ {
3430
+ mapId: "map-kyogre",
3431
+ neutralId: "bunnelby",
3432
+ left: "50.06%",
3433
+ top: "13.96%",
3434
+ spawnTime: "09:40",
3435
+ respawnTime: 60,
3436
+ permanentDelete: false,
3437
+ infoKey: "bunnelby.lane"
3438
+ },
3439
+ {
3440
+ mapId: "map-kyogre",
3441
+ neutralId: "bunnelby",
3442
+ left: "56.84%",
3443
+ top: "12.79%",
3444
+ spawnTime: "09:20",
3445
+ respawnTime: 60,
3446
+ permanentDelete: false,
3447
+ infoKey: "bunnelby.lane_920_short"
3448
+ },
3449
+ {
3450
+ mapId: "map-kyogre",
3451
+ neutralId: "bunnelby",
3452
+ left: "42.8%",
3453
+ top: "12.79%",
3454
+ spawnTime: "09:20",
3455
+ respawnTime: 60,
3456
+ permanentDelete: false,
3457
+ infoKey: "bunnelby.lane_920_short"
3458
+ },
3459
+ {
3460
+ mapId: "map-kyogre",
3461
+ neutralId: "bunnelby",
3462
+ left: "48.89%",
3463
+ top: "75.97%",
3464
+ spawnTime: "09:40",
3465
+ respawnTime: 60,
3466
+ permanentDelete: false,
3467
+ infoKey: "bunnelby.lane"
3468
+ },
3469
+ {
3470
+ mapId: "map-kyogre",
3471
+ neutralId: "bunnelby",
3472
+ left: "51.7%",
3473
+ top: "75.97%",
3474
+ spawnTime: "09:40",
3475
+ respawnTime: 60,
3476
+ permanentDelete: false,
3477
+ infoKey: "bunnelby.lane"
3478
+ },
3479
+ {
3480
+ mapId: "map-kyogre",
3481
+ neutralId: "bunnelby",
3482
+ left: "50.06%",
3483
+ top: "60.17%",
3484
+ spawnTime: "09:15",
3485
+ respawnTime: 60,
3486
+ permanentDelete: false,
3487
+ infoKey: "bunnelby.lane_915_short"
3488
+ },
3489
+ {
3490
+ mapId: "map-kyogre",
3491
+ neutralId: "accelgor",
3492
+ left: "25.61%",
3493
+ top: "47.3%",
3494
+ spawnTime: "09:45",
3495
+ respawnTime: 60,
3496
+ permanentDelete: false,
3497
+ infoKey: "accelgor"
3498
+ },
3499
+ {
3500
+ mapId: "map-kyogre",
3501
+ neutralId: "accelgor",
3502
+ left: "74.04%",
3503
+ top: "47.3%",
3504
+ spawnTime: "09:45",
3505
+ respawnTime: 60,
3506
+ permanentDelete: false,
3507
+ infoKey: "accelgor"
3508
+ },
3509
+ {
3510
+ mapId: "map-kyogre",
3511
+ neutralId: "escavalier",
3512
+ left: "33.8%",
3513
+ top: "32.09%",
3514
+ spawnTime: "09:45",
3515
+ respawnTime: 60,
3516
+ permanentDelete: false,
3517
+ infoKey: "escavalier"
3518
+ },
3519
+ {
3520
+ mapId: "map-kyogre",
3521
+ neutralId: "escavalier",
3522
+ left: "66.79%",
3523
+ top: "32.09%",
3524
+ spawnTime: "09:45",
3525
+ respawnTime: 60,
3526
+ permanentDelete: false,
3527
+ infoKey: "escavalier"
3528
+ },
3529
+ {
3530
+ mapId: "map-kyogre",
3531
+ neutralId: "baltoy",
3532
+ left: "26.07%",
3533
+ top: "36.19%",
3534
+ spawnTime: "09:45",
3535
+ respawnTime: 60,
3536
+ permanentDelete: false,
3537
+ infoKey: "baltoy.945_short"
3538
+ },
3539
+ {
3540
+ mapId: "map-kyogre",
3541
+ neutralId: "baltoy",
3542
+ left: "33.8%",
3543
+ top: "49.06%",
3544
+ spawnTime: "09:45",
3545
+ respawnTime: 60,
3546
+ permanentDelete: false,
3547
+ infoKey: "baltoy.945_short"
3548
+ },
3549
+ {
3550
+ mapId: "map-kyogre",
3551
+ neutralId: "baltoy",
3552
+ left: "73.46%",
3553
+ top: "36.19%",
3554
+ spawnTime: "09:45",
3555
+ respawnTime: 60,
3556
+ permanentDelete: false,
3557
+ infoKey: "baltoy.945_short"
3558
+ },
3559
+ {
3560
+ mapId: "map-kyogre",
3561
+ neutralId: "baltoy",
3562
+ left: "65.85%",
3563
+ top: "49.06%",
3564
+ spawnTime: "09:45",
3565
+ respawnTime: 60,
3566
+ permanentDelete: false,
3567
+ infoKey: "baltoy.945_short"
3568
+ },
3569
+ {
3570
+ mapId: "map-kyogre",
3571
+ neutralId: "baltoy",
3572
+ left: "56.84%",
3573
+ top: "22.15%",
3574
+ spawnTime: "09:40",
3575
+ respawnTime: 60,
3576
+ permanentDelete: false,
3577
+ infoKey: "baltoy.lane_940_short"
3578
+ },
3579
+ {
3580
+ mapId: "map-kyogre",
3581
+ neutralId: "baltoy",
3582
+ left: "42.8%",
3583
+ top: "22.15%",
3584
+ spawnTime: "09:40",
3585
+ respawnTime: 60,
3586
+ permanentDelete: false,
3587
+ infoKey: "baltoy.lane_940_short"
3588
+ },
3589
+ {
3590
+ mapId: "map-kyogre",
3591
+ neutralId: "baltoy",
3592
+ left: "50.06%",
3593
+ top: "10.45%",
3594
+ spawnTime: "09:10",
3595
+ respawnTime: 60,
3596
+ permanentDelete: false,
3597
+ infoKey: "baltoy.lane_910_short"
3598
+ },
3599
+ {
3600
+ mapId: "map-kyogre",
3601
+ neutralId: "baltoy",
3602
+ left: "33.33%",
3603
+ top: "12.79%",
3604
+ spawnTime: "09:10",
3605
+ respawnTime: 60,
3606
+ permanentDelete: false,
3607
+ infoKey: "baltoy.lane_910_short"
3608
+ },
3609
+ {
3610
+ mapId: "map-kyogre",
3611
+ neutralId: "baltoy",
3612
+ left: "67.26%",
3613
+ top: "12.79%",
3614
+ spawnTime: "09:10",
3615
+ respawnTime: 60,
3616
+ permanentDelete: false,
3617
+ infoKey: "baltoy.lane_910_short"
3618
+ },
3619
+ {
3620
+ mapId: "map-kyogre",
3621
+ neutralId: "baltoy",
3622
+ left: "30.99%",
3623
+ top: "73.63%",
3624
+ spawnTime: "09:10",
3625
+ respawnTime: 60,
3626
+ permanentDelete: false,
3627
+ infoKey: "baltoy.lane_910_short"
3628
+ },
3629
+ {
3630
+ mapId: "map-kyogre",
3631
+ neutralId: "baltoy",
3632
+ left: "69.13%",
3633
+ top: "73.63%",
3634
+ spawnTime: "09:10",
3635
+ respawnTime: 60,
3636
+ permanentDelete: false,
3637
+ infoKey: "baltoy.lane_910_short"
3638
+ },
3639
+ {
3640
+ mapId: "map-kyogre",
3641
+ neutralId: "baltoy",
3642
+ left: "42.34%",
3643
+ top: "40.87%",
3644
+ spawnTime: "08:40",
3645
+ respawnTime: 60,
3646
+ permanentDelete: false,
3647
+ infoKey: "baltoy.lane_840_short"
3648
+ },
3649
+ {
3650
+ mapId: "map-kyogre",
3651
+ neutralId: "baltoy",
3652
+ left: "57.55%",
3653
+ top: "40.87%",
3654
+ spawnTime: "08:40",
3655
+ respawnTime: 60,
3656
+ permanentDelete: false,
3657
+ infoKey: "baltoy.lane_840_short"
3658
+ },
3659
+ {
3660
+ mapId: "map-kyogre",
3661
+ neutralId: "baltoy",
3662
+ left: "28.06%",
3663
+ top: "29.75%",
3664
+ spawnTime: "10:00",
3665
+ respawnTime: 60,
3666
+ permanentDelete: false,
3667
+ infoKey: "baltoy.tower_kyogre"
3668
+ },
3669
+ {
3670
+ mapId: "map-kyogre",
3671
+ neutralId: "baltoy",
3672
+ left: "72.05%",
3673
+ top: "29.75%",
3674
+ spawnTime: "10:00",
3675
+ respawnTime: 60,
3676
+ permanentDelete: false,
3677
+ infoKey: "baltoy.tower_kyogre"
3678
+ },
3679
+ {
3680
+ mapId: "map-kyogre",
3681
+ neutralId: "baltoy",
3682
+ left: "25.61%",
3683
+ top: "52.57%",
3684
+ spawnTime: "10:00",
3685
+ respawnTime: 60,
3686
+ permanentDelete: false,
3687
+ infoKey: "baltoy.tower_kyogre"
3688
+ },
3689
+ {
3690
+ mapId: "map-kyogre",
3691
+ neutralId: "baltoy",
3692
+ left: "74.51%",
3693
+ top: "51.98%",
3694
+ spawnTime: "10:00",
3695
+ respawnTime: 60,
3696
+ permanentDelete: false,
3697
+ infoKey: "baltoy.tower_kyogre"
3698
+ },
3699
+ {
3700
+ mapId: "map-kyogre",
3701
+ neutralId: "regidrago",
3702
+ left: "50.29%",
3703
+ top: "38.53%",
3704
+ spawnTime: "00:00",
3705
+ respawnTime: 120,
3706
+ permanentDelete: false,
3707
+ infoKey: "regidrago.kyogre"
3708
+ },
3709
+ {
3710
+ mapId: "map-kyogre",
3711
+ neutralId: "regieleki",
3712
+ left: "50.06%",
3713
+ top: "8.11%",
3714
+ spawnTime: "07:00",
3715
+ respawnTime: 120,
3716
+ permanentDelete: false,
3717
+ infoKey: "regi.700"
3718
+ },
3719
+ {
3720
+ mapId: "map-kyogre",
3721
+ neutralId: "regieleki",
3722
+ left: "50.06%",
3723
+ top: "85.33%",
3724
+ spawnTime: "07:00",
3725
+ respawnTime: 120,
3726
+ permanentDelete: false,
3727
+ infoKey: "regi.700"
3728
+ },
3729
+ {
3730
+ mapId: "map-kyogre",
3731
+ neutralId: "regice",
3732
+ left: "50.06%",
3733
+ top: "1.09%",
3734
+ spawnTime: "07:00",
3735
+ respawnTime: 120,
3736
+ permanentDelete: false,
3737
+ infoKey: "regi.700"
3738
+ },
3739
+ {
3740
+ mapId: "map-kyogre",
3741
+ neutralId: "regice",
3742
+ left: "50.06%",
3743
+ top: "92.35%",
3744
+ spawnTime: "07:00",
3745
+ respawnTime: 120,
3746
+ permanentDelete: false,
3747
+ infoKey: "regi.700"
3748
+ },
3749
+ {
3750
+ mapId: "map-kyogre",
3751
+ neutralId: "registeel",
3752
+ left: "45.38%",
3753
+ top: "1.09%",
3754
+ spawnTime: "07:00",
3755
+ respawnTime: 120,
3756
+ permanentDelete: false,
3757
+ infoKey: "regi.700"
3758
+ },
3759
+ {
3760
+ mapId: "map-kyogre",
3761
+ neutralId: "registeel",
3762
+ left: "45.38%",
3763
+ top: "92.35%",
3764
+ spawnTime: "07:00",
3765
+ respawnTime: 120,
3766
+ permanentDelete: false,
3767
+ infoKey: "regi.700"
3768
+ },
3769
+ {
3770
+ mapId: "map-kyogre",
3771
+ neutralId: "regirock",
3772
+ left: "54.74%",
3773
+ top: "1.09%",
3774
+ spawnTime: "07:00",
3775
+ respawnTime: 120,
3776
+ permanentDelete: false,
3777
+ infoKey: "regi.700"
3778
+ },
3779
+ {
3780
+ mapId: "map-kyogre",
3781
+ neutralId: "regirock",
3782
+ left: "54.74%",
3783
+ top: "92.35%",
3784
+ spawnTime: "07:00",
3785
+ respawnTime: 120,
3786
+ permanentDelete: false,
3787
+ infoKey: "regi.700"
3788
+ },
3789
+ {
3790
+ mapId: "map-kyogre",
3791
+ neutralId: "xatu",
3792
+ left: "23.62%",
3793
+ top: "42.04%",
3794
+ spawnTime: "09:59",
3795
+ respawnTime: 0,
3796
+ permanentDelete: true,
3797
+ infoKey: "xatu.short"
3798
+ },
3799
+ {
3800
+ mapId: "map-kyogre",
3801
+ neutralId: "xatu",
3802
+ left: "76.97%",
3803
+ top: "42.04%",
3804
+ spawnTime: "09:59",
3805
+ respawnTime: 0,
3806
+ permanentDelete: true,
3807
+ infoKey: "xatu.short"
3808
+ },
3809
+ {
3810
+ mapId: "map-kyogre",
3811
+ neutralId: "natu",
3812
+ left: "50.18%",
3813
+ top: "41.45%",
3814
+ spawnTime: "09:00",
3815
+ respawnTime: 0,
3816
+ permanentDelete: true,
3817
+ infoKey: "natu.900"
3818
+ },
3819
+ {
3820
+ mapId: "map-kyogre",
3821
+ neutralId: "natu",
3822
+ left: "50.18%",
3823
+ top: "23.9%",
3824
+ spawnTime: "09:20",
3825
+ respawnTime: 60,
3826
+ permanentDelete: false,
3827
+ infoKey: "natu.920"
3828
+ },
3829
+ {
3830
+ mapId: "map-kyogre",
3831
+ neutralId: "indeedee",
3832
+ left: "40.93%",
3833
+ top: "74.8%",
3834
+ spawnTime: "09:30",
3835
+ respawnTime: 60,
3836
+ permanentDelete: false,
3837
+ infoKey: "indeedee.lane_930"
3838
+ },
3839
+ {
3840
+ mapId: "map-kyogre",
3841
+ neutralId: "indeedee",
3842
+ left: "41.87%",
3843
+ top: "61.93%",
3844
+ spawnTime: "09:35",
3845
+ respawnTime: 60,
3846
+ permanentDelete: false,
3847
+ infoKey: "indeedee.lane_935"
3848
+ },
3849
+ {
3850
+ mapId: "map-kyogre",
3851
+ neutralId: "indeedee",
3852
+ left: "58.72%",
3853
+ top: "74.8%",
3854
+ spawnTime: "09:30",
3855
+ respawnTime: 60,
3856
+ permanentDelete: false,
3857
+ infoKey: "indeedee.lane_930"
3858
+ },
3859
+ {
3860
+ mapId: "map-kyogre",
3861
+ neutralId: "indeedee",
3862
+ left: "57.78%",
3863
+ top: "61.93%",
3864
+ spawnTime: "09:35",
3865
+ respawnTime: 60,
3866
+ permanentDelete: false,
3867
+ infoKey: "indeedee.lane_935"
3868
+ },
3869
+ {
3870
+ mapId: "map-kyogre",
3871
+ neutralId: "indeedee",
3872
+ left: "25.61%",
3873
+ top: "16.3%",
3874
+ spawnTime: "10:00",
3875
+ respawnTime: 60,
3876
+ permanentDelete: false,
3877
+ infoKey: "indeedee.tower_short"
3878
+ },
3879
+ {
3880
+ mapId: "map-kyogre",
3881
+ neutralId: "indeedee",
3882
+ left: "18.7%",
3883
+ top: "20.98%",
3884
+ spawnTime: "10:00",
3885
+ respawnTime: 60,
3886
+ permanentDelete: false,
3887
+ infoKey: "indeedee.tower_short"
3888
+ },
3889
+ {
3890
+ mapId: "map-kyogre",
3891
+ neutralId: "indeedee",
3892
+ left: "13.55%",
3893
+ top: "28%",
3894
+ spawnTime: "10:00",
3895
+ respawnTime: 60,
3896
+ permanentDelete: false,
3897
+ infoKey: "indeedee.tower_short"
3898
+ },
3899
+ {
3900
+ mapId: "map-kyogre",
3901
+ neutralId: "indeedee",
3902
+ left: "74.04%",
3903
+ top: "16.3%",
3904
+ spawnTime: "10:00",
3905
+ respawnTime: 60,
3906
+ permanentDelete: false,
3907
+ infoKey: "indeedee.tower_short"
3908
+ },
3909
+ {
3910
+ mapId: "map-kyogre",
3911
+ neutralId: "indeedee",
3912
+ left: "80.95%",
3913
+ top: "20.98%",
3914
+ spawnTime: "10:00",
3915
+ respawnTime: 60,
3916
+ permanentDelete: false,
3917
+ infoKey: "indeedee.tower_short"
3918
+ },
3919
+ {
3920
+ mapId: "map-kyogre",
3921
+ neutralId: "indeedee",
3922
+ left: "84.92%",
3923
+ top: "26.83%",
3924
+ spawnTime: "10:00",
3925
+ respawnTime: 60,
3926
+ permanentDelete: false,
3927
+ infoKey: "indeedee.tower_short"
3928
+ },
3929
+ {
3930
+ mapId: "map-kyogre",
3931
+ neutralId: "indeedee",
3932
+ left: "11.21%",
3933
+ top: "57.01%",
3934
+ spawnTime: "10:00",
3935
+ respawnTime: 60,
3936
+ permanentDelete: false,
3937
+ infoKey: "indeedee.tower_short"
3938
+ },
3939
+ {
3940
+ mapId: "map-kyogre",
3941
+ neutralId: "indeedee",
3942
+ left: "15.66%",
3943
+ top: "62.51%",
3944
+ spawnTime: "10:00",
3945
+ respawnTime: 60,
3946
+ permanentDelete: false,
3947
+ infoKey: "indeedee.tower_short"
3948
+ },
3949
+ {
3950
+ mapId: "map-kyogre",
3951
+ neutralId: "indeedee",
3952
+ left: "84.46%",
3953
+ top: "62.51%",
3954
+ spawnTime: "10:00",
3955
+ respawnTime: 60,
3956
+ permanentDelete: false,
3957
+ infoKey: "indeedee.tower_short"
3958
+ },
3959
+ {
3960
+ mapId: "map-kyogre",
3961
+ neutralId: "indeedee",
3962
+ left: "88.9%",
3963
+ top: "57.25%",
3964
+ spawnTime: "10:00",
3965
+ respawnTime: 60,
3966
+ permanentDelete: false,
3967
+ infoKey: "indeedee.tower_short"
3968
+ },
3969
+ {
3970
+ mapId: "map-kyogre",
3971
+ neutralId: "sitrus",
3972
+ left: "36.72%",
3973
+ top: "64.85%",
3974
+ spawnTime: "09:30",
3975
+ respawnTime: 60,
3976
+ permanentDelete: false
3977
+ },
3978
+ {
3979
+ mapId: "map-kyogre",
3980
+ neutralId: "sitrus",
3981
+ left: "34.73%",
3982
+ top: "68.95%",
3983
+ spawnTime: "09:30",
3984
+ respawnTime: 60,
3985
+ permanentDelete: false
3986
+ },
3987
+ {
3988
+ mapId: "map-kyogre",
3989
+ neutralId: "sitrus",
3990
+ left: "64.33%",
3991
+ top: "64.85%",
3992
+ spawnTime: "09:30",
3993
+ respawnTime: 60,
3994
+ permanentDelete: false
3995
+ },
3996
+ {
3997
+ mapId: "map-kyogre",
3998
+ neutralId: "sitrus",
3999
+ left: "66.32%",
4000
+ top: "68.95%",
4001
+ spawnTime: "09:30",
4002
+ respawnTime: 60,
4003
+ permanentDelete: false
4004
+ },
4005
+ {
4006
+ mapId: "map-kyogre",
4007
+ neutralId: "sitrus",
4008
+ left: "37.66%",
4009
+ top: "20.39%",
4010
+ spawnTime: "09:30",
4011
+ respawnTime: 60,
4012
+ permanentDelete: false
4013
+ },
4014
+ {
4015
+ mapId: "map-kyogre",
4016
+ neutralId: "sitrus",
4017
+ left: "36.72%",
4018
+ top: "16.3%",
4019
+ spawnTime: "09:30",
4020
+ respawnTime: 60,
4021
+ permanentDelete: false
4022
+ },
4023
+ {
4024
+ mapId: "map-kyogre",
4025
+ neutralId: "sitrus",
4026
+ left: "62.93%",
4027
+ top: "19.81%",
4028
+ spawnTime: "09:30",
4029
+ respawnTime: 60,
4030
+ permanentDelete: false
4031
+ },
4032
+ {
4033
+ mapId: "map-kyogre",
4034
+ neutralId: "sitrus",
4035
+ left: "63.86%",
4036
+ top: "16.3%",
4037
+ spawnTime: "09:30",
4038
+ respawnTime: 60,
4039
+ permanentDelete: false
4040
+ },
4041
+ {
4042
+ mapId: "map-kyogre",
4043
+ neutralId: "sitrus",
4044
+ left: "45.14%",
4045
+ top: "50.81%",
4046
+ spawnTime: "08:30",
4047
+ respawnTime: 60,
4048
+ permanentDelete: false
4049
+ },
4050
+ {
4051
+ mapId: "map-kyogre",
4052
+ neutralId: "sitrus",
4053
+ left: "54.5%",
4054
+ top: "50.81%",
4055
+ spawnTime: "08:30",
4056
+ respawnTime: 60,
4057
+ permanentDelete: false
4058
+ },
4059
+ {
4060
+ mapId: "map-kyogre",
4061
+ neutralId: "sitrus",
4062
+ left: "45.14%",
4063
+ top: "32.68%",
4064
+ spawnTime: "08:30",
4065
+ respawnTime: 60,
4066
+ permanentDelete: false
4067
+ },
4068
+ {
4069
+ mapId: "map-kyogre",
4070
+ neutralId: "sitrus",
4071
+ left: "54.5%",
4072
+ top: "32.68%",
4073
+ spawnTime: "08:30",
4074
+ respawnTime: 60,
4075
+ permanentDelete: false
4076
+ },
4077
+ {
4078
+ mapId: "map-kyogre",
4079
+ neutralId: "sitrus",
4080
+ left: "36.72%",
4081
+ top: "42.04%",
4082
+ spawnTime: "05:00",
4083
+ respawnTime: 60,
4084
+ permanentDelete: false
4085
+ },
4086
+ {
4087
+ mapId: "map-kyogre",
4088
+ neutralId: "sitrus",
4089
+ left: "63.4%",
4090
+ top: "42.04%",
4091
+ spawnTime: "05:00",
4092
+ respawnTime: 60,
4093
+ permanentDelete: false
4094
+ },
4095
+ {
4096
+ mapId: "map-kyogre",
4097
+ neutralId: "altaria",
4098
+ left: "0%",
4099
+ top: "0%",
4100
+ spawnTime: "NaN:NaN",
4101
+ respawnTime: 0,
4102
+ permanentDelete: false,
4103
+ infoKey: "altaria.after_regidrago"
4104
+ },
4105
+ // --- map-rayquaza ---
4106
+ {
4107
+ mapId: "map-rayquaza",
4108
+ neutralId: "rayquaza",
4109
+ left: "50.1%",
4110
+ top: "39.7%",
4111
+ spawnTime: "02:00",
4112
+ respawnTime: 0,
4113
+ permanentDelete: false,
4114
+ infoKey: "rayquaza.boss"
4115
+ },
4116
+ {
4117
+ mapId: "map-rayquaza",
4118
+ neutralId: "bunnelby",
4119
+ left: "15.47%",
4120
+ top: "47.89%",
4121
+ spawnTime: "10:00",
4122
+ respawnTime: 0,
4123
+ permanentDelete: true,
4124
+ infoKey: "bunnelby.points"
4125
+ },
4126
+ {
4127
+ mapId: "map-rayquaza",
4128
+ neutralId: "bunnelby",
4129
+ left: "15.47%",
4130
+ top: "35.02%",
4131
+ spawnTime: "10:00",
4132
+ respawnTime: 0,
4133
+ permanentDelete: true,
4134
+ infoKey: "bunnelby.points"
4135
+ },
4136
+ {
4137
+ mapId: "map-rayquaza",
4138
+ neutralId: "bunnelby",
4139
+ left: "22.49%",
4140
+ top: "58.42%",
4141
+ spawnTime: "10:00",
4142
+ respawnTime: 0,
4143
+ permanentDelete: true,
4144
+ infoKey: "bunnelby.points"
4145
+ },
4146
+ {
4147
+ mapId: "map-rayquaza",
4148
+ neutralId: "bunnelby",
4149
+ left: "22.49%",
4150
+ top: "25.66%",
4151
+ spawnTime: "10:00",
4152
+ respawnTime: 0,
4153
+ permanentDelete: true,
4154
+ infoKey: "bunnelby.points"
4155
+ },
4156
+ {
4157
+ mapId: "map-rayquaza",
4158
+ neutralId: "bunnelby",
4159
+ left: "32.66%",
4160
+ top: "62.51%",
4161
+ spawnTime: "10:00",
4162
+ respawnTime: 0,
4163
+ permanentDelete: true,
4164
+ infoKey: "bunnelby.points"
4165
+ },
4166
+ {
4167
+ mapId: "map-rayquaza",
4168
+ neutralId: "bunnelby",
4169
+ left: "31.73%",
4170
+ top: "67.78%",
4171
+ spawnTime: "10:00",
4172
+ respawnTime: 0,
4173
+ permanentDelete: true,
4174
+ infoKey: "bunnelby.points"
4175
+ },
4176
+ {
4177
+ mapId: "map-rayquaza",
4178
+ neutralId: "bunnelby",
4179
+ left: "34.07%",
4180
+ top: "20.98%",
4181
+ spawnTime: "10:00",
4182
+ respawnTime: 0,
4183
+ permanentDelete: true,
4184
+ infoKey: "bunnelby.points"
4185
+ },
4186
+ {
4187
+ mapId: "map-rayquaza",
4188
+ neutralId: "bunnelby",
4189
+ left: "33.13%",
4190
+ top: "18.05%",
4191
+ spawnTime: "10:00",
4192
+ respawnTime: 0,
4193
+ permanentDelete: true,
4194
+ infoKey: "bunnelby.points"
4195
+ },
4196
+ {
4197
+ mapId: "map-rayquaza",
4198
+ neutralId: "bunnelby",
4199
+ left: "84.73%",
4200
+ top: "47.89%",
4201
+ spawnTime: "10:00",
4202
+ respawnTime: 0,
4203
+ permanentDelete: true,
4204
+ infoKey: "bunnelby.points"
4205
+ },
4206
+ {
4207
+ mapId: "map-rayquaza",
4208
+ neutralId: "bunnelby",
4209
+ left: "84.73%",
4210
+ top: "35.02%",
4211
+ spawnTime: "10:00",
4212
+ respawnTime: 0,
4213
+ permanentDelete: true,
4214
+ infoKey: "bunnelby.points"
4215
+ },
4216
+ {
4217
+ mapId: "map-rayquaza",
4218
+ neutralId: "bunnelby",
4219
+ left: "76.77%",
4220
+ top: "58.42%",
4221
+ spawnTime: "10:00",
4222
+ respawnTime: 0,
4223
+ permanentDelete: true,
4224
+ infoKey: "bunnelby.points"
4225
+ },
4226
+ {
4227
+ mapId: "map-rayquaza",
4228
+ neutralId: "bunnelby",
4229
+ left: "76.77%",
4230
+ top: "25.66%",
4231
+ spawnTime: "10:00",
4232
+ respawnTime: 0,
4233
+ permanentDelete: true,
4234
+ infoKey: "bunnelby.points"
4235
+ },
4236
+ {
4237
+ mapId: "map-rayquaza",
4238
+ neutralId: "bunnelby",
4239
+ left: "67.06%",
4240
+ top: "63.1%",
4241
+ spawnTime: "10:00",
4242
+ respawnTime: 0,
4243
+ permanentDelete: true,
4244
+ infoKey: "bunnelby.points"
4245
+ },
4246
+ {
4247
+ mapId: "map-rayquaza",
4248
+ neutralId: "bunnelby",
4249
+ left: "68%",
4250
+ top: "67.78%",
4251
+ spawnTime: "10:00",
4252
+ respawnTime: 0,
4253
+ permanentDelete: true,
4254
+ infoKey: "bunnelby.points"
4255
+ },
4256
+ {
4257
+ mapId: "map-rayquaza",
4258
+ neutralId: "bunnelby",
4259
+ left: "66.13%",
4260
+ top: "17.47%",
4261
+ spawnTime: "10:00",
4262
+ respawnTime: 0,
4263
+ permanentDelete: true,
4264
+ infoKey: "bunnelby.points"
4265
+ },
4266
+ {
4267
+ mapId: "map-rayquaza",
4268
+ neutralId: "bunnelby",
4269
+ left: "65.07%",
4270
+ top: "20.98%",
4271
+ spawnTime: "10:00",
4272
+ respawnTime: 0,
4273
+ permanentDelete: true,
4274
+ infoKey: "bunnelby.points"
4275
+ },
4276
+ {
4277
+ mapId: "map-rayquaza",
4278
+ neutralId: "bunnelby",
4279
+ left: "49.86%",
4280
+ top: "13.96%",
4281
+ spawnTime: "09:40",
4282
+ respawnTime: 60,
4283
+ permanentDelete: false,
4284
+ infoKey: "bunnelby.lane"
4285
+ },
4286
+ {
4287
+ mapId: "map-rayquaza",
4288
+ neutralId: "bunnelby",
4289
+ left: "56.65%",
4290
+ top: "12.79%",
4291
+ spawnTime: "09:20",
4292
+ respawnTime: 60,
4293
+ permanentDelete: false,
4294
+ infoKey: "bunnelby.lane_920_short"
4295
+ },
4296
+ {
4297
+ mapId: "map-rayquaza",
4298
+ neutralId: "bunnelby",
4299
+ left: "42.61%",
4300
+ top: "12.79%",
4301
+ spawnTime: "09:20",
4302
+ respawnTime: 60,
4303
+ permanentDelete: false,
4304
+ infoKey: "bunnelby.lane_920_short"
4305
+ },
4306
+ {
4307
+ mapId: "map-rayquaza",
4308
+ neutralId: "bunnelby",
4309
+ left: "48.69%",
4310
+ top: "75.97%",
4311
+ spawnTime: "09:40",
4312
+ respawnTime: 60,
4313
+ permanentDelete: false,
4314
+ infoKey: "bunnelby.lane"
4315
+ },
4316
+ {
4317
+ mapId: "map-rayquaza",
4318
+ neutralId: "bunnelby",
4319
+ left: "51.5%",
4320
+ top: "75.97%",
4321
+ spawnTime: "09:40",
4322
+ respawnTime: 60,
4323
+ permanentDelete: false,
4324
+ infoKey: "bunnelby.lane"
4325
+ },
4326
+ {
4327
+ mapId: "map-rayquaza",
4328
+ neutralId: "bunnelby",
4329
+ left: "49.86%",
4330
+ top: "60.17%",
4331
+ spawnTime: "09:15",
4332
+ respawnTime: 60,
4333
+ permanentDelete: false,
4334
+ infoKey: "bunnelby.lane_915_short"
4335
+ },
4336
+ {
4337
+ mapId: "map-rayquaza",
4338
+ neutralId: "accelgor",
4339
+ left: "33.6%",
4340
+ top: "49.64%",
4341
+ spawnTime: "09:45",
4342
+ respawnTime: 60,
4343
+ permanentDelete: false,
4344
+ infoKey: "accelgor"
4345
+ },
4346
+ {
4347
+ mapId: "map-rayquaza",
4348
+ neutralId: "accelgor",
4349
+ left: "65.66%",
4350
+ top: "49.64%",
4351
+ spawnTime: "09:45",
4352
+ respawnTime: 60,
4353
+ permanentDelete: false,
4354
+ infoKey: "accelgor"
4355
+ },
4356
+ {
4357
+ mapId: "map-rayquaza",
4358
+ neutralId: "escavalier",
4359
+ left: "33.6%",
4360
+ top: "32.09%",
4361
+ spawnTime: "09:45",
4362
+ respawnTime: 60,
4363
+ permanentDelete: false,
4364
+ infoKey: "baltoy.945_short"
4365
+ },
4366
+ {
4367
+ mapId: "map-rayquaza",
4368
+ neutralId: "escavalier",
4369
+ left: "66.59%",
4370
+ top: "32.09%",
4371
+ spawnTime: "09:45",
4372
+ respawnTime: 60,
4373
+ permanentDelete: false,
4374
+ infoKey: "baltoy.945_short"
4375
+ },
4376
+ {
4377
+ mapId: "map-rayquaza",
4378
+ neutralId: "baltoy",
4379
+ left: "25.88%",
4380
+ top: "36.19%",
4381
+ spawnTime: "09:45",
4382
+ respawnTime: 60,
4383
+ permanentDelete: false,
4384
+ infoKey: "baltoy.945_short"
4385
+ },
4386
+ {
4387
+ mapId: "map-rayquaza",
4388
+ neutralId: "baltoy",
4389
+ left: "25.41%",
4390
+ top: "47.3%",
4391
+ spawnTime: "09:45",
4392
+ respawnTime: 60,
4393
+ permanentDelete: false,
4394
+ infoKey: "baltoy.945_short"
4395
+ },
4396
+ {
4397
+ mapId: "map-rayquaza",
4398
+ neutralId: "baltoy",
4399
+ left: "73.26%",
4400
+ top: "36.19%",
4401
+ spawnTime: "09:45",
4402
+ respawnTime: 60,
4403
+ permanentDelete: false,
4404
+ infoKey: "baltoy.945_short"
4405
+ },
4406
+ {
4407
+ mapId: "map-rayquaza",
4408
+ neutralId: "baltoy",
4409
+ left: "73.85%",
4410
+ top: "47.3%",
4411
+ spawnTime: "09:45",
4412
+ respawnTime: 60,
4413
+ permanentDelete: false,
4414
+ infoKey: "baltoy.945_short"
4415
+ },
4416
+ {
4417
+ mapId: "map-rayquaza",
4418
+ neutralId: "baltoy",
4419
+ left: "49.98%",
4420
+ top: "23.9%",
4421
+ spawnTime: "09:40",
4422
+ respawnTime: 60,
4423
+ permanentDelete: false,
4424
+ infoKey: "baltoy.lane_940_short"
4425
+ },
4426
+ {
4427
+ mapId: "map-rayquaza",
4428
+ neutralId: "baltoy",
4429
+ left: "56.65%",
4430
+ top: "22.15%",
4431
+ spawnTime: "09:40",
4432
+ respawnTime: 60,
4433
+ permanentDelete: false,
4434
+ infoKey: "baltoy.lane_940_short"
4435
+ },
4436
+ {
4437
+ mapId: "map-rayquaza",
4438
+ neutralId: "baltoy",
4439
+ left: "42.61%",
4440
+ top: "22.15%",
4441
+ spawnTime: "09:40",
4442
+ respawnTime: 60,
4443
+ permanentDelete: false,
4444
+ infoKey: "baltoy.lane_940_short"
4445
+ },
4446
+ {
4447
+ mapId: "map-rayquaza",
4448
+ neutralId: "baltoy",
4449
+ left: "49.86%",
4450
+ top: "10.45%",
4451
+ spawnTime: "09:10",
4452
+ respawnTime: 60,
4453
+ permanentDelete: false,
4454
+ infoKey: "baltoy.lane_910_short"
4455
+ },
4456
+ {
4457
+ mapId: "map-rayquaza",
4458
+ neutralId: "baltoy",
4459
+ left: "33.13%",
4460
+ top: "12.79%",
4461
+ spawnTime: "09:10",
4462
+ respawnTime: 60,
4463
+ permanentDelete: false,
4464
+ infoKey: "baltoy.lane_910_short"
4465
+ },
4466
+ {
4467
+ mapId: "map-rayquaza",
4468
+ neutralId: "baltoy",
4469
+ left: "67.06%",
4470
+ top: "12.79%",
4471
+ spawnTime: "09:10",
4472
+ respawnTime: 60,
4473
+ permanentDelete: false,
4474
+ infoKey: "baltoy.lane_910_short"
4475
+ },
4476
+ {
4477
+ mapId: "map-rayquaza",
4478
+ neutralId: "baltoy",
4479
+ left: "30.79%",
4480
+ top: "73.63%",
4481
+ spawnTime: "09:10",
4482
+ respawnTime: 60,
4483
+ permanentDelete: false,
4484
+ infoKey: "baltoy.lane_910_short"
4485
+ },
4486
+ {
4487
+ mapId: "map-rayquaza",
4488
+ neutralId: "baltoy",
4489
+ left: "68.93%",
4490
+ top: "73.63%",
4491
+ spawnTime: "09:10",
4492
+ respawnTime: 60,
4493
+ permanentDelete: false,
4494
+ infoKey: "baltoy.lane_910_short"
4495
+ },
4496
+ {
4497
+ mapId: "map-rayquaza",
4498
+ neutralId: "baltoy",
4499
+ left: "42.14%",
4500
+ top: "40.87%",
4501
+ spawnTime: "08:40",
4502
+ respawnTime: 60,
4503
+ permanentDelete: false,
4504
+ infoKey: "baltoy.lane_840_short"
4505
+ },
4506
+ {
4507
+ mapId: "map-rayquaza",
4508
+ neutralId: "baltoy",
4509
+ left: "57.35%",
4510
+ top: "40.87%",
4511
+ spawnTime: "08:40",
4512
+ respawnTime: 60,
4513
+ permanentDelete: false,
4514
+ infoKey: "baltoy.lane_840_short"
4515
+ },
4516
+ {
4517
+ mapId: "map-rayquaza",
4518
+ neutralId: "baltoy",
4519
+ left: "27.87%",
4520
+ top: "29.75%",
4521
+ spawnTime: "10:00",
4522
+ respawnTime: 60,
4523
+ permanentDelete: false,
4524
+ infoKey: "baltoy.tower_break"
4525
+ },
4526
+ {
4527
+ mapId: "map-rayquaza",
4528
+ neutralId: "baltoy",
4529
+ left: "71.86%",
4530
+ top: "29.75%",
4531
+ spawnTime: "10:00",
4532
+ respawnTime: 60,
4533
+ permanentDelete: false,
4534
+ infoKey: "baltoy.tower_break"
4535
+ },
4536
+ {
4537
+ mapId: "map-rayquaza",
4538
+ neutralId: "baltoy",
4539
+ left: "25.41%",
4540
+ top: "52.57%",
4541
+ spawnTime: "10:00",
4542
+ respawnTime: 60,
4543
+ permanentDelete: false,
4544
+ infoKey: "baltoy.tower_break"
4545
+ },
4546
+ {
4547
+ mapId: "map-rayquaza",
4548
+ neutralId: "baltoy",
4549
+ left: "74.32%",
4550
+ top: "51.98%",
4551
+ spawnTime: "10:00",
4552
+ respawnTime: 60,
4553
+ permanentDelete: false,
4554
+ infoKey: "baltoy.tower_break"
4555
+ },
4556
+ {
4557
+ mapId: "map-rayquaza",
4558
+ neutralId: "regieleki",
4559
+ left: "49.86%",
4560
+ top: "8.11%",
4561
+ spawnTime: "07:00",
4562
+ respawnTime: 120,
4563
+ permanentDelete: false,
4564
+ infoKey: "regi.700"
4565
+ },
4566
+ {
4567
+ mapId: "map-rayquaza",
4568
+ neutralId: "regice",
4569
+ left: "49.86%",
4570
+ top: "85.33%",
4571
+ spawnTime: "07:00",
4572
+ respawnTime: 120,
4573
+ permanentDelete: false,
4574
+ infoKey: "regi.700"
4575
+ },
4576
+ {
4577
+ mapId: "map-rayquaza",
4578
+ neutralId: "registeel",
4579
+ left: "45.18%",
4580
+ top: "85.33%",
4581
+ spawnTime: "07:00",
4582
+ respawnTime: 120,
4583
+ permanentDelete: false,
4584
+ infoKey: "regi.700"
4585
+ },
4586
+ {
4587
+ mapId: "map-rayquaza",
4588
+ neutralId: "regirock",
4589
+ left: "54.54%",
4590
+ top: "85.33%",
4591
+ spawnTime: "07:00",
4592
+ respawnTime: 120,
4593
+ permanentDelete: false,
4594
+ infoKey: "regi.700"
4595
+ },
4596
+ {
4597
+ mapId: "map-rayquaza",
4598
+ neutralId: "xatu",
4599
+ left: "23.42%",
4600
+ top: "42.04%",
4601
+ spawnTime: "09:59",
4602
+ respawnTime: 0,
4603
+ permanentDelete: true,
4604
+ infoKey: "xatu.short"
4605
+ },
4606
+ {
4607
+ mapId: "map-rayquaza",
4608
+ neutralId: "xatu",
4609
+ left: "76.77%",
4610
+ top: "42.04%",
4611
+ spawnTime: "09:59",
4612
+ respawnTime: 0,
4613
+ permanentDelete: true,
4614
+ infoKey: "xatu.short"
4615
+ },
4616
+ {
4617
+ mapId: "map-rayquaza",
4618
+ neutralId: "indeedee",
4619
+ left: "40.74%",
4620
+ top: "74.8%",
4621
+ spawnTime: "09:30",
4622
+ respawnTime: 60,
4623
+ permanentDelete: false,
4624
+ infoKey: "indeedee.lane_930"
4625
+ },
4626
+ {
4627
+ mapId: "map-rayquaza",
4628
+ neutralId: "indeedee",
4629
+ left: "41.67%",
4630
+ top: "61.93%",
4631
+ spawnTime: "09:35",
4632
+ respawnTime: 60,
4633
+ permanentDelete: false,
4634
+ infoKey: "indeedee.lane_935"
4635
+ },
4636
+ {
4637
+ mapId: "map-rayquaza",
4638
+ neutralId: "indeedee",
4639
+ left: "58.52%",
4640
+ top: "74.8%",
4641
+ spawnTime: "09:30",
4642
+ respawnTime: 60,
4643
+ permanentDelete: false,
4644
+ infoKey: "indeedee.lane_930"
4645
+ },
4646
+ {
4647
+ mapId: "map-rayquaza",
4648
+ neutralId: "indeedee",
4649
+ left: "57.59%",
4650
+ top: "61.93%",
4651
+ spawnTime: "09:35",
4652
+ respawnTime: 60,
4653
+ permanentDelete: false,
4654
+ infoKey: "indeedee.lane_935"
4655
+ },
4656
+ {
4657
+ mapId: "map-rayquaza",
4658
+ neutralId: "indeedee",
4659
+ left: "25.41%",
4660
+ top: "16.3%",
4661
+ spawnTime: "10:00",
4662
+ respawnTime: 60,
4663
+ permanentDelete: false,
4664
+ infoKey: "baltoy.tower_break"
4665
+ },
4666
+ {
4667
+ mapId: "map-rayquaza",
4668
+ neutralId: "indeedee",
4669
+ left: "18.51%",
4670
+ top: "20.98%",
4671
+ spawnTime: "10:00",
4672
+ respawnTime: 60,
4673
+ permanentDelete: false,
4674
+ infoKey: "baltoy.tower_break"
4675
+ },
4676
+ {
4677
+ mapId: "map-rayquaza",
4678
+ neutralId: "indeedee",
4679
+ left: "13.36%",
4680
+ top: "28%",
4681
+ spawnTime: "10:00",
4682
+ respawnTime: 60,
4683
+ permanentDelete: false,
4684
+ infoKey: "baltoy.tower_break"
4685
+ },
4686
+ {
4687
+ mapId: "map-rayquaza",
4688
+ neutralId: "indeedee",
4689
+ left: "73.85%",
4690
+ top: "16.3%",
4691
+ spawnTime: "10:00",
4692
+ respawnTime: 60,
4693
+ permanentDelete: false,
4694
+ infoKey: "baltoy.tower_break"
4695
+ },
4696
+ {
4697
+ mapId: "map-rayquaza",
4698
+ neutralId: "indeedee",
4699
+ left: "80.75%",
4700
+ top: "20.98%",
4701
+ spawnTime: "10:00",
4702
+ respawnTime: 60,
4703
+ permanentDelete: false,
4704
+ infoKey: "baltoy.tower_break"
4705
+ },
4706
+ {
4707
+ mapId: "map-rayquaza",
4708
+ neutralId: "indeedee",
4709
+ left: "84.73%",
4710
+ top: "26.83%",
4711
+ spawnTime: "10:00",
4712
+ respawnTime: 60,
4713
+ permanentDelete: false,
4714
+ infoKey: "baltoy.tower_break"
4715
+ },
4716
+ {
4717
+ mapId: "map-rayquaza",
4718
+ neutralId: "indeedee",
4719
+ left: "11.02%",
4720
+ top: "57.01%",
4721
+ spawnTime: "10:00",
4722
+ respawnTime: 60,
4723
+ permanentDelete: false,
4724
+ infoKey: "baltoy.tower_break"
4725
+ },
4726
+ {
4727
+ mapId: "map-rayquaza",
4728
+ neutralId: "indeedee",
4729
+ left: "15.47%",
4730
+ top: "62.51%",
4731
+ spawnTime: "10:00",
4732
+ respawnTime: 60,
4733
+ permanentDelete: false,
4734
+ infoKey: "baltoy.tower_break"
4735
+ },
4736
+ {
4737
+ mapId: "map-rayquaza",
4738
+ neutralId: "indeedee",
4739
+ left: "84.26%",
4740
+ top: "62.51%",
4741
+ spawnTime: "10:00",
4742
+ respawnTime: 60,
4743
+ permanentDelete: false,
4744
+ infoKey: "baltoy.tower_break"
4745
+ },
4746
+ {
4747
+ mapId: "map-rayquaza",
4748
+ neutralId: "indeedee",
4749
+ left: "88.71%",
4750
+ top: "57.25%",
4751
+ spawnTime: "10:00",
4752
+ respawnTime: 60,
4753
+ permanentDelete: false,
4754
+ infoKey: "baltoy.tower_break"
4755
+ },
4756
+ {
4757
+ mapId: "map-rayquaza",
4758
+ neutralId: "sitrus",
4759
+ left: "36.53%",
4760
+ top: "64.85%",
4761
+ spawnTime: "09:30",
4762
+ respawnTime: 60,
4763
+ permanentDelete: false
4764
+ },
4765
+ {
4766
+ mapId: "map-rayquaza",
4767
+ neutralId: "sitrus",
4768
+ left: "34.54%",
4769
+ top: "68.95%",
4770
+ spawnTime: "09:30",
4771
+ respawnTime: 60,
4772
+ permanentDelete: false
4773
+ },
4774
+ {
4775
+ mapId: "map-rayquaza",
4776
+ neutralId: "sitrus",
4777
+ left: "64.14%",
4778
+ top: "64.85%",
4779
+ spawnTime: "09:30",
4780
+ respawnTime: 60,
4781
+ permanentDelete: false
4782
+ },
4783
+ {
4784
+ mapId: "map-rayquaza",
4785
+ neutralId: "sitrus",
4786
+ left: "66.13%",
4787
+ top: "68.95%",
4788
+ spawnTime: "09:30",
4789
+ respawnTime: 60,
4790
+ permanentDelete: false
4791
+ },
4792
+ {
4793
+ mapId: "map-rayquaza",
4794
+ neutralId: "sitrus",
4795
+ left: "37.46%",
4796
+ top: "20.39%",
4797
+ spawnTime: "09:30",
4798
+ respawnTime: 60,
4799
+ permanentDelete: false
4800
+ },
4801
+ {
4802
+ mapId: "map-rayquaza",
4803
+ neutralId: "sitrus",
4804
+ left: "36.53%",
4805
+ top: "16.3%",
4806
+ spawnTime: "09:30",
4807
+ respawnTime: 60,
4808
+ permanentDelete: false
4809
+ },
4810
+ {
4811
+ mapId: "map-rayquaza",
4812
+ neutralId: "sitrus",
4813
+ left: "62.73%",
4814
+ top: "19.81%",
4815
+ spawnTime: "09:30",
4816
+ respawnTime: 60,
4817
+ permanentDelete: false
4818
+ },
4819
+ {
4820
+ mapId: "map-rayquaza",
4821
+ neutralId: "sitrus",
4822
+ left: "63.67%",
4823
+ top: "16.3%",
4824
+ spawnTime: "09:30",
4825
+ respawnTime: 60,
4826
+ permanentDelete: false
4827
+ },
4828
+ {
4829
+ mapId: "map-rayquaza",
4830
+ neutralId: "salac",
4831
+ left: "44.95%",
4832
+ top: "50.81%",
4833
+ spawnTime: "08:30",
4834
+ respawnTime: 60,
4835
+ permanentDelete: false,
4836
+ infoKey: "salac.short"
4837
+ },
4838
+ {
4839
+ mapId: "map-rayquaza",
4840
+ neutralId: "salac",
4841
+ left: "54.31%",
4842
+ top: "50.81%",
4843
+ spawnTime: "08:30",
4844
+ respawnTime: 60,
4845
+ permanentDelete: false,
4846
+ infoKey: "salac.short"
4847
+ },
4848
+ {
4849
+ mapId: "map-rayquaza",
4850
+ neutralId: "salac",
4851
+ left: "44.95%",
4852
+ top: "32.68%",
4853
+ spawnTime: "08:30",
4854
+ respawnTime: 60,
4855
+ permanentDelete: false,
4856
+ infoKey: "salac.short"
4857
+ },
4858
+ {
4859
+ mapId: "map-rayquaza",
4860
+ neutralId: "salac",
4861
+ left: "54.31%",
4862
+ top: "32.68%",
4863
+ spawnTime: "08:30",
4864
+ respawnTime: 60,
4865
+ permanentDelete: false,
4866
+ infoKey: "salac.short"
4867
+ },
4868
+ {
4869
+ mapId: "map-rayquaza",
4870
+ neutralId: "altaria",
4871
+ left: "49.86%",
4872
+ top: "40.87%",
4873
+ spawnTime: "08:00",
4874
+ respawnTime: 90,
4875
+ permanentDelete: false,
4876
+ infoKey: "altaria.rayquaza"
4877
+ }
4878
+ ];
4879
+ var spawns_default = spawns;
4880
+
2472
4881
  // src/utils.ts
2473
4882
  function getImageUrl(pokemon, imageKey, options) {
2474
4883
  const path = pokemon.images[imageKey];
@@ -2482,6 +4891,18 @@ function getMapImageUrl(map, resolution, options) {
2482
4891
  const base = options?.baseUrl?.replace(/\/$/, "");
2483
4892
  return base ? `${base}/${path}` : path;
2484
4893
  }
4894
+ function getSpawnsByMap(mapId) {
4895
+ return spawns_default.filter((s) => s.mapId === mapId);
4896
+ }
4897
+ function getNeutralById(id) {
4898
+ return neutrals_default.find((n) => n.id === id);
4899
+ }
4900
+ function getNeutralImageUrl(neutral, options) {
4901
+ const path = neutral.image;
4902
+ if (path == null || path === "") return "";
4903
+ const base = options?.baseUrl?.replace(/\/$/, "");
4904
+ return base ? `${base}/${path}` : path;
4905
+ }
2485
4906
  function getPokemonByName(name) {
2486
4907
  return pokemons_default.find((p) => p.name === name);
2487
4908
  }
@@ -2516,6 +4937,55 @@ for (const m of maps_default) {
2516
4937
  names[m.id] = m.name;
2517
4938
  if (m.description) names[`${m.id}.description`] = m.description;
2518
4939
  }
4940
+ for (const n of neutrals_default) {
4941
+ names[n.id] = n.name;
4942
+ }
4943
+ Object.assign(names, {
4944
+ "spawn.info.groudon.boss": "<p>When defeated, all team members alive receive a <strong>buff</strong> and <strong>15 aeos points</strong>.<br>This buff is <strong>permanent until the holder is KO'd</strong>. When the holder is <strong>KO'd</strong>, the buff <strong>transfers to the killer</strong>.<br>It provides a <strong>goal-scoring speed boost</strong>, a <strong>huge damage boost</strong>, and a <strong>small shield</strong>.<br>Always spawn at 2:00.</p>",
4945
+ "spawn.info.bunnelby.initial": "<p>They <strong>spawn at the beginning of the game</strong> and <strong>never respawn</strong> once killed.</p><p>Give 2 points.</p>",
4946
+ "spawn.info.bunnelby.lane_940": "<p>Starts spawning at <strong>9:40</strong>.</p><p>When defeated, grants <strong>2 points</strong> and respawn after <strong>60 seconds</strong>.</p><p>If either of the <strong>first towers</strong> in the lane is destroyed, it <strong>disappears</strong>.</p>",
4947
+ "spawn.info.bunnelby.lane_920": "<p>Starts spawning at <strong>9:20</strong>.</p><p>When defeated, grants <strong>2 points</strong> and respawn after <strong>60 seconds</strong>.</p><p>If either of the <strong>first towers</strong> in the lane is destroyed, it <strong>disappears</strong>.</p>",
4948
+ "spawn.info.bunnelby.lane_915": "<p>Starts spawning at <strong>9:15</strong>.</p><p>When defeated, grants <strong>2 points</strong> and respawn after <strong>60 seconds</strong>.</p><p>If either of the <strong>first towers</strong> in the lane is destroyed, it <strong>disappears</strong>.</p>",
4949
+ "spawn.info.accelgor": "<p>Starts spawning at <strong>9:45</strong>.</p><p>When defeated, grants <strong>4 / 7 points</strong> and a <strong>buff</strong>. <strong>Respawns after 60 seconds</strong>.</p><p>This buff lasts for <strong>70 seconds</strong> and provides a <strong>10% move cooldown reduction</strong>.</p>",
4950
+ "spawn.info.escavalier": "<p>Starts spawning at <strong>9:45</strong>.</p><p>When defeated, grants <strong>4 / 7 points</strong> and a <strong>buff</strong>. <strong>Respawns after 60 seconds</strong>.</p><p>This buff lasts for <strong>70 seconds</strong> and provides <strong>basic attacks extra damage and decreases opponent movement speed for a short time</strong>.</p>",
4951
+ "spawn.info.baltoy.generic": "<p>Starts spawning at <strong>9:45</strong>.</p><p>When defeated, grants <strong>2 points</strong>. <strong>Respawns after 60 seconds</strong>.</p>",
4952
+ "spawn.info.baltoy.lane_940": "<p>Starts spawning at <strong>9:40</strong>.</p><p>When defeated, grants <strong>2 points</strong>. <strong>Respawns after 60 seconds</strong>.</p><p>If either of the <strong>first towers</strong> in the lane is destroyed, it <strong>disappears</strong>.</p>",
4953
+ "spawn.info.baltoy.lane_920": "<p>Starts spawning at <strong>9:40</strong>.</p><p>When defeated, grants <strong>2 points</strong>. <strong>Respawns after 60 seconds</strong>.</p><p>If either of the <strong>first towers</strong> in the lane is destroyed, it <strong>disappears</strong>.</p>",
4954
+ "spawn.info.baltoy.lane_910": "<p>Starts spawning at <strong>9:10</strong>.</p><p>When defeated, grants <strong>2 points</strong>. <strong>Respawns after 60 seconds</strong>.</p><p>If either of the <strong>first towers</strong> in the lane is destroyed, it <strong>disappears</strong>.</p>",
4955
+ "spawn.info.baltoy.lane_910_only": "<p>Starts spawning at <strong>9:10</strong>.</p><p>When defeated, grants <strong>2 points</strong>. <strong>Respawns after 60 seconds</strong>.</p>",
4956
+ "spawn.info.baltoy.lane_840": "<p>Starts spawning at <strong>8:40</strong>.</p><p>When defeated, grants <strong>2 points</strong>. <strong>Respawns after 60 seconds</strong>.</p>",
4957
+ "spawn.info.baltoy.tower": "<p>Starts spawning when the corresponding <strong>first tower is destroyed</strong>.</p><p>When defeated, grants <strong>2 points</strong>. <strong>Respawns after 60 seconds</strong>.</p>",
4958
+ "spawn.info.regidrago": "<p>Spawns in the <strong>middle of the map at 8:00</strong>. When killed, <strong>Altaria spawn instead 1:30 minute after</strong>.<br>The team that defeats <strong>Regidrago</strong> gains <strong>experience for all teammates</strong>.<br>The player who lands the killing blow receives a <strong>scoring-speed buff</strong> and <strong>20 points</strong>.</p>",
4959
+ "spawn.info.regieleki": "<p>Spawns at <strong>7:00</strong> on a random lane between <strong>toplane and botlane</strong>.<br>When defeated, goes to the base of the opposing team and if it touches the base, scores <strong>20/16/12/8 points</strong> and if the base is still alive, makes <strong>any goal become instant during 20/15/10/5s</strong>.<br>The player who lands the killing blow receives <strong>20 points</strong>.<br>Respawns <strong>2 minutes</strong> after death.</p>",
4960
+ "spawn.info.regi.700": "<p>Spawns at <strong>7:00</strong>.</p>",
4961
+ "spawn.info.xatu": "<p>Spawns at <strong>9:59</strong>.</p><p>Grants <strong>a large amount of experience</strong> and <strong>2 points</strong> when defeated.</p><p><strong>Does not respawn</strong>.</p>",
4962
+ "spawn.info.natu.900": "<p>Spawns at <strong>9:00</strong>.</p>",
4963
+ "spawn.info.natu.920": "<p>Spawns at <strong>9:20</strong>.</p>",
4964
+ "spawn.info.indeedee.lane": "<p>Starts spawning at <strong>9:30</strong> / <strong>9:35</strong>.</p><p>When defeated, <strong>respawns after 60 seconds</strong> and grants <strong>5 points</strong>.</p><p>If either of the <strong>first towers</strong> in the lane is destroyed, it <strong>disappears</strong>.</p>",
4965
+ "spawn.info.indeedee.tower": "<p>Spawns when the corresponding <strong>first tower</strong> is destroyed.</p><p>When defeated, <strong>respawns after 60 seconds</strong> and grants <strong>5 points</strong>.</p>",
4966
+ "spawn.info.salac": "<p>When consumed, grants a <strong>movement speed bonus</strong> for <strong>3 seconds</strong>.</p><p>Starts spawning at <strong>8:30</strong> and respawns <strong>60 seconds</strong> after being consumed.</p>",
4967
+ "spawn.info.salac.short": "<p>Movement speed bonus for 3 seconds.</p>",
4968
+ "spawn.info.altaria.after_regidrago": "<p>Starts spawning <strong>mid 1:30 after Regidrago is killed</strong>.</p>",
4969
+ "spawn.info.altaria.rayquaza": "<p>Spawn at <strong>8:00</strong> and respawn every <strong>1:30</strong>.</p><p>Disappears at <strong>2:30</strong>.</p>",
4970
+ "spawn.info.kyogre.boss": "<p>When defeated, all team members alive receive a <strong>buff</strong>, <strong>15 aeos points</strong> and all opponents' towers still up are disabled for 1:30 (opponent can't receive shield and regen).<br>This buff is <strong>permanent until the holder is KO'd</strong>. When the holder is <strong>KO'd</strong>, the buff <strong>transfers to the killer</strong>.<br>It provides a <strong>goal-scoring speed boost</strong>, <strong>self regen (5% per second)</strong>, and a <strong>small shield</strong>.<br>Always spawn at 2:00.</p>",
4971
+ "spawn.info.rayquaza.boss": "<p>When defeated, grants the winning team <strong>15 aeos points</strong>, a <strong>shield</strong> that <strong>speeds up goal scoring</strong> and <strong>prevents goals from being blocked</strong>.<br>Always spawns at 2:00.</p>",
4972
+ "spawn.info.regidrago.kyogre": "<p>Spawns in the <strong>middle of the map at 8:00</strong>.</p>",
4973
+ "spawn.info.xatu.short": "<p>Spawns at <strong>9:59</strong>.</p>",
4974
+ "spawn.info.indeedee.tower_break": "<p>Tower break spawn.</p>",
4975
+ "spawn.info.baltoy.tower_break": "<p>Tower break spawn.</p>",
4976
+ "spawn.info.bunnelby.lane": "<p>Starts spawning at <strong>9:40</strong>.</p>",
4977
+ "spawn.info.bunnelby.lane_920_short": "<p>Starts spawning at <strong>9:20</strong>.</p>",
4978
+ "spawn.info.bunnelby.lane_915_short": "<p>Starts spawning at <strong>9:15</strong>.</p>",
4979
+ "spawn.info.baltoy.lane_940_short": "<p>Starts spawning at <strong>9:40</strong>.</p>",
4980
+ "spawn.info.baltoy.945_short": "<p>Starts spawning at <strong>9:45</strong>.</p>",
4981
+ "spawn.info.baltoy.lane_910_short": "<p>Starts spawning at <strong>9:10</strong>.</p>",
4982
+ "spawn.info.baltoy.lane_840_short": "<p>Starts spawning at <strong>8:40</strong>.</p>",
4983
+ "spawn.info.indeedee.lane_930": "<p>Starts spawning at <strong>9:30</strong>.</p>",
4984
+ "spawn.info.indeedee.lane_935": "<p>Starts spawning at <strong>9:35</strong>.</p>",
4985
+ "spawn.info.bunnelby.points": "<p>Give 2 points.</p>",
4986
+ "spawn.info.baltoy.tower_kyogre": "<p>Starts spawning when the corresponding <strong>first tower is destroyed</strong>.</p>",
4987
+ "spawn.info.indeedee.tower_short": "<p>Spawns when the corresponding <strong>first tower</strong> is destroyed.</p>"
4988
+ });
2519
4989
  var en_default = names;
2520
4990
 
2521
4991
  // src/i18n/pt-BR.ts
@@ -2527,7 +4997,52 @@ var ptBR = {
2527
4997
  "map-kyogre": "Ru\xEDnas Celestes de Theia",
2528
4998
  "map-kyogre.description": "Mapa 5v5 com Kyogre.",
2529
4999
  "map-rayquaza": "Ru\xEDnas Celestes de Theia",
2530
- "map-rayquaza.description": "Mapa 5v5 com Rayquaza."
5000
+ "map-rayquaza.description": "Mapa 5v5 com Rayquaza.",
5001
+ // Spawn info (HTML) — principais textos; demais usam fallback en
5002
+ "spawn.info.groudon.boss": "<p>Ao ser derrotado, todos os membros vivos do time recebem <strong>buff</strong> e <strong>15 pontos aeos</strong>.<br>O buff \xE9 <strong>permanente at\xE9 o portador ser nocauteado</strong>. Ao ser nocauteado, o buff <strong>transfere para quem aplicou o KO</strong>.<br>Concede <strong>aumento de velocidade de pontua\xE7\xE3o</strong>, <strong>grande aumento de dano</strong> e <strong>pequeno escudo</strong>.<br>Sempre aparece \xE0s 2:00.</p>",
5003
+ "spawn.info.kyogre.boss": "<p>Ao ser derrotado, todos os membros vivos do time recebem <strong>buff</strong>, <strong>15 pontos aeos</strong> e as torres advers\xE1rias ainda de p\xE9 ficam desativadas por 1:30 (advers\xE1rio n\xE3o recebe escudo e regenera\xE7\xE3o).<br>O buff \xE9 <strong>permanente at\xE9 o portador ser nocauteado</strong>. Ao ser nocauteado, o buff <strong>transfere para quem aplicou o KO</strong>.<br>Concede <strong>aumento de velocidade de pontua\xE7\xE3o</strong>, <strong>autorregenera\xE7\xE3o (5% por segundo)</strong> e <strong>pequeno escudo</strong>.<br>Sempre aparece \xE0s 2:00.</p>",
5004
+ "spawn.info.rayquaza.boss": "<p>Ao ser derrotado, concede ao time vencedor <strong>15 pontos aeos</strong>, um <strong>escudo</strong> que <strong>acelera a pontua\xE7\xE3o</strong> e <strong>impede que gols sejam bloqueados</strong>.<br>Sempre aparece \xE0s 2:00.</p>",
5005
+ "spawn.info.bunnelby.initial": "<p><strong>Aparecem no in\xEDcio da partida</strong> e <strong>n\xE3o ressurgem</strong> ap\xF3s derrotados.</p><p>D\xE3o 2 pontos.</p>",
5006
+ "spawn.info.bunnelby.points": "<p>D\xE3o 2 pontos.</p>",
5007
+ "spawn.info.regi.700": "<p>Aparece \xE0s <strong>7:00</strong>.</p>",
5008
+ "spawn.info.bunnelby.lane_940": "<p>Come\xE7a a aparecer \xE0s <strong>9:40</strong>.</p><p>Quando derrotado, concede <strong>2 pontos</strong> e ressurgem ap\xF3s <strong>60 segundos</strong>.</p><p>Se alguma das <strong>primeiras torres</strong> da lane for destru\xEDda, <strong>desaparece</strong>.</p>",
5009
+ "spawn.info.bunnelby.lane_920": "<p>Come\xE7a a aparecer \xE0s <strong>9:20</strong>.</p><p>Quando derrotado, concede <strong>2 pontos</strong> e ressurgem ap\xF3s <strong>60 segundos</strong>.</p><p>Se alguma das <strong>primeiras torres</strong> da lane for destru\xEDda, <strong>desaparece</strong>.</p>",
5010
+ "spawn.info.bunnelby.lane_915": "<p>Come\xE7a a aparecer \xE0s <strong>9:15</strong>.</p><p>Quando derrotado, concede <strong>2 pontos</strong> e ressurgem ap\xF3s <strong>60 segundos</strong>.</p><p>Se alguma das <strong>primeiras torres</strong> da lane for destru\xEDda, <strong>desaparece</strong>.</p>",
5011
+ "spawn.info.accelgor": "<p>Come\xE7a a aparecer \xE0s <strong>9:45</strong>.</p><p>Quando derrotado, concede <strong>4 / 7 pontos</strong> e um <strong>buff</strong>. <strong>Ressurge ap\xF3s 60 segundos</strong>.</p><p>O buff dura <strong>70 segundos</strong> e concede <strong>10% de redu\xE7\xE3o no tempo de recarga dos movimentos</strong>.</p>",
5012
+ "spawn.info.escavalier": "<p>Come\xE7a a aparecer \xE0s <strong>9:45</strong>.</p><p>Quando derrotado, concede <strong>4 / 7 pontos</strong> e um <strong>buff</strong>. <strong>Ressurge ap\xF3s 60 segundos</strong>.</p><p>O buff dura <strong>70 segundos</strong> e concede <strong>dano extra em ataques b\xE1sicos e reduz a velocidade de movimento do oponente por um curto tempo</strong>.</p>",
5013
+ "spawn.info.baltoy.generic": "<p>Come\xE7a a aparecer \xE0s <strong>9:45</strong>.</p><p>Quando derrotado, concede <strong>2 pontos</strong>. <strong>Ressurge ap\xF3s 60 segundos</strong>.</p>",
5014
+ "spawn.info.baltoy.lane_940": "<p>Come\xE7a a aparecer \xE0s <strong>9:40</strong>.</p><p>Quando derrotado, concede <strong>2 pontos</strong>. <strong>Ressurge ap\xF3s 60 segundos</strong>.</p><p>Se alguma das <strong>primeiras torres</strong> da lane for destru\xEDda, <strong>desaparece</strong>.</p>",
5015
+ "spawn.info.baltoy.lane_920": "<p>Come\xE7a a aparecer \xE0s <strong>9:40</strong>.</p><p>Quando derrotado, concede <strong>2 pontos</strong>. <strong>Ressurge ap\xF3s 60 segundos</strong>.</p><p>Se alguma das <strong>primeiras torres</strong> da lane for destru\xEDda, <strong>desaparece</strong>.</p>",
5016
+ "spawn.info.baltoy.lane_910": "<p>Come\xE7a a aparecer \xE0s <strong>9:10</strong>.</p><p>Quando derrotado, concede <strong>2 pontos</strong>. <strong>Ressurge ap\xF3s 60 segundos</strong>.</p><p>Se alguma das <strong>primeiras torres</strong> da lane for destru\xEDda, <strong>desaparece</strong>.</p>",
5017
+ "spawn.info.baltoy.lane_910_only": "<p>Come\xE7a a aparecer \xE0s <strong>9:10</strong>.</p><p>Quando derrotado, concede <strong>2 pontos</strong>. <strong>Ressurge ap\xF3s 60 segundos</strong>.</p>",
5018
+ "spawn.info.baltoy.lane_840": "<p>Come\xE7a a aparecer \xE0s <strong>8:40</strong>.</p><p>Quando derrotado, concede <strong>2 pontos</strong>. <strong>Ressurge ap\xF3s 60 segundos</strong>.</p>",
5019
+ "spawn.info.baltoy.tower": "<p>Come\xE7a a aparecer quando a <strong>primeira torre correspondente</strong> for destru\xEDda.</p><p>Quando derrotado, concede <strong>2 pontos</strong>. <strong>Ressurge ap\xF3s 60 segundos</strong>.</p>",
5020
+ "spawn.info.regidrago": "<p>Aparece no <strong>centro do mapa \xE0s 8:00</strong>. Quando derrotado, <strong>Altaria aparece 1:30 minuto depois</strong>.<br>O time que derrotar o <strong>Regidrago</strong> ganha <strong>experi\xEAncia para todos os aliados</strong>.<br>Quem aplicar o golpe final recebe <strong>buff de velocidade de pontua\xE7\xE3o</strong> e <strong>20 pontos</strong>.</p>",
5021
+ "spawn.info.regieleki": "<p>Aparece \xE0s <strong>7:00</strong> em uma lane aleat\xF3ria entre <strong>topo e base</strong>.<br>Quando derrotado, vai at\xE9 a base do time advers\xE1rio e, se tocar a base, pontua <strong>20/16/12/8 pontos</strong>; se a base ainda estiver de p\xE9, <strong>gols ficam instant\xE2neos por 20/15/10/5s</strong>.<br>Quem aplicar o golpe final recebe <strong>20 pontos</strong>.<br>Ressurge <strong>2 minutos</strong> ap\xF3s a morte.</p>",
5022
+ "spawn.info.xatu": "<p>Aparece \xE0s <strong>9:59</strong>.</p><p>Concede <strong>muita experi\xEAncia</strong> e <strong>2 pontos</strong> quando derrotado.</p><p><strong>N\xE3o ressurgem</strong>.</p>",
5023
+ "spawn.info.natu.900": "<p>Aparece \xE0s <strong>9:00</strong>.</p>",
5024
+ "spawn.info.natu.920": "<p>Aparece \xE0s <strong>9:20</strong>.</p>",
5025
+ "spawn.info.indeedee.lane": "<p>Come\xE7a a aparecer \xE0s <strong>9:30</strong> / <strong>9:35</strong>.</p><p>Quando derrotado, <strong>ressurge ap\xF3s 60 segundos</strong> e concede <strong>5 pontos</strong>.</p><p>Se alguma das <strong>primeiras torres</strong> da lane for destru\xEDda, <strong>desaparece</strong>.</p>",
5026
+ "spawn.info.indeedee.tower": "<p>Aparece quando a <strong>primeira torre correspondente</strong> for destru\xEDda.</p><p>Quando derrotado, <strong>ressurge ap\xF3s 60 segundos</strong> e concede <strong>5 pontos</strong>.</p>",
5027
+ "spawn.info.salac": "<p>Quando consumido, concede <strong>b\xF4nus de velocidade de movimento</strong> por <strong>3 segundos</strong>.</p><p>Come\xE7a a aparecer \xE0s <strong>8:30</strong> e ressurgem <strong>60 segundos</strong> ap\xF3s o consumo.</p>",
5028
+ "spawn.info.salac.short": "<p>B\xF4nus de velocidade de movimento por 3 segundos.</p>",
5029
+ "spawn.info.altaria.after_regidrago": "<p>Come\xE7a a aparecer <strong>1:30 ap\xF3s o Regidrago ser derrotado</strong>.</p>",
5030
+ "spawn.info.altaria.rayquaza": "<p>Aparece \xE0s <strong>8:00</strong> e resurge a cada <strong>1:30</strong>.</p><p>Desaparece \xE0s <strong>2:30</strong>.</p>",
5031
+ "spawn.info.regidrago.kyogre": "<p>Aparece no <strong>centro do mapa \xE0s 8:00</strong>.</p>",
5032
+ "spawn.info.xatu.short": "<p>Aparece \xE0s <strong>9:59</strong>.</p>",
5033
+ "spawn.info.indeedee.tower_break": "<p>Aparece quando torre \xE9 destru\xEDda.</p>",
5034
+ "spawn.info.baltoy.tower_break": "<p>Aparece quando torre \xE9 destru\xEDda.</p>",
5035
+ "spawn.info.bunnelby.lane": "<p>Come\xE7a a aparecer \xE0s <strong>9:40</strong>.</p>",
5036
+ "spawn.info.bunnelby.lane_920_short": "<p>Come\xE7a a aparecer \xE0s <strong>9:20</strong>.</p>",
5037
+ "spawn.info.bunnelby.lane_915_short": "<p>Come\xE7a a aparecer \xE0s <strong>9:15</strong>.</p>",
5038
+ "spawn.info.baltoy.lane_940_short": "<p>Come\xE7a a aparecer \xE0s <strong>9:40</strong>.</p>",
5039
+ "spawn.info.baltoy.945_short": "<p>Come\xE7a a aparecer \xE0s <strong>9:45</strong>.</p>",
5040
+ "spawn.info.baltoy.lane_910_short": "<p>Come\xE7a a aparecer \xE0s <strong>9:10</strong>.</p>",
5041
+ "spawn.info.baltoy.lane_840_short": "<p>Come\xE7a a aparecer \xE0s <strong>8:40</strong>.</p>",
5042
+ "spawn.info.indeedee.lane_930": "<p>Come\xE7a a aparecer \xE0s <strong>9:30</strong>.</p>",
5043
+ "spawn.info.indeedee.lane_935": "<p>Come\xE7a a aparecer \xE0s <strong>9:35</strong>.</p>",
5044
+ "spawn.info.baltoy.tower_kyogre": "<p>Come\xE7a a aparecer quando a <strong>primeira torre correspondente</strong> for destru\xEDda.</p>",
5045
+ "spawn.info.indeedee.tower_short": "<p>Aparece quando a <strong>primeira torre correspondente</strong> for destru\xEDda.</p>"
2531
5046
  };
2532
5047
  var pt_BR_default = ptBR;
2533
5048
 
@@ -2626,7 +5141,71 @@ var jaJP = {
2626
5141
  "map-kyogre": "\u30C6\u30A4\u30A2\u306E\u5929\u7A7A\u907A\u8DE1",
2627
5142
  "map-kyogre.description": "\u30AB\u30A4\u30AA\u30FC\u30AC\u304C\u767B\u5834\u3059\u308B5v5\u30DE\u30C3\u30D7\u3002",
2628
5143
  "map-rayquaza": "\u30C6\u30A4\u30A2\u306E\u5929\u7A7A\u907A\u8DE1",
2629
- "map-rayquaza.description": "\u30EC\u30C3\u30AF\u30A6\u30B6\u304C\u767B\u5834\u3059\u308B5v5\u30DE\u30C3\u30D7\u3002"
5144
+ "map-rayquaza.description": "\u30EC\u30C3\u30AF\u30A6\u30B6\u304C\u767B\u5834\u3059\u308B5v5\u30DE\u30C3\u30D7\u3002",
5145
+ // Neutrals (wild Pokémon / items)
5146
+ accelgor: "\u30A2\u30C3\u30B1\u30E9\u30FC",
5147
+ altaria: "\u30C1\u30EB\u30BF\u30EA\u30B9",
5148
+ baltoy: "\u30E4\u30C9\u30F3",
5149
+ bunnelby: "\u30DB\u30EB\u30D3\u30FC",
5150
+ escavalier: "\u30B7\u30E5\u30D0\u30EB\u30B4",
5151
+ groudon: "\u30B0\u30E9\u30FC\u30C9\u30F3",
5152
+ indeedee: "\u30A4\u30A8\u30C3\u30B5\u30F3",
5153
+ kyogre: "\u30AB\u30A4\u30AA\u30FC\u30AC",
5154
+ natu: "\u30CD\u30A4\u30C6\u30A3",
5155
+ rayquaza: "\u30EC\u30C3\u30AF\u30A6\u30B6",
5156
+ regidrago: "\u30EC\u30B8\u30C9\u30E9\u30B4",
5157
+ regice: "\u30EC\u30B8\u30A2\u30A4\u30B9",
5158
+ regieleki: "\u30EC\u30B8\u30A8\u30EC\u30AD",
5159
+ regirock: "\u30EC\u30B8\u30ED\u30C3\u30AF",
5160
+ registeel: "\u30EC\u30B8\u30B9\u30C1\u30EB",
5161
+ salac: "\u30B5\u30E9\u30AF\u306E\u307F",
5162
+ sitrus: "\u30AA\u30DC\u30F3\u306E\u307F",
5163
+ xatu: "\u30CD\u30A4\u30C6\u30A3\u30AA",
5164
+ // Spawn info (HTML)
5165
+ "spawn.info.groudon.boss": "<p>\u6483\u7834\u3059\u308B\u3068\u3001\u751F\u5B58\u3057\u3066\u3044\u308B\u5473\u65B9\u5168\u54E1\u304C<strong>\u30D0\u30D5</strong>\u3068<strong>15\u30A2\u30A8\u30AA\u30B9\u30DD\u30A4\u30F3\u30C8</strong>\u3092\u7372\u5F97\u3002<br>\u3053\u306E\u30D0\u30D5\u306F<strong>\u6240\u6301\u8005\u304C\u30CE\u30C3\u30AF\u30A2\u30A6\u30C8\u3055\u308C\u308B\u307E\u3067\u6C38\u7D9A</strong>\u3002\u30CE\u30C3\u30AF\u30A2\u30A6\u30C8\u3055\u308C\u308B\u3068\u30D0\u30D5\u306F<strong>\u4E0E\u3048\u305F\u5074\u306B\u79FB\u308B</strong>\u3002<br><strong>\u30B4\u30FC\u30EB\u901F\u5EA6\u4E0A\u6607</strong>\u30FB<strong>\u5927\u30C0\u30E1\u30FC\u30B8\u4E0A\u6607</strong>\u30FB<strong>\u5C0F\u30B7\u30FC\u30EB\u30C9</strong>\u3002<br>2:00\u306B\u51FA\u73FE\u3002</p>",
5166
+ "spawn.info.bunnelby.initial": "<p><strong>\u8A66\u5408\u958B\u59CB\u6642\u306B\u51FA\u73FE</strong>\u3057\u3001<strong>\u6483\u7834\u5F8C\u306F\u518D\u51FA\u73FE\u3057\u306A\u3044</strong>\u3002</p><p>2\u30DD\u30A4\u30F3\u30C8\u7372\u5F97\u3002</p>",
5167
+ "spawn.info.bunnelby.lane_940": "<p><strong>9:40</strong>\u304B\u3089\u51FA\u73FE\u3002<br>\u6483\u7834\u3067<strong>2\u30DD\u30A4\u30F3\u30C8</strong>\u7372\u5F97\u3001<strong>60\u79D2</strong>\u5F8C\u306B\u518D\u51FA\u73FE\u3002<br>\u30EC\u30FC\u30F3\u306E<strong>\u6700\u521D\u306E\u30BF\u30EF\u30FC</strong>\u304C\u7834\u58CA\u3055\u308C\u308B\u3068<strong>\u6D88\u6EC5</strong>\u3002</p>",
5168
+ "spawn.info.bunnelby.lane_920": "<p><strong>9:20</strong>\u304B\u3089\u51FA\u73FE\u3002<br>\u6483\u7834\u3067<strong>2\u30DD\u30A4\u30F3\u30C8</strong>\u7372\u5F97\u3001<strong>60\u79D2</strong>\u5F8C\u306B\u518D\u51FA\u73FE\u3002<br>\u30EC\u30FC\u30F3\u306E<strong>\u6700\u521D\u306E\u30BF\u30EF\u30FC</strong>\u304C\u7834\u58CA\u3055\u308C\u308B\u3068<strong>\u6D88\u6EC5</strong>\u3002</p>",
5169
+ "spawn.info.bunnelby.lane_915": "<p><strong>9:15</strong>\u304B\u3089\u51FA\u73FE\u3002<br>\u6483\u7834\u3067<strong>2\u30DD\u30A4\u30F3\u30C8</strong>\u7372\u5F97\u3001<strong>60\u79D2</strong>\u5F8C\u306B\u518D\u51FA\u73FE\u3002<br>\u30EC\u30FC\u30F3\u306E<strong>\u6700\u521D\u306E\u30BF\u30EF\u30FC</strong>\u304C\u7834\u58CA\u3055\u308C\u308B\u3068<strong>\u6D88\u6EC5</strong>\u3002</p>",
5170
+ "spawn.info.accelgor": "<p><strong>9:45</strong>\u304B\u3089\u51FA\u73FE\u3002\u6483\u7834\u3067<strong>4/7\u30DD\u30A4\u30F3\u30C8</strong>\u3068<strong>\u30D0\u30D5</strong>\u3002<strong>60\u79D2</strong>\u5F8C\u306B\u518D\u51FA\u73FE\u3002<br>\u30D0\u30D5\u306F<strong>70\u79D2</strong>\u9593\u3001<strong>\u308F\u3056\u306E\u30AF\u30FC\u30EB\u30C0\u30A6\u30F310%\u77ED\u7E2E</strong>\u3002</p>",
5171
+ "spawn.info.escavalier": "<p><strong>9:45</strong>\u304B\u3089\u51FA\u73FE\u3002\u6483\u7834\u3067<strong>4/7\u30DD\u30A4\u30F3\u30C8</strong>\u3068<strong>\u30D0\u30D5</strong>\u3002<strong>60\u79D2</strong>\u5F8C\u306B\u518D\u51FA\u73FE\u3002<br>\u30D0\u30D5\u306F<strong>70\u79D2</strong>\u9593\u3001<strong>\u57FA\u672C\u653B\u6483\u30C0\u30E1\u30FC\u30B8\u4E0A\u6607\u30FB\u76F8\u624B\u306E\u79FB\u52D5\u901F\u5EA6\u77ED\u6642\u9593\u4F4E\u4E0B</strong>\u3002</p>",
5172
+ "spawn.info.baltoy.generic": "<p><strong>9:45</strong>\u304B\u3089\u51FA\u73FE\u3002\u6483\u7834\u3067<strong>2\u30DD\u30A4\u30F3\u30C8</strong>\u3002<strong>60\u79D2</strong>\u5F8C\u306B\u518D\u51FA\u73FE\u3002</p>",
5173
+ "spawn.info.baltoy.lane_940": "<p><strong>9:40</strong>\u304B\u3089\u51FA\u73FE\u3002\u6483\u7834\u3067<strong>2\u30DD\u30A4\u30F3\u30C8</strong>\u3002<strong>60\u79D2</strong>\u5F8C\u306B\u518D\u51FA\u73FE\u3002\u30EC\u30FC\u30F3\u306E<strong>\u6700\u521D\u306E\u30BF\u30EF\u30FC</strong>\u7834\u58CA\u3067<strong>\u6D88\u6EC5</strong>\u3002</p>",
5174
+ "spawn.info.baltoy.lane_920": "<p><strong>9:40</strong>\u304B\u3089\u51FA\u73FE\u3002\u6483\u7834\u3067<strong>2\u30DD\u30A4\u30F3\u30C8</strong>\u3002<strong>60\u79D2</strong>\u5F8C\u306B\u518D\u51FA\u73FE\u3002\u30EC\u30FC\u30F3\u306E<strong>\u6700\u521D\u306E\u30BF\u30EF\u30FC</strong>\u7834\u58CA\u3067<strong>\u6D88\u6EC5</strong>\u3002</p>",
5175
+ "spawn.info.baltoy.lane_910": "<p><strong>9:10</strong>\u304B\u3089\u51FA\u73FE\u3002\u6483\u7834\u3067<strong>2\u30DD\u30A4\u30F3\u30C8</strong>\u3002<strong>60\u79D2</strong>\u5F8C\u306B\u518D\u51FA\u73FE\u3002\u30EC\u30FC\u30F3\u306E<strong>\u6700\u521D\u306E\u30BF\u30EF\u30FC</strong>\u7834\u58CA\u3067<strong>\u6D88\u6EC5</strong>\u3002</p>",
5176
+ "spawn.info.baltoy.lane_910_only": "<p><strong>9:10</strong>\u304B\u3089\u51FA\u73FE\u3002\u6483\u7834\u3067<strong>2\u30DD\u30A4\u30F3\u30C8</strong>\u3002<strong>60\u79D2</strong>\u5F8C\u306B\u518D\u51FA\u73FE\u3002</p>",
5177
+ "spawn.info.baltoy.lane_840": "<p><strong>8:40</strong>\u304B\u3089\u51FA\u73FE\u3002\u6483\u7834\u3067<strong>2\u30DD\u30A4\u30F3\u30C8</strong>\u3002<strong>60\u79D2</strong>\u5F8C\u306B\u518D\u51FA\u73FE\u3002</p>",
5178
+ "spawn.info.baltoy.tower": "<p>\u5BFE\u5FDC\u3059\u308B<strong>\u6700\u521D\u306E\u30BF\u30EF\u30FC</strong>\u7834\u58CA\u5F8C\u306B\u51FA\u73FE\u3002\u6483\u7834\u3067<strong>2\u30DD\u30A4\u30F3\u30C8</strong>\u3002<strong>60\u79D2</strong>\u5F8C\u306B\u518D\u51FA\u73FE\u3002</p>",
5179
+ "spawn.info.regidrago": "<p><strong>8:00</strong>\u306B\u30DE\u30C3\u30D7\u4E2D\u592E\u306B\u51FA\u73FE\u3002\u6483\u7834\u304B\u3089<strong>1:30</strong>\u5F8C\u306B\u30C1\u30EB\u30BF\u30EA\u30B9\u304C\u51FA\u73FE\u3002<br>\u6483\u7834\u3057\u305F\u30C1\u30FC\u30E0\u306F<strong>\u5473\u65B9\u5168\u54E1\u306B\u7D4C\u9A13\u5024</strong>\u3002\u3068\u3069\u3081\u3092\u523A\u3057\u305F\u30D7\u30EC\u30A4\u30E4\u30FC\u306F<strong>\u5F97\u70B9\u901F\u5EA6\u30D0\u30D5</strong>\u3068<strong>20\u30DD\u30A4\u30F3\u30C8</strong>\u3002</p>",
5180
+ "spawn.info.regieleki": "<p><strong>7:00</strong>\u306B\u30C8\u30C3\u30D7/\u30DC\u30C8\u30E0\u306E\u3044\u305A\u308C\u304B\u306E\u30EC\u30FC\u30F3\u306B\u51FA\u73FE\u3002\u6483\u7834\u3059\u308B\u3068\u76F8\u624B\u9663\u5730\u3078\u3002\u9663\u5730\u306B\u5230\u9054\u3067<strong>20/16/12/8\u30DD\u30A4\u30F3\u30C8</strong>\u3001\u9663\u5730\u304C\u5065\u5728\u306A\u3089<strong>20/15/10/5\u79D2\u9593\u30B4\u30FC\u30EB\u5373\u6642</strong>\u3002<br>\u3068\u3069\u3081\u3067<strong>20\u30DD\u30A4\u30F3\u30C8</strong>\u3002\u6483\u7834\u304B\u3089<strong>2\u5206</strong>\u3067\u518D\u51FA\u73FE\u3002</p>",
5181
+ "spawn.info.regi.700": "<p><strong>7:00</strong>\u306B\u51FA\u73FE\u3002</p>",
5182
+ "spawn.info.xatu": "<p><strong>9:59</strong>\u306B\u51FA\u73FE\u3002\u6483\u7834\u3067<strong>\u5927\u91CF\u7D4C\u9A13\u5024</strong>\u3068<strong>2\u30DD\u30A4\u30F3\u30C8</strong>\u3002<strong>\u518D\u51FA\u73FE\u306A\u3057</strong>\u3002</p>",
5183
+ "spawn.info.natu.900": "<p><strong>9:00</strong>\u306B\u51FA\u73FE\u3002</p>",
5184
+ "spawn.info.natu.920": "<p><strong>9:20</strong>\u306B\u51FA\u73FE\u3002</p>",
5185
+ "spawn.info.indeedee.lane": "<p><strong>9:30</strong>/<strong>9:35</strong>\u304B\u3089\u51FA\u73FE\u3002\u6483\u7834\u3067<strong>60\u79D2</strong>\u5F8C\u306B\u518D\u51FA\u73FE\u3001<strong>5\u30DD\u30A4\u30F3\u30C8</strong>\u3002\u30EC\u30FC\u30F3\u306E<strong>\u6700\u521D\u306E\u30BF\u30EF\u30FC</strong>\u7834\u58CA\u3067<strong>\u6D88\u6EC5</strong>\u3002</p>",
5186
+ "spawn.info.indeedee.tower": "<p>\u5BFE\u5FDC\u3059\u308B<strong>\u6700\u521D\u306E\u30BF\u30EF\u30FC</strong>\u7834\u58CA\u5F8C\u306B\u51FA\u73FE\u3002\u6483\u7834\u3067<strong>60\u79D2</strong>\u5F8C\u306B\u518D\u51FA\u73FE\u3001<strong>5\u30DD\u30A4\u30F3\u30C8</strong>\u3002</p>",
5187
+ "spawn.info.salac": "<p>\u4F7F\u7528\u3067<strong>3\u79D2\u9593</strong><strong>\u79FB\u52D5\u901F\u5EA6\u30A2\u30C3\u30D7</strong>\u3002<strong>8:30</strong>\u304B\u3089\u51FA\u73FE\u3001\u4F7F\u7528\u5F8C<strong>60\u79D2</strong>\u3067\u518D\u51FA\u73FE\u3002</p>",
5188
+ "spawn.info.salac.short": "<p>3\u79D2\u9593\u79FB\u52D5\u901F\u5EA6\u30A2\u30C3\u30D7\u3002</p>",
5189
+ "spawn.info.altaria.after_regidrago": "<p>\u30EC\u30B8\u30C9\u30E9\u30B4\u6483\u7834\u304B\u3089<strong>1:30</strong>\u5F8C\u306B\u51FA\u73FE\u3002</p>",
5190
+ "spawn.info.altaria.rayquaza": "<p><strong>8:00</strong>\u306B\u51FA\u73FE\u3001<strong>1:30</strong>\u3054\u3068\u306B\u518D\u51FA\u73FE\u3002<strong>2:30</strong>\u306B\u6D88\u6EC5\u3002</p>",
5191
+ "spawn.info.kyogre.boss": "<p>\u6483\u7834\u3059\u308B\u3068\u751F\u5B58\u5473\u65B9\u5168\u54E1\u304C<strong>\u30D0\u30D5</strong>\u3068<strong>15\u30A2\u30A8\u30AA\u30B9\u30DD\u30A4\u30F3\u30C8</strong>\u3092\u7372\u5F97\u3002\u76F8\u624B\u306E\u6B8B\u5B58\u30BF\u30EF\u30FC\u306F1:30\u9593\u7121\u52B9\uFF08\u30B7\u30FC\u30EB\u30C9\u30FB\u56DE\u5FA9\u4E0D\u53EF\uFF09\u3002<br>\u30D0\u30D5\u306F<strong>\u6240\u6301\u8005\u304C\u30CE\u30C3\u30AF\u30A2\u30A6\u30C8\u3055\u308C\u308B\u307E\u3067\u6C38\u7D9A</strong>\u3002\u30CE\u30C3\u30AF\u30A2\u30A6\u30C8\u3067<strong>\u4E0E\u3048\u305F\u5074\u306B\u79FB\u308B</strong>\u3002<br><strong>\u30B4\u30FC\u30EB\u901F\u5EA6\u4E0A\u6607</strong>\u30FB<strong>\u81EA\u5DF1\u56DE\u5FA9(\u6BCE\u79D25%)</strong>\u30FB<strong>\u5C0F\u30B7\u30FC\u30EB\u30C9</strong>\u3002<br>2:00\u306B\u51FA\u73FE\u3002</p>",
5192
+ "spawn.info.rayquaza.boss": "<p>\u6483\u7834\u3067\u52DD\u5229\u30C1\u30FC\u30E0\u306B<strong>15\u30A2\u30A8\u30AA\u30B9\u30DD\u30A4\u30F3\u30C8</strong>\u3068<strong>\u30B7\u30FC\u30EB\u30C9</strong>\uFF08\u5F97\u70B9\u901F\u5EA6\u4E0A\u6607\u30FB\u30B4\u30FC\u30EB\u59A8\u5BB3\u7121\u52B9\uFF09\u3002<br>2:00\u306B\u51FA\u73FE\u3002</p>",
5193
+ "spawn.info.regidrago.kyogre": "<p><strong>8:00</strong>\u306B\u30DE\u30C3\u30D7\u4E2D\u592E\u306B\u51FA\u73FE\u3002</p>",
5194
+ "spawn.info.xatu.short": "<p><strong>9:59</strong>\u306B\u51FA\u73FE\u3002</p>",
5195
+ "spawn.info.indeedee.tower_break": "<p>\u30BF\u30EF\u30FC\u7834\u58CA\u3067\u51FA\u73FE\u3002</p>",
5196
+ "spawn.info.baltoy.tower_break": "<p>\u30BF\u30EF\u30FC\u7834\u58CA\u3067\u51FA\u73FE\u3002</p>",
5197
+ "spawn.info.bunnelby.lane": "<p><strong>9:40</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
5198
+ "spawn.info.bunnelby.lane_920_short": "<p><strong>9:20</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
5199
+ "spawn.info.bunnelby.lane_915_short": "<p><strong>9:15</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
5200
+ "spawn.info.baltoy.lane_940_short": "<p><strong>9:40</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
5201
+ "spawn.info.baltoy.945_short": "<p><strong>9:45</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
5202
+ "spawn.info.baltoy.lane_910_short": "<p><strong>9:10</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
5203
+ "spawn.info.baltoy.lane_840_short": "<p><strong>8:40</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
5204
+ "spawn.info.indeedee.lane_930": "<p><strong>9:30</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
5205
+ "spawn.info.indeedee.lane_935": "<p><strong>9:35</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
5206
+ "spawn.info.bunnelby.points": "<p>2\u30DD\u30A4\u30F3\u30C8\u7372\u5F97\u3002</p>",
5207
+ "spawn.info.baltoy.tower_kyogre": "<p>\u5BFE\u5FDC\u3059\u308B<strong>\u6700\u521D\u306E\u30BF\u30EF\u30FC</strong>\u7834\u58CA\u5F8C\u306B\u51FA\u73FE\u3002</p>",
5208
+ "spawn.info.indeedee.tower_short": "<p>\u5BFE\u5FDC\u3059\u308B<strong>\u6700\u521D\u306E\u30BF\u30EF\u30FC</strong>\u7834\u58CA\u5F8C\u306B\u51FA\u73FE\u3002</p>"
2630
5209
  };
2631
5210
  var ja_JP_default = jaJP;
2632
5211
 
@@ -2725,7 +5304,71 @@ var fr = {
2725
5304
  "map-kyogre": "Ruines C\xE9lestes de Theia",
2726
5305
  "map-kyogre.description": "Carte 5v5 avec Kyogre.",
2727
5306
  "map-rayquaza": "Ruines C\xE9lestes de Theia",
2728
- "map-rayquaza.description": "Carte 5v5 avec Rayquaza."
5307
+ "map-rayquaza.description": "Carte 5v5 avec Rayquaza.",
5308
+ // Neutrals (wild Pokémon / items)
5309
+ accelgor: "Accelgor",
5310
+ altaria: "Altaria",
5311
+ baltoy: "Balbuto",
5312
+ bunnelby: "Sapereau",
5313
+ escavalier: "Lan\xE7argot",
5314
+ groudon: "Groudon",
5315
+ indeedee: "Wimessir",
5316
+ kyogre: "Kyogre",
5317
+ natu: "Natu",
5318
+ rayquaza: "Rayquaza",
5319
+ regidrago: "Regidrago",
5320
+ regice: "Regice",
5321
+ regieleki: "Regieleki",
5322
+ regirock: "Regirock",
5323
+ registeel: "Registeel",
5324
+ salac: "Baie Salac",
5325
+ sitrus: "Baie Sitrus",
5326
+ xatu: "Xatu",
5327
+ // Spawn info (HTML)
5328
+ "spawn.info.groudon.boss": "<p>Une fois vaincu, tous les co\xE9quipiers vivants re\xE7oivent un <strong>buff</strong> et <strong>15 points aeos</strong>.<br>Ce buff est <strong>permanent jusqu'\xE0 ce que le porteur soit K.O.</strong>. Au K.O., le buff <strong>passe au vainqueur</strong>.<br>Il donne un <strong>boost de vitesse de score</strong>, un <strong>gros boost de d\xE9g\xE2ts</strong> et un <strong>petit bouclier</strong>.<br>Appara\xEEt toujours \xE0 2:00.</p>",
5329
+ "spawn.info.bunnelby.initial": "<p>Ils <strong>apparaissent au d\xE9but de la partie</strong> et <strong>ne r\xE9apparaissent jamais</strong> une fois vaincus.</p><p>Donnent 2 points.</p>",
5330
+ "spawn.info.bunnelby.lane_940": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:40</strong>.</p><p>Vaincu : <strong>2 points</strong>, r\xE9apparition apr\xE8s <strong>60 secondes</strong>.</p><p>Si une des <strong>premi\xE8res tours</strong> de la voie est d\xE9truite, <strong>dispara\xEEt</strong>.</p>",
5331
+ "spawn.info.bunnelby.lane_920": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:20</strong>.</p><p>Vaincu : <strong>2 points</strong>, r\xE9apparition apr\xE8s <strong>60 secondes</strong>.</p><p>Si une des <strong>premi\xE8res tours</strong> de la voie est d\xE9truite, <strong>dispara\xEEt</strong>.</p>",
5332
+ "spawn.info.bunnelby.lane_915": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:15</strong>.</p><p>Vaincu : <strong>2 points</strong>, r\xE9apparition apr\xE8s <strong>60 secondes</strong>.</p><p>Si une des <strong>premi\xE8res tours</strong> de la voie est d\xE9truite, <strong>dispara\xEEt</strong>.</p>",
5333
+ "spawn.info.accelgor": "<p>Commence \xE0 <strong>9:45</strong>. Vaincu : <strong>4 / 7 points</strong> et <strong>buff</strong>. R\xE9apparition apr\xE8s <strong>60 s</strong>. Buff <strong>70 s</strong> : <strong>-10% temps de recharge des capacit\xE9s</strong>.</p>",
5334
+ "spawn.info.escavalier": "<p>Commence \xE0 <strong>9:45</strong>. Vaincu : <strong>4 / 7 points</strong> et <strong>buff</strong>. R\xE9apparition apr\xE8s <strong>60 s</strong>. Buff <strong>70 s</strong> : <strong>d\xE9g\xE2ts d\u2019attaque basique + ralentissement adverse</strong>.</p>",
5335
+ "spawn.info.baltoy.generic": "<p>Commence \xE0 <strong>9:45</strong>. Vaincu : <strong>2 points</strong>. R\xE9apparition apr\xE8s <strong>60 s</strong>.</p>",
5336
+ "spawn.info.baltoy.lane_940": "<p>Commence \xE0 <strong>9:40</strong>. Vaincu : <strong>2 points</strong>. R\xE9apparition apr\xE8s <strong>60 s</strong>. <strong>Premi\xE8re tour</strong> d\xE9truite \u2192 <strong>dispara\xEEt</strong>.</p>",
5337
+ "spawn.info.baltoy.lane_920": "<p>Commence \xE0 <strong>9:40</strong>. Vaincu : <strong>2 points</strong>. R\xE9apparition apr\xE8s <strong>60 s</strong>. <strong>Premi\xE8re tour</strong> d\xE9truite \u2192 <strong>dispara\xEEt</strong>.</p>",
5338
+ "spawn.info.baltoy.lane_910": "<p>Commence \xE0 <strong>9:10</strong>. Vaincu : <strong>2 points</strong>. R\xE9apparition apr\xE8s <strong>60 s</strong>. <strong>Premi\xE8re tour</strong> d\xE9truite \u2192 <strong>dispara\xEEt</strong>.</p>",
5339
+ "spawn.info.baltoy.lane_910_only": "<p>Commence \xE0 <strong>9:10</strong>. Vaincu : <strong>2 points</strong>. R\xE9apparition apr\xE8s <strong>60 s</strong>.</p>",
5340
+ "spawn.info.baltoy.lane_840": "<p>Commence \xE0 <strong>8:40</strong>. Vaincu : <strong>2 points</strong>. R\xE9apparition apr\xE8s <strong>60 s</strong>.</p>",
5341
+ "spawn.info.baltoy.tower": "<p>Appara\xEEt quand la <strong>premi\xE8re tour correspondante</strong> est d\xE9truite. Vaincu : <strong>2 points</strong>. R\xE9apparition apr\xE8s <strong>60 s</strong>.</p>",
5342
+ "spawn.info.regidrago": "<p>Appara\xEEt <strong>au centre \xE0 8:00</strong>. Vaincu \u2192 <strong>Altaria 1:30 apr\xE8s</strong>.<br>L\u2019\xE9quipe qui le vainc gagne <strong>de l\u2019exp pour toute l\u2019\xE9quipe</strong>. Dernier coup : <strong>buff score</strong> et <strong>20 points</strong>.</p>",
5343
+ "spawn.info.regieleki": "<p>Appara\xEEt \xE0 <strong>7:00</strong> en haut ou en bas. Vaincu \u2192 va vers la base adverse ; touche la base : <strong>20/16/12/8 points</strong> ; base vivante : <strong>buts instantan\xE9s 20/15/10/5 s</strong>.<br>Dernier coup : <strong>20 points</strong>. R\xE9apparition <strong>2 min</strong> apr\xE8s.</p>",
5344
+ "spawn.info.regi.700": "<p>Appara\xEEt \xE0 <strong>7:00</strong>.</p>",
5345
+ "spawn.info.xatu": "<p>Appara\xEEt \xE0 <strong>9:59</strong>. Vaincu : <strong>beaucoup d\u2019exp</strong> et <strong>2 points</strong>. <strong>Ne r\xE9appara\xEEt pas</strong>.</p>",
5346
+ "spawn.info.natu.900": "<p>Appara\xEEt \xE0 <strong>9:00</strong>.</p>",
5347
+ "spawn.info.natu.920": "<p>Appara\xEEt \xE0 <strong>9:20</strong>.</p>",
5348
+ "spawn.info.indeedee.lane": "<p>Commence \xE0 <strong>9:30</strong> / <strong>9:35</strong>. Vaincu : r\xE9apparition <strong>60 s</strong>, <strong>5 points</strong>. <strong>Premi\xE8re tour</strong> d\xE9truite \u2192 <strong>dispara\xEEt</strong>.</p>",
5349
+ "spawn.info.indeedee.tower": "<p>Appara\xEEt quand la <strong>premi\xE8re tour correspondante</strong> est d\xE9truite. Vaincu : r\xE9apparition <strong>60 s</strong>, <strong>5 points</strong>.</p>",
5350
+ "spawn.info.salac": "<p>Consomm\xE9 : <strong>bonus vitesse 3 s</strong>. Apparition \xE0 <strong>8:30</strong>, r\xE9apparition <strong>60 s</strong> apr\xE8s consommation.</p>",
5351
+ "spawn.info.salac.short": "<p>Bonus de vitesse pendant 3 secondes.</p>",
5352
+ "spawn.info.altaria.after_regidrago": "<p>Appara\xEEt <strong>1:30 apr\xE8s la chute de Regidrago</strong>.</p>",
5353
+ "spawn.info.altaria.rayquaza": "<p>Appara\xEEt \xE0 <strong>8:00</strong>, r\xE9apparition toutes les <strong>1:30</strong>. Dispara\xEEt \xE0 <strong>2:30</strong>.</p>",
5354
+ "spawn.info.kyogre.boss": "<p>Vaincu : co\xE9quipiers vivants \u2192 <strong>buff</strong>, <strong>15 points aeos</strong>, tours adverses encore debout d\xE9sactiv\xE9es 1:30 (pas de bouclier/r\xE9g\xE9n).<br>Buff <strong>permanent jusqu\u2019au K.O. du porteur</strong>, puis <strong>passe au vainqueur</strong>.<br><strong>Vitesse de score</strong>, <strong>r\xE9g\xE9n 5%/s</strong>, <strong>petit bouclier</strong>. Appara\xEEt \xE0 2:00.</p>",
5355
+ "spawn.info.rayquaza.boss": "<p>Vaincu : \xE9quipe gagnante re\xE7oit <strong>15 points aeos</strong>, un <strong>bouclier</strong> qui <strong>acc\xE9l\xE8re le score</strong> et <strong>emp\xEAche le blocage des buts</strong>. Appara\xEEt \xE0 2:00.</p>",
5356
+ "spawn.info.regidrago.kyogre": "<p>Appara\xEEt <strong>au centre \xE0 8:00</strong>.</p>",
5357
+ "spawn.info.xatu.short": "<p>Appara\xEEt \xE0 <strong>9:59</strong>.</p>",
5358
+ "spawn.info.indeedee.tower_break": "<p>Apparition apr\xE8s destruction de tour.</p>",
5359
+ "spawn.info.baltoy.tower_break": "<p>Apparition apr\xE8s destruction de tour.</p>",
5360
+ "spawn.info.bunnelby.lane": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:40</strong>.</p>",
5361
+ "spawn.info.bunnelby.lane_920_short": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:20</strong>.</p>",
5362
+ "spawn.info.bunnelby.lane_915_short": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:15</strong>.</p>",
5363
+ "spawn.info.baltoy.lane_940_short": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:40</strong>.</p>",
5364
+ "spawn.info.baltoy.945_short": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:45</strong>.</p>",
5365
+ "spawn.info.baltoy.lane_910_short": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:10</strong>.</p>",
5366
+ "spawn.info.baltoy.lane_840_short": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>8:40</strong>.</p>",
5367
+ "spawn.info.indeedee.lane_930": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:30</strong>.</p>",
5368
+ "spawn.info.indeedee.lane_935": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:35</strong>.</p>",
5369
+ "spawn.info.bunnelby.points": "<p>Donnent 2 points.</p>",
5370
+ "spawn.info.baltoy.tower_kyogre": "<p>Appara\xEEt quand la <strong>premi\xE8re tour correspondante</strong> est d\xE9truite.</p>",
5371
+ "spawn.info.indeedee.tower_short": "<p>Appara\xEEt quand la <strong>premi\xE8re tour correspondante</strong> est d\xE9truite.</p>"
2729
5372
  };
2730
5373
  var fr_default = fr;
2731
5374
 
@@ -2824,7 +5467,71 @@ var es = {
2824
5467
  "map-kyogre": "Ruinas Celestiales de Theia",
2825
5468
  "map-kyogre.description": "Mapa 5v5 con Kyogre.",
2826
5469
  "map-rayquaza": "Ruinas Celestiales de Theia",
2827
- "map-rayquaza.description": "Mapa 5v5 con Rayquaza."
5470
+ "map-rayquaza.description": "Mapa 5v5 con Rayquaza.",
5471
+ // Neutrals (wild Pokémon / items)
5472
+ accelgor: "Accelgor",
5473
+ altaria: "Altaria",
5474
+ baltoy: "Baltoy",
5475
+ bunnelby: "Bunnelby",
5476
+ escavalier: "Escavalier",
5477
+ groudon: "Groudon",
5478
+ indeedee: "Indeedee",
5479
+ kyogre: "Kyogre",
5480
+ natu: "Natu",
5481
+ rayquaza: "Rayquaza",
5482
+ regidrago: "Regidrago",
5483
+ regice: "Regice",
5484
+ regieleki: "Regieleki",
5485
+ regirock: "Regirock",
5486
+ registeel: "Registeel",
5487
+ salac: "Baya Salac",
5488
+ sitrus: "Baya Sitrus",
5489
+ xatu: "Xatu",
5490
+ // Spawn info (HTML)
5491
+ "spawn.info.groudon.boss": "<p>Al derrotarlo, todos los compa\xF1eros vivos reciben <strong>buff</strong> y <strong>15 puntos aeos</strong>.<br>El buff es <strong>permanente hasta que el portador sea K.O.</strong>. Al ser K.O., el buff <strong>pasa al que lo derrot\xF3</strong>.<br>Da <strong>aumento de velocidad de anotaci\xF3n</strong>, <strong>gran aumento de da\xF1o</strong> y <strong>peque\xF1o escudo</strong>.<br>Siempre aparece a las 2:00.</p>",
5492
+ "spawn.info.bunnelby.initial": "<p><strong>Aparecen al inicio de la partida</strong> y <strong>no reaparecen</strong> al ser derrotados.</p><p>Dan 2 puntos.</p>",
5493
+ "spawn.info.bunnelby.lane_940": "<p>Empieza a aparecer a las <strong>9:40</strong>.</p><p>Al derrotarlo: <strong>2 puntos</strong>, reaparece tras <strong>60 segundos</strong>.</p><p>Si alguna <strong>primera torre</strong> del carril cae, <strong>desaparece</strong>.</p>",
5494
+ "spawn.info.bunnelby.lane_920": "<p>Empieza a aparecer a las <strong>9:20</strong>.</p><p>Al derrotarlo: <strong>2 puntos</strong>, reaparece tras <strong>60 segundos</strong>.</p><p>Si alguna <strong>primera torre</strong> del carril cae, <strong>desaparece</strong>.</p>",
5495
+ "spawn.info.bunnelby.lane_915": "<p>Empieza a aparecer a las <strong>9:15</strong>.</p><p>Al derrotarlo: <strong>2 puntos</strong>, reaparece tras <strong>60 segundos</strong>.</p><p>Si alguna <strong>primera torre</strong> del carril cae, <strong>desaparece</strong>.</p>",
5496
+ "spawn.info.accelgor": "<p>Empieza a las <strong>9:45</strong>. Derrotado: <strong>4 / 7 puntos</strong> y <strong>buff</strong>. Reaparece en <strong>60 s</strong>. Buff <strong>70 s</strong>: <strong>-10% enfriamiento de movimientos</strong>.</p>",
5497
+ "spawn.info.escavalier": "<p>Empieza a las <strong>9:45</strong>. Derrotado: <strong>4 / 7 puntos</strong> y <strong>buff</strong>. Reaparece en <strong>60 s</strong>. Buff <strong>70 s</strong>: <strong>da\xF1o extra en ataques b\xE1sicos y ralentiza al rival</strong>.</p>",
5498
+ "spawn.info.baltoy.generic": "<p>Empieza a las <strong>9:45</strong>. Derrotado: <strong>2 puntos</strong>. Reaparece en <strong>60 s</strong>.</p>",
5499
+ "spawn.info.baltoy.lane_940": "<p>Empieza a las <strong>9:40</strong>. Derrotado: <strong>2 puntos</strong>. Reaparece en <strong>60 s</strong>. <strong>Primera torre</strong> del carril destruida \u2192 <strong>desaparece</strong>.</p>",
5500
+ "spawn.info.baltoy.lane_920": "<p>Empieza a las <strong>9:40</strong>. Derrotado: <strong>2 puntos</strong>. Reaparece en <strong>60 s</strong>. <strong>Primera torre</strong> del carril destruida \u2192 <strong>desaparece</strong>.</p>",
5501
+ "spawn.info.baltoy.lane_910": "<p>Empieza a las <strong>9:10</strong>. Derrotado: <strong>2 puntos</strong>. Reaparece en <strong>60 s</strong>. <strong>Primera torre</strong> del carril destruida \u2192 <strong>desaparece</strong>.</p>",
5502
+ "spawn.info.baltoy.lane_910_only": "<p>Empieza a las <strong>9:10</strong>. Derrotado: <strong>2 puntos</strong>. Reaparece en <strong>60 s</strong>.</p>",
5503
+ "spawn.info.baltoy.lane_840": "<p>Empieza a las <strong>8:40</strong>. Derrotado: <strong>2 puntos</strong>. Reaparece en <strong>60 s</strong>.</p>",
5504
+ "spawn.info.baltoy.tower": "<p>Aparece cuando la <strong>primera torre correspondiente</strong> es destruida. Derrotado: <strong>2 puntos</strong>. Reaparece en <strong>60 s</strong>.</p>",
5505
+ "spawn.info.regidrago": "<p>Aparece en <strong>el centro del mapa a las 8:00</strong>. Derrotado \u2192 <strong>Altaria 1:30 despu\xE9s</strong>.<br>El equipo que lo derrote gana <strong>experiencia para todos</strong>. Golpe final: <strong>buff de anotaci\xF3n</strong> y <strong>20 puntos</strong>.</p>",
5506
+ "spawn.info.regieleki": "<p>Aparece a las <strong>7:00</strong> en carril superior o inferior. Derrotado \u2192 va a la base rival; toca base: <strong>20/16/12/8 puntos</strong>; base viva: <strong>goles instant\xE1neos 20/15/10/5 s</strong>.<br>Golpe final: <strong>20 puntos</strong>. Reaparece <strong>2 min</strong> despu\xE9s.</p>",
5507
+ "spawn.info.regi.700": "<p>Aparece a las <strong>7:00</strong>.</p>",
5508
+ "spawn.info.xatu": "<p>Aparece a las <strong>9:59</strong>. Derrotado: <strong>mucha experiencia</strong> y <strong>2 puntos</strong>. <strong>No reaparece</strong>.</p>",
5509
+ "spawn.info.natu.900": "<p>Aparece a las <strong>9:00</strong>.</p>",
5510
+ "spawn.info.natu.920": "<p>Aparece a las <strong>9:20</strong>.</p>",
5511
+ "spawn.info.indeedee.lane": "<p>Empieza a las <strong>9:30</strong> / <strong>9:35</strong>. Derrotado: reaparece en <strong>60 s</strong>, <strong>5 puntos</strong>. <strong>Primera torre</strong> destruida \u2192 <strong>desaparece</strong>.</p>",
5512
+ "spawn.info.indeedee.tower": "<p>Aparece cuando la <strong>primera torre correspondiente</strong> es destruida. Derrotado: reaparece en <strong>60 s</strong>, <strong>5 puntos</strong>.</p>",
5513
+ "spawn.info.salac": "<p>Al consumir: <strong>bonus de velocidad 3 s</strong>. Aparece a las <strong>8:30</strong>, reaparece <strong>60 s</strong> despu\xE9s de consumir.</p>",
5514
+ "spawn.info.salac.short": "<p>Bonus de velocidad durante 3 segundos.</p>",
5515
+ "spawn.info.altaria.after_regidrago": "<p>Aparece <strong>1:30 despu\xE9s de derrotar a Regidrago</strong>.</p>",
5516
+ "spawn.info.altaria.rayquaza": "<p>Aparece a las <strong>8:00</strong>, reaparece cada <strong>1:30</strong>. Desaparece a las <strong>2:30</strong>.</p>",
5517
+ "spawn.info.kyogre.boss": "<p>Derrotado: compa\xF1eros vivos \u2192 <strong>buff</strong>, <strong>15 puntos aeos</strong>, torres rivales a\xFAn en pie desactivadas 1:30 (sin escudo/regen).<br>Buff <strong>permanente hasta K.O. del portador</strong>, luego <strong>pasa al que lo derrot\xF3</strong>.<br><strong>Velocidad de anotaci\xF3n</strong>, <strong>regen 5%/s</strong>, <strong>peque\xF1o escudo</strong>. Aparece a las 2:00.</p>",
5518
+ "spawn.info.rayquaza.boss": "<p>Derrotado: el equipo ganador recibe <strong>15 puntos aeos</strong>, un <strong>escudo</strong> que <strong>acelera el marcador</strong> y <strong>evita que bloqueen goles</strong>. Aparece a las 2:00.</p>",
5519
+ "spawn.info.regidrago.kyogre": "<p>Aparece en <strong>el centro del mapa a las 8:00</strong>.</p>",
5520
+ "spawn.info.xatu.short": "<p>Aparece a las <strong>9:59</strong>.</p>",
5521
+ "spawn.info.indeedee.tower_break": "<p>Aparece al destruir torre.</p>",
5522
+ "spawn.info.baltoy.tower_break": "<p>Aparece al destruir torre.</p>",
5523
+ "spawn.info.bunnelby.lane": "<p>Empieza a aparecer a las <strong>9:40</strong>.</p>",
5524
+ "spawn.info.bunnelby.lane_920_short": "<p>Empieza a aparecer a las <strong>9:20</strong>.</p>",
5525
+ "spawn.info.bunnelby.lane_915_short": "<p>Empieza a aparecer a las <strong>9:15</strong>.</p>",
5526
+ "spawn.info.baltoy.lane_940_short": "<p>Empieza a aparecer a las <strong>9:40</strong>.</p>",
5527
+ "spawn.info.baltoy.945_short": "<p>Empieza a aparecer a las <strong>9:45</strong>.</p>",
5528
+ "spawn.info.baltoy.lane_910_short": "<p>Empieza a aparecer a las <strong>9:10</strong>.</p>",
5529
+ "spawn.info.baltoy.lane_840_short": "<p>Empieza a aparecer a las <strong>8:40</strong>.</p>",
5530
+ "spawn.info.indeedee.lane_930": "<p>Empieza a aparecer a las <strong>9:30</strong>.</p>",
5531
+ "spawn.info.indeedee.lane_935": "<p>Empieza a aparecer a las <strong>9:35</strong>.</p>",
5532
+ "spawn.info.bunnelby.points": "<p>Dan 2 puntos.</p>",
5533
+ "spawn.info.baltoy.tower_kyogre": "<p>Aparece cuando la <strong>primera torre correspondiente</strong> es destruida.</p>",
5534
+ "spawn.info.indeedee.tower_short": "<p>Aparece cuando la <strong>primera torre correspondiente</strong> es destruida.</p>"
2828
5535
  };
2829
5536
  var es_default = es;
2830
5537
 
@@ -2849,6 +5556,22 @@ function getMapDescription(mapId, locale = "en") {
2849
5556
  const map = locales[locale] ?? en_default;
2850
5557
  return map[key] ?? en_default[key] ?? "";
2851
5558
  }
5559
+ function getNeutralName(neutralId, locale = "en") {
5560
+ const map = locales[locale] ?? en_default;
5561
+ return map[neutralId] ?? en_default[neutralId] ?? neutralId;
5562
+ }
5563
+ function getSpawnInfo(infoKey, locale = "en") {
5564
+ const key = `spawn.info.${infoKey}`;
5565
+ const map = locales[locale] ?? en_default;
5566
+ return map[key] ?? en_default[key] ?? "";
5567
+ }
5568
+ function getSpawnInfoForSpawn(spawn, locale = "en") {
5569
+ if (spawn.infoKey) {
5570
+ const out = getSpawnInfo(spawn.infoKey, locale);
5571
+ if (out) return out;
5572
+ }
5573
+ return spawn.info ?? "";
5574
+ }
2852
5575
  // Annotate the CommonJS export names for ESM import in node:
2853
5576
  0 && (module.exports = {
2854
5577
  BattleType,
@@ -2858,14 +5581,22 @@ function getMapDescription(mapId, locale = "en") {
2858
5581
  getMapDescription,
2859
5582
  getMapImageUrl,
2860
5583
  getMapName,
5584
+ getNeutralById,
5585
+ getNeutralImageUrl,
5586
+ getNeutralName,
2861
5587
  getPokemonByDex,
2862
5588
  getPokemonByName,
2863
5589
  getPokemonBySlug,
2864
5590
  getPokemonName,
2865
5591
  getPokemonsByBattleType,
2866
5592
  getPokemonsByTag,
5593
+ getSpawnInfo,
5594
+ getSpawnInfoForSpawn,
5595
+ getSpawnsByMap,
2867
5596
  maps,
2868
5597
  moves,
2869
- pokemons
5598
+ neutrals,
5599
+ pokemons,
5600
+ spawns
2870
5601
  });
2871
5602
  //# sourceMappingURL=index.cjs.map