unite-lib 1.2.0 → 1.3.1
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/README.md +31 -7
- package/dist/i18n/index.cjs +346 -4
- package/dist/i18n/index.cjs.map +1 -1
- package/dist/i18n/index.d.cts +20 -1
- package/dist/i18n/index.d.ts +20 -1
- package/dist/i18n/index.global.js +343 -4
- package/dist/i18n/index.global.js.map +1 -1
- package/dist/i18n/index.js +343 -4
- package/dist/i18n/index.js.map +1 -1
- package/dist/index.cjs +2754 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +44 -2
- package/dist/index.d.ts +44 -2
- package/dist/index.global.js +2744 -9
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +2744 -9
- package/dist/index.js.map +1 -1
- package/neutrals/accelgor.png +0 -0
- package/neutrals/altaria.png +0 -0
- package/neutrals/baltoy.png +0 -0
- package/neutrals/bunnelby.png +0 -0
- package/neutrals/escavalier.png +0 -0
- package/neutrals/groudon.png +0 -0
- package/neutrals/indeedee.png +0 -0
- package/neutrals/kyogre.png +0 -0
- package/neutrals/natu.png +0 -0
- package/neutrals/rayquaza.png +0 -0
- package/neutrals/regice.png +0 -0
- package/neutrals/regidrago.png +0 -0
- package/neutrals/regieleki.png +0 -0
- package/neutrals/regirock.png +0 -0
- package/neutrals/registeel.png +0 -0
- package/neutrals/salac.png +0 -0
- package/neutrals/sitrus.png +0 -0
- package/neutrals/xatu.png +0 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -72,13 +72,14 @@ The library includes data and images ready to use in Pokémon Unite apps, bots,
|
|
|
72
72
|
|
|
73
73
|
### Roster (Pokémon)
|
|
74
74
|
|
|
75
|
-
Roster icons and stat images for the full active roster.
|
|
75
|
+
Roster icons and stat images for the full active roster. The library includes every playable Pokémon with roster and stat assets.
|
|
76
76
|
|
|
77
|
-
| Roster
|
|
78
|
-
|
|
79
|
-
|  |  |
|
|
80
|
-
|  Pikachu |  |  Charizard |  |
|
|
80
|
+
|  Venusaur |  |  Blastoise |  |
|
|
81
|
+
|  Gengar |  |  Dragonite |  |
|
|
82
|
+
|  Greninja |  |  Mew |  |
|
|
82
83
|
|
|
83
84
|
### Moves
|
|
84
85
|
|
|
@@ -92,7 +93,22 @@ Move images (slot 1 and 2, variants 1 and 2) per Pokémon.
|
|
|
92
93
|
|
|
93
94
|
Game map images (Theia Sky Ruins variants: Groudon, Kyogre, Rayquaza). Each map has multiple resolutions (1x, 2x, 4x); use `getMapImageUrl(map, resolution?, options?)` to pick one. Names and descriptions are available in all supported locales via `getMapName(mapId, locale)` and `getMapDescription(mapId, locale)` (see [i18n](#i18n-localized-names)).
|
|
94
95
|
|
|
95
|
-
|
|
96
|
+
| Groudon | Kyogre | Rayquaza |
|
|
97
|
+
|---------|--------|----------|
|
|
98
|
+
|  |  |  |
|
|
99
|
+
|
|
100
|
+
### Neutrals and spawns
|
|
101
|
+
|
|
102
|
+
The library includes a **neutrals** catalog (wild Pokémon and items that spawn on maps) with images in `neutrals/`, and a unified **spawns** list in `src/spawns.ts` (same pattern as `pokemons.ts`) linking each spawn to a map and a neutral. Use `getSpawnsByMap(mapId)` to get all spawns for a map (e.g. `"map-groudon"`, `"map-kyogre"`, `"map-rayquaza"`), `getNeutralById(id)` to resolve the neutral (e.g. for its image), and `getNeutralImageUrl(neutral, options?)` for the image URL.
|
|
103
|
+
|
|
104
|
+
| Wild Pokémon / Bosses | | | |
|
|
105
|
+
|-----------------------|---|---|---|
|
|
106
|
+
|  Accelgor |  Altaria |  Baltoy |  Bunnelby |
|
|
107
|
+
|  Escavalier |  Groudon |  Indeedee |  Kyogre |
|
|
108
|
+
|  Natu |  Rayquaza |  Regidrago |  Regice |
|
|
109
|
+
|  Regieleki |  Regirock |  Registeel |  Xatu |
|
|
110
|
+
| **Items** | | | |
|
|
111
|
+
|  Salac Berry |  Sitrus Berry | | |
|
|
96
112
|
|
|
97
113
|
---
|
|
98
114
|
|
|
@@ -180,10 +196,15 @@ Asset URLs via jsDelivr (substitua `@latest` por uma versão se quiser):
|
|
|
180
196
|
| `pokemons` | Full roster (name, dex, images, battleType, stats, tags, difficulty) |
|
|
181
197
|
| `moves` | Move list (pokemonId, slotId, name, image) |
|
|
182
198
|
| `maps` | Map list (id, name, image, images by resolution, description) |
|
|
199
|
+
| `neutrals` | Neutral catalog (id, image; wild Pokémon/items for spawns) |
|
|
200
|
+
| `spawns` | All map spawns (mapId, neutralId, left, top, spawnTime, respawnTime, etc.) |
|
|
183
201
|
| `BattleType` | `attacker`, `defender`, `allrounder`, `speedster`, `supporter` |
|
|
184
202
|
| `Tag` | Role + style: `attacker`, `defender`, `melee`, `ranged`, … |
|
|
185
203
|
| `getImageUrl(pokemon, key, options?)` | Image path or full URL with `baseUrl` |
|
|
186
204
|
| `getMapImageUrl(map, resolution?, options?)` | Map image URL (resolution: `"1"`, `"2"`, `"4"`) |
|
|
205
|
+
| `getNeutralImageUrl(neutral, options?)` | Neutral image path or full URL |
|
|
206
|
+
| `getSpawnsByMap(mapId)` | Spawns for a map (e.g. `"map-groudon"`) |
|
|
207
|
+
| `getNeutralById(id)` | Find neutral by id |
|
|
187
208
|
| `getPokemonByName(name)` | Find by display name |
|
|
188
209
|
| `getPokemonByDex(dex)` | Find by Pokédex number |
|
|
189
210
|
| `getPokemonBySlug(slug)` | Find by slug (e.g. `venusaur`) |
|
|
@@ -194,12 +215,15 @@ Asset URLs via jsDelivr (substitua `@latest` por uma versão se quiser):
|
|
|
194
215
|
| `getMapName(mapId, locale)` | Localized map name |
|
|
195
216
|
| `getMapDescription(mapId, locale)` | Localized map description |
|
|
196
217
|
|
|
218
|
+
Types: `Neutral`, `MapSpawn` (see also `Map`, `MapResolution`, `Pokemon`, `Move`, etc.).
|
|
219
|
+
|
|
197
220
|
## Project structure
|
|
198
221
|
|
|
199
222
|
- **`dist/`** — Built ESM, CJS, and IIFE; type definitions (`.d.ts`)
|
|
200
223
|
- **`pokemons/`** — Roster and stat images
|
|
201
224
|
- **`moves/`** — Move images
|
|
202
225
|
- **`maps/`** — Map images
|
|
226
|
+
- **`neutrals/`** — Wild Pokémon and item images used in map spawns
|
|
203
227
|
- **`.cursor/skills/`** — [Cursor Agent Skills](https://docs.cursor.com/context/agent-skills) for use with AI agents in this repo (e.g. syncing roster from images in `pokemons/` and `moves/`).
|
|
204
228
|
- **`mcp/`** — [MCP server](mcp/README.md) (Model Context Protocol) para consumir a library em agentes de IA: tools para listar e buscar pokémons, moves, mapas, URLs de imagens e nomes localizados (Cursor, Claude Desktop, etc.).
|
|
205
229
|
|
package/dist/i18n/index.cjs
CHANGED
|
@@ -25,7 +25,10 @@ __export(i18n_exports, {
|
|
|
25
25
|
fr: () => fr_default,
|
|
26
26
|
getMapDescription: () => getMapDescription,
|
|
27
27
|
getMapName: () => getMapName,
|
|
28
|
+
getNeutralName: () => getNeutralName,
|
|
28
29
|
getPokemonName: () => getPokemonName,
|
|
30
|
+
getSpawnInfo: () => getSpawnInfo,
|
|
31
|
+
getSpawnInfoForSpawn: () => getSpawnInfoForSpawn,
|
|
29
32
|
jaJP: () => ja_JP_default,
|
|
30
33
|
ptBR: () => pt_BR_default
|
|
31
34
|
});
|
|
@@ -2437,6 +2440,29 @@ var maps = [
|
|
|
2437
2440
|
];
|
|
2438
2441
|
var maps_default = maps;
|
|
2439
2442
|
|
|
2443
|
+
// src/neutrals.ts
|
|
2444
|
+
var neutrals = [
|
|
2445
|
+
{ id: "accelgor", image: "neutrals/accelgor.png", name: "Accelgor", dex: 617 },
|
|
2446
|
+
{ id: "altaria", image: "neutrals/altaria.png", name: "Altaria", dex: 334 },
|
|
2447
|
+
{ id: "baltoy", image: "neutrals/baltoy.png", name: "Baltoy", dex: 343 },
|
|
2448
|
+
{ id: "bunnelby", image: "neutrals/bunnelby.png", name: "Bunnelby", dex: 659 },
|
|
2449
|
+
{ id: "escavalier", image: "neutrals/escavalier.png", name: "Escavalier", dex: 589 },
|
|
2450
|
+
{ id: "groudon", image: "neutrals/groudon.png", name: "Groudon", dex: 383 },
|
|
2451
|
+
{ id: "indeedee", image: "neutrals/indeedee.png", name: "Indeedee", dex: 876 },
|
|
2452
|
+
{ id: "kyogre", image: "neutrals/kyogre.png", name: "Kyogre", dex: 382 },
|
|
2453
|
+
{ id: "natu", image: "neutrals/natu.png", name: "Natu", dex: 177 },
|
|
2454
|
+
{ id: "rayquaza", image: "neutrals/rayquaza.png", name: "Rayquaza", dex: 384 },
|
|
2455
|
+
{ id: "regidrago", image: "neutrals/regidrago.png", name: "Regidrago", dex: 895 },
|
|
2456
|
+
{ id: "regice", image: "neutrals/regice.png", name: "Regice", dex: 378 },
|
|
2457
|
+
{ id: "regieleki", image: "neutrals/regieleki.png", name: "Regieleki", dex: 894 },
|
|
2458
|
+
{ id: "regirock", image: "neutrals/regirock.png", name: "Regirock", dex: 377 },
|
|
2459
|
+
{ id: "registeel", image: "neutrals/registeel.png", name: "Registeel", dex: 379 },
|
|
2460
|
+
{ id: "salac", image: "neutrals/salac.png", name: "Salac Berry" },
|
|
2461
|
+
{ id: "sitrus", image: "neutrals/sitrus.png", name: "Sitrus Berry" },
|
|
2462
|
+
{ id: "xatu", image: "neutrals/xatu.png", name: "Xatu", dex: 178 }
|
|
2463
|
+
];
|
|
2464
|
+
var neutrals_default = neutrals;
|
|
2465
|
+
|
|
2440
2466
|
// src/i18n/en.ts
|
|
2441
2467
|
function slugFromMain(mainPath) {
|
|
2442
2468
|
return mainPath.replace(/^pokemons\/roster-/, "").replace(/\.png$/, "");
|
|
@@ -2449,6 +2475,57 @@ for (const m of maps_default) {
|
|
|
2449
2475
|
names[m.id] = m.name;
|
|
2450
2476
|
if (m.description) names[`${m.id}.description`] = m.description;
|
|
2451
2477
|
}
|
|
2478
|
+
for (const n of neutrals_default) {
|
|
2479
|
+
names[n.id] = n.name;
|
|
2480
|
+
}
|
|
2481
|
+
names["mega-mewtwo-x"] = "Mega Mewtwo X";
|
|
2482
|
+
names["mega-mewtwo-y"] = "Mega Mewtwo Y";
|
|
2483
|
+
Object.assign(names, {
|
|
2484
|
+
"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>",
|
|
2485
|
+
"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>",
|
|
2486
|
+
"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>",
|
|
2487
|
+
"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>",
|
|
2488
|
+
"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>",
|
|
2489
|
+
"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>",
|
|
2490
|
+
"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>",
|
|
2491
|
+
"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>",
|
|
2492
|
+
"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>",
|
|
2493
|
+
"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>",
|
|
2494
|
+
"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>",
|
|
2495
|
+
"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>",
|
|
2496
|
+
"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>",
|
|
2497
|
+
"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>",
|
|
2498
|
+
"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>",
|
|
2499
|
+
"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>",
|
|
2500
|
+
"spawn.info.regi.700": "<p>Spawns at <strong>7:00</strong>.</p>",
|
|
2501
|
+
"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>",
|
|
2502
|
+
"spawn.info.natu.900": "<p>Spawns at <strong>9:00</strong>.</p>",
|
|
2503
|
+
"spawn.info.natu.920": "<p>Spawns at <strong>9:20</strong>.</p>",
|
|
2504
|
+
"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>",
|
|
2505
|
+
"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>",
|
|
2506
|
+
"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>",
|
|
2507
|
+
"spawn.info.salac.short": "<p>Movement speed bonus for 3 seconds.</p>",
|
|
2508
|
+
"spawn.info.altaria.after_regidrago": "<p>Starts spawning <strong>mid 1:30 after Regidrago is killed</strong>.</p>",
|
|
2509
|
+
"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>",
|
|
2510
|
+
"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>",
|
|
2511
|
+
"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>",
|
|
2512
|
+
"spawn.info.regidrago.kyogre": "<p>Spawns in the <strong>middle of the map at 8:00</strong>.</p>",
|
|
2513
|
+
"spawn.info.xatu.short": "<p>Spawns at <strong>9:59</strong>.</p>",
|
|
2514
|
+
"spawn.info.indeedee.tower_break": "<p>Tower break spawn.</p>",
|
|
2515
|
+
"spawn.info.baltoy.tower_break": "<p>Tower break spawn.</p>",
|
|
2516
|
+
"spawn.info.bunnelby.lane": "<p>Starts spawning at <strong>9:40</strong>.</p>",
|
|
2517
|
+
"spawn.info.bunnelby.lane_920_short": "<p>Starts spawning at <strong>9:20</strong>.</p>",
|
|
2518
|
+
"spawn.info.bunnelby.lane_915_short": "<p>Starts spawning at <strong>9:15</strong>.</p>",
|
|
2519
|
+
"spawn.info.baltoy.lane_940_short": "<p>Starts spawning at <strong>9:40</strong>.</p>",
|
|
2520
|
+
"spawn.info.baltoy.945_short": "<p>Starts spawning at <strong>9:45</strong>.</p>",
|
|
2521
|
+
"spawn.info.baltoy.lane_910_short": "<p>Starts spawning at <strong>9:10</strong>.</p>",
|
|
2522
|
+
"spawn.info.baltoy.lane_840_short": "<p>Starts spawning at <strong>8:40</strong>.</p>",
|
|
2523
|
+
"spawn.info.indeedee.lane_930": "<p>Starts spawning at <strong>9:30</strong>.</p>",
|
|
2524
|
+
"spawn.info.indeedee.lane_935": "<p>Starts spawning at <strong>9:35</strong>.</p>",
|
|
2525
|
+
"spawn.info.bunnelby.points": "<p>Give 2 points.</p>",
|
|
2526
|
+
"spawn.info.baltoy.tower_kyogre": "<p>Starts spawning when the corresponding <strong>first tower is destroyed</strong>.</p>",
|
|
2527
|
+
"spawn.info.indeedee.tower_short": "<p>Spawns when the corresponding <strong>first tower</strong> is destroyed.</p>"
|
|
2528
|
+
});
|
|
2452
2529
|
var en_default = names;
|
|
2453
2530
|
|
|
2454
2531
|
// src/i18n/pt-BR.ts
|
|
@@ -2460,7 +2537,52 @@ var ptBR = {
|
|
|
2460
2537
|
"map-kyogre": "Ru\xEDnas Celestes de Theia",
|
|
2461
2538
|
"map-kyogre.description": "Mapa 5v5 com Kyogre.",
|
|
2462
2539
|
"map-rayquaza": "Ru\xEDnas Celestes de Theia",
|
|
2463
|
-
"map-rayquaza.description": "Mapa 5v5 com Rayquaza."
|
|
2540
|
+
"map-rayquaza.description": "Mapa 5v5 com Rayquaza.",
|
|
2541
|
+
// Spawn info (HTML) — principais textos; demais usam fallback en
|
|
2542
|
+
"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>",
|
|
2543
|
+
"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>",
|
|
2544
|
+
"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>",
|
|
2545
|
+
"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>",
|
|
2546
|
+
"spawn.info.bunnelby.points": "<p>D\xE3o 2 pontos.</p>",
|
|
2547
|
+
"spawn.info.regi.700": "<p>Aparece \xE0s <strong>7:00</strong>.</p>",
|
|
2548
|
+
"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>",
|
|
2549
|
+
"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>",
|
|
2550
|
+
"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>",
|
|
2551
|
+
"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>",
|
|
2552
|
+
"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>",
|
|
2553
|
+
"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>",
|
|
2554
|
+
"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>",
|
|
2555
|
+
"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>",
|
|
2556
|
+
"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>",
|
|
2557
|
+
"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>",
|
|
2558
|
+
"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>",
|
|
2559
|
+
"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>",
|
|
2560
|
+
"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>",
|
|
2561
|
+
"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>",
|
|
2562
|
+
"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>",
|
|
2563
|
+
"spawn.info.natu.900": "<p>Aparece \xE0s <strong>9:00</strong>.</p>",
|
|
2564
|
+
"spawn.info.natu.920": "<p>Aparece \xE0s <strong>9:20</strong>.</p>",
|
|
2565
|
+
"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>",
|
|
2566
|
+
"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>",
|
|
2567
|
+
"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>",
|
|
2568
|
+
"spawn.info.salac.short": "<p>B\xF4nus de velocidade de movimento por 3 segundos.</p>",
|
|
2569
|
+
"spawn.info.altaria.after_regidrago": "<p>Come\xE7a a aparecer <strong>1:30 ap\xF3s o Regidrago ser derrotado</strong>.</p>",
|
|
2570
|
+
"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>",
|
|
2571
|
+
"spawn.info.regidrago.kyogre": "<p>Aparece no <strong>centro do mapa \xE0s 8:00</strong>.</p>",
|
|
2572
|
+
"spawn.info.xatu.short": "<p>Aparece \xE0s <strong>9:59</strong>.</p>",
|
|
2573
|
+
"spawn.info.indeedee.tower_break": "<p>Aparece quando torre \xE9 destru\xEDda.</p>",
|
|
2574
|
+
"spawn.info.baltoy.tower_break": "<p>Aparece quando torre \xE9 destru\xEDda.</p>",
|
|
2575
|
+
"spawn.info.bunnelby.lane": "<p>Come\xE7a a aparecer \xE0s <strong>9:40</strong>.</p>",
|
|
2576
|
+
"spawn.info.bunnelby.lane_920_short": "<p>Come\xE7a a aparecer \xE0s <strong>9:20</strong>.</p>",
|
|
2577
|
+
"spawn.info.bunnelby.lane_915_short": "<p>Come\xE7a a aparecer \xE0s <strong>9:15</strong>.</p>",
|
|
2578
|
+
"spawn.info.baltoy.lane_940_short": "<p>Come\xE7a a aparecer \xE0s <strong>9:40</strong>.</p>",
|
|
2579
|
+
"spawn.info.baltoy.945_short": "<p>Come\xE7a a aparecer \xE0s <strong>9:45</strong>.</p>",
|
|
2580
|
+
"spawn.info.baltoy.lane_910_short": "<p>Come\xE7a a aparecer \xE0s <strong>9:10</strong>.</p>",
|
|
2581
|
+
"spawn.info.baltoy.lane_840_short": "<p>Come\xE7a a aparecer \xE0s <strong>8:40</strong>.</p>",
|
|
2582
|
+
"spawn.info.indeedee.lane_930": "<p>Come\xE7a a aparecer \xE0s <strong>9:30</strong>.</p>",
|
|
2583
|
+
"spawn.info.indeedee.lane_935": "<p>Come\xE7a a aparecer \xE0s <strong>9:35</strong>.</p>",
|
|
2584
|
+
"spawn.info.baltoy.tower_kyogre": "<p>Come\xE7a a aparecer quando a <strong>primeira torre correspondente</strong> for destru\xEDda.</p>",
|
|
2585
|
+
"spawn.info.indeedee.tower_short": "<p>Aparece quando a <strong>primeira torre correspondente</strong> for destru\xEDda.</p>"
|
|
2464
2586
|
};
|
|
2465
2587
|
var pt_BR_default = ptBR;
|
|
2466
2588
|
|
|
@@ -2492,9 +2614,12 @@ var jaJP = {
|
|
|
2492
2614
|
vaporeon: "\u30B7\u30E3\u30EF\u30FC\u30BA",
|
|
2493
2615
|
snorlax: "\u30AB\u30D3\u30B4\u30F3",
|
|
2494
2616
|
zapdos: "\u30B5\u30F3\u30C0\u30FC",
|
|
2617
|
+
moltres: "\u30D5\u30A1\u30A4\u30E4\u30FC",
|
|
2495
2618
|
dragonite: "\u30AB\u30A4\u30EA\u30E5\u30FC",
|
|
2496
2619
|
mewtwox: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCX",
|
|
2497
2620
|
mewtwoy: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCY",
|
|
2621
|
+
"mega-mewtwo-x": "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCX",
|
|
2622
|
+
"mega-mewtwo-y": "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCY",
|
|
2498
2623
|
mew: "\u30DF\u30E5\u30A6",
|
|
2499
2624
|
azumarill: "\u30DE\u30EA\u30EB\u30EA",
|
|
2500
2625
|
espeon: "\u30A8\u30FC\u30D5\u30A3",
|
|
@@ -2559,7 +2684,71 @@ var jaJP = {
|
|
|
2559
2684
|
"map-kyogre": "\u30C6\u30A4\u30A2\u306E\u5929\u7A7A\u907A\u8DE1",
|
|
2560
2685
|
"map-kyogre.description": "\u30AB\u30A4\u30AA\u30FC\u30AC\u304C\u767B\u5834\u3059\u308B5v5\u30DE\u30C3\u30D7\u3002",
|
|
2561
2686
|
"map-rayquaza": "\u30C6\u30A4\u30A2\u306E\u5929\u7A7A\u907A\u8DE1",
|
|
2562
|
-
"map-rayquaza.description": "\u30EC\u30C3\u30AF\u30A6\u30B6\u304C\u767B\u5834\u3059\u308B5v5\u30DE\u30C3\u30D7\u3002"
|
|
2687
|
+
"map-rayquaza.description": "\u30EC\u30C3\u30AF\u30A6\u30B6\u304C\u767B\u5834\u3059\u308B5v5\u30DE\u30C3\u30D7\u3002",
|
|
2688
|
+
// Neutrals (wild Pokémon / items)
|
|
2689
|
+
accelgor: "\u30A2\u30C3\u30B1\u30E9\u30FC",
|
|
2690
|
+
altaria: "\u30C1\u30EB\u30BF\u30EA\u30B9",
|
|
2691
|
+
baltoy: "\u30E4\u30C9\u30F3",
|
|
2692
|
+
bunnelby: "\u30DB\u30EB\u30D3\u30FC",
|
|
2693
|
+
escavalier: "\u30B7\u30E5\u30D0\u30EB\u30B4",
|
|
2694
|
+
groudon: "\u30B0\u30E9\u30FC\u30C9\u30F3",
|
|
2695
|
+
indeedee: "\u30A4\u30A8\u30C3\u30B5\u30F3",
|
|
2696
|
+
kyogre: "\u30AB\u30A4\u30AA\u30FC\u30AC",
|
|
2697
|
+
natu: "\u30CD\u30A4\u30C6\u30A3",
|
|
2698
|
+
rayquaza: "\u30EC\u30C3\u30AF\u30A6\u30B6",
|
|
2699
|
+
regidrago: "\u30EC\u30B8\u30C9\u30E9\u30B4",
|
|
2700
|
+
regice: "\u30EC\u30B8\u30A2\u30A4\u30B9",
|
|
2701
|
+
regieleki: "\u30EC\u30B8\u30A8\u30EC\u30AD",
|
|
2702
|
+
regirock: "\u30EC\u30B8\u30ED\u30C3\u30AF",
|
|
2703
|
+
registeel: "\u30EC\u30B8\u30B9\u30C1\u30EB",
|
|
2704
|
+
salac: "\u30B5\u30E9\u30AF\u306E\u307F",
|
|
2705
|
+
sitrus: "\u30AA\u30DC\u30F3\u306E\u307F",
|
|
2706
|
+
xatu: "\u30CD\u30A4\u30C6\u30A3\u30AA",
|
|
2707
|
+
// Spawn info (HTML)
|
|
2708
|
+
"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>",
|
|
2709
|
+
"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>",
|
|
2710
|
+
"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>",
|
|
2711
|
+
"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>",
|
|
2712
|
+
"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>",
|
|
2713
|
+
"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>",
|
|
2714
|
+
"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>",
|
|
2715
|
+
"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>",
|
|
2716
|
+
"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>",
|
|
2717
|
+
"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>",
|
|
2718
|
+
"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>",
|
|
2719
|
+
"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>",
|
|
2720
|
+
"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>",
|
|
2721
|
+
"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>",
|
|
2722
|
+
"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>",
|
|
2723
|
+
"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>",
|
|
2724
|
+
"spawn.info.regi.700": "<p><strong>7:00</strong>\u306B\u51FA\u73FE\u3002</p>",
|
|
2725
|
+
"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>",
|
|
2726
|
+
"spawn.info.natu.900": "<p><strong>9:00</strong>\u306B\u51FA\u73FE\u3002</p>",
|
|
2727
|
+
"spawn.info.natu.920": "<p><strong>9:20</strong>\u306B\u51FA\u73FE\u3002</p>",
|
|
2728
|
+
"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>",
|
|
2729
|
+
"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>",
|
|
2730
|
+
"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>",
|
|
2731
|
+
"spawn.info.salac.short": "<p>3\u79D2\u9593\u79FB\u52D5\u901F\u5EA6\u30A2\u30C3\u30D7\u3002</p>",
|
|
2732
|
+
"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>",
|
|
2733
|
+
"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>",
|
|
2734
|
+
"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>",
|
|
2735
|
+
"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>",
|
|
2736
|
+
"spawn.info.regidrago.kyogre": "<p><strong>8:00</strong>\u306B\u30DE\u30C3\u30D7\u4E2D\u592E\u306B\u51FA\u73FE\u3002</p>",
|
|
2737
|
+
"spawn.info.xatu.short": "<p><strong>9:59</strong>\u306B\u51FA\u73FE\u3002</p>",
|
|
2738
|
+
"spawn.info.indeedee.tower_break": "<p>\u30BF\u30EF\u30FC\u7834\u58CA\u3067\u51FA\u73FE\u3002</p>",
|
|
2739
|
+
"spawn.info.baltoy.tower_break": "<p>\u30BF\u30EF\u30FC\u7834\u58CA\u3067\u51FA\u73FE\u3002</p>",
|
|
2740
|
+
"spawn.info.bunnelby.lane": "<p><strong>9:40</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
|
|
2741
|
+
"spawn.info.bunnelby.lane_920_short": "<p><strong>9:20</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
|
|
2742
|
+
"spawn.info.bunnelby.lane_915_short": "<p><strong>9:15</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
|
|
2743
|
+
"spawn.info.baltoy.lane_940_short": "<p><strong>9:40</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
|
|
2744
|
+
"spawn.info.baltoy.945_short": "<p><strong>9:45</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
|
|
2745
|
+
"spawn.info.baltoy.lane_910_short": "<p><strong>9:10</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
|
|
2746
|
+
"spawn.info.baltoy.lane_840_short": "<p><strong>8:40</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
|
|
2747
|
+
"spawn.info.indeedee.lane_930": "<p><strong>9:30</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
|
|
2748
|
+
"spawn.info.indeedee.lane_935": "<p><strong>9:35</strong>\u304B\u3089\u51FA\u73FE\u3002</p>",
|
|
2749
|
+
"spawn.info.bunnelby.points": "<p>2\u30DD\u30A4\u30F3\u30C8\u7372\u5F97\u3002</p>",
|
|
2750
|
+
"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>",
|
|
2751
|
+
"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>"
|
|
2563
2752
|
};
|
|
2564
2753
|
var ja_JP_default = jaJP;
|
|
2565
2754
|
|
|
@@ -2591,9 +2780,12 @@ var fr = {
|
|
|
2591
2780
|
vaporeon: "Aquali",
|
|
2592
2781
|
snorlax: "Ronflex",
|
|
2593
2782
|
zapdos: "\xC9lecthor",
|
|
2783
|
+
moltres: "Sulfura",
|
|
2594
2784
|
dragonite: "Dracolosse",
|
|
2595
2785
|
mewtwox: "M\xE9ga-Mewtwo X",
|
|
2596
2786
|
mewtwoy: "M\xE9ga-Mewtwo Y",
|
|
2787
|
+
"mega-mewtwo-x": "M\xE9ga-Mewtwo X",
|
|
2788
|
+
"mega-mewtwo-y": "M\xE9ga-Mewtwo Y",
|
|
2597
2789
|
mew: "Mew",
|
|
2598
2790
|
azumarill: "Azumarill",
|
|
2599
2791
|
espeon: "Mentali",
|
|
@@ -2658,7 +2850,71 @@ var fr = {
|
|
|
2658
2850
|
"map-kyogre": "Ruines C\xE9lestes de Theia",
|
|
2659
2851
|
"map-kyogre.description": "Carte 5v5 avec Kyogre.",
|
|
2660
2852
|
"map-rayquaza": "Ruines C\xE9lestes de Theia",
|
|
2661
|
-
"map-rayquaza.description": "Carte 5v5 avec Rayquaza."
|
|
2853
|
+
"map-rayquaza.description": "Carte 5v5 avec Rayquaza.",
|
|
2854
|
+
// Neutrals (wild Pokémon / items)
|
|
2855
|
+
accelgor: "Accelgor",
|
|
2856
|
+
altaria: "Altaria",
|
|
2857
|
+
baltoy: "Balbuto",
|
|
2858
|
+
bunnelby: "Sapereau",
|
|
2859
|
+
escavalier: "Lan\xE7argot",
|
|
2860
|
+
groudon: "Groudon",
|
|
2861
|
+
indeedee: "Wimessir",
|
|
2862
|
+
kyogre: "Kyogre",
|
|
2863
|
+
natu: "Natu",
|
|
2864
|
+
rayquaza: "Rayquaza",
|
|
2865
|
+
regidrago: "Regidrago",
|
|
2866
|
+
regice: "Regice",
|
|
2867
|
+
regieleki: "Regieleki",
|
|
2868
|
+
regirock: "Regirock",
|
|
2869
|
+
registeel: "Registeel",
|
|
2870
|
+
salac: "Baie Salac",
|
|
2871
|
+
sitrus: "Baie Sitrus",
|
|
2872
|
+
xatu: "Xatu",
|
|
2873
|
+
// Spawn info (HTML)
|
|
2874
|
+
"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>",
|
|
2875
|
+
"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>",
|
|
2876
|
+
"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>",
|
|
2877
|
+
"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>",
|
|
2878
|
+
"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>",
|
|
2879
|
+
"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>",
|
|
2880
|
+
"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>",
|
|
2881
|
+
"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>",
|
|
2882
|
+
"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>",
|
|
2883
|
+
"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>",
|
|
2884
|
+
"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>",
|
|
2885
|
+
"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>",
|
|
2886
|
+
"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>",
|
|
2887
|
+
"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>",
|
|
2888
|
+
"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>",
|
|
2889
|
+
"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>",
|
|
2890
|
+
"spawn.info.regi.700": "<p>Appara\xEEt \xE0 <strong>7:00</strong>.</p>",
|
|
2891
|
+
"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>",
|
|
2892
|
+
"spawn.info.natu.900": "<p>Appara\xEEt \xE0 <strong>9:00</strong>.</p>",
|
|
2893
|
+
"spawn.info.natu.920": "<p>Appara\xEEt \xE0 <strong>9:20</strong>.</p>",
|
|
2894
|
+
"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>",
|
|
2895
|
+
"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>",
|
|
2896
|
+
"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>",
|
|
2897
|
+
"spawn.info.salac.short": "<p>Bonus de vitesse pendant 3 secondes.</p>",
|
|
2898
|
+
"spawn.info.altaria.after_regidrago": "<p>Appara\xEEt <strong>1:30 apr\xE8s la chute de Regidrago</strong>.</p>",
|
|
2899
|
+
"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>",
|
|
2900
|
+
"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>",
|
|
2901
|
+
"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>",
|
|
2902
|
+
"spawn.info.regidrago.kyogre": "<p>Appara\xEEt <strong>au centre \xE0 8:00</strong>.</p>",
|
|
2903
|
+
"spawn.info.xatu.short": "<p>Appara\xEEt \xE0 <strong>9:59</strong>.</p>",
|
|
2904
|
+
"spawn.info.indeedee.tower_break": "<p>Apparition apr\xE8s destruction de tour.</p>",
|
|
2905
|
+
"spawn.info.baltoy.tower_break": "<p>Apparition apr\xE8s destruction de tour.</p>",
|
|
2906
|
+
"spawn.info.bunnelby.lane": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:40</strong>.</p>",
|
|
2907
|
+
"spawn.info.bunnelby.lane_920_short": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:20</strong>.</p>",
|
|
2908
|
+
"spawn.info.bunnelby.lane_915_short": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:15</strong>.</p>",
|
|
2909
|
+
"spawn.info.baltoy.lane_940_short": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:40</strong>.</p>",
|
|
2910
|
+
"spawn.info.baltoy.945_short": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:45</strong>.</p>",
|
|
2911
|
+
"spawn.info.baltoy.lane_910_short": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:10</strong>.</p>",
|
|
2912
|
+
"spawn.info.baltoy.lane_840_short": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>8:40</strong>.</p>",
|
|
2913
|
+
"spawn.info.indeedee.lane_930": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:30</strong>.</p>",
|
|
2914
|
+
"spawn.info.indeedee.lane_935": "<p>Commence \xE0 appara\xEEtre \xE0 <strong>9:35</strong>.</p>",
|
|
2915
|
+
"spawn.info.bunnelby.points": "<p>Donnent 2 points.</p>",
|
|
2916
|
+
"spawn.info.baltoy.tower_kyogre": "<p>Appara\xEEt quand la <strong>premi\xE8re tour correspondante</strong> est d\xE9truite.</p>",
|
|
2917
|
+
"spawn.info.indeedee.tower_short": "<p>Appara\xEEt quand la <strong>premi\xE8re tour correspondante</strong> est d\xE9truite.</p>"
|
|
2662
2918
|
};
|
|
2663
2919
|
var fr_default = fr;
|
|
2664
2920
|
|
|
@@ -2690,9 +2946,12 @@ var es = {
|
|
|
2690
2946
|
vaporeon: "Vaporeon",
|
|
2691
2947
|
snorlax: "Snorlax",
|
|
2692
2948
|
zapdos: "Zapdos",
|
|
2949
|
+
moltres: "Moltres",
|
|
2693
2950
|
dragonite: "Dragonite",
|
|
2694
2951
|
mewtwox: "Mega-Mewtwo X",
|
|
2695
2952
|
mewtwoy: "Mega-Mewtwo Y",
|
|
2953
|
+
"mega-mewtwo-x": "Mega-Mewtwo X",
|
|
2954
|
+
"mega-mewtwo-y": "Mega-Mewtwo Y",
|
|
2696
2955
|
mew: "Mew",
|
|
2697
2956
|
azumarill: "Azumarill",
|
|
2698
2957
|
espeon: "Espeon",
|
|
@@ -2757,7 +3016,71 @@ var es = {
|
|
|
2757
3016
|
"map-kyogre": "Ruinas Celestiales de Theia",
|
|
2758
3017
|
"map-kyogre.description": "Mapa 5v5 con Kyogre.",
|
|
2759
3018
|
"map-rayquaza": "Ruinas Celestiales de Theia",
|
|
2760
|
-
"map-rayquaza.description": "Mapa 5v5 con Rayquaza."
|
|
3019
|
+
"map-rayquaza.description": "Mapa 5v5 con Rayquaza.",
|
|
3020
|
+
// Neutrals (wild Pokémon / items)
|
|
3021
|
+
accelgor: "Accelgor",
|
|
3022
|
+
altaria: "Altaria",
|
|
3023
|
+
baltoy: "Baltoy",
|
|
3024
|
+
bunnelby: "Bunnelby",
|
|
3025
|
+
escavalier: "Escavalier",
|
|
3026
|
+
groudon: "Groudon",
|
|
3027
|
+
indeedee: "Indeedee",
|
|
3028
|
+
kyogre: "Kyogre",
|
|
3029
|
+
natu: "Natu",
|
|
3030
|
+
rayquaza: "Rayquaza",
|
|
3031
|
+
regidrago: "Regidrago",
|
|
3032
|
+
regice: "Regice",
|
|
3033
|
+
regieleki: "Regieleki",
|
|
3034
|
+
regirock: "Regirock",
|
|
3035
|
+
registeel: "Registeel",
|
|
3036
|
+
salac: "Baya Salac",
|
|
3037
|
+
sitrus: "Baya Sitrus",
|
|
3038
|
+
xatu: "Xatu",
|
|
3039
|
+
// Spawn info (HTML)
|
|
3040
|
+
"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>",
|
|
3041
|
+
"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>",
|
|
3042
|
+
"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>",
|
|
3043
|
+
"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>",
|
|
3044
|
+
"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>",
|
|
3045
|
+
"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>",
|
|
3046
|
+
"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>",
|
|
3047
|
+
"spawn.info.baltoy.generic": "<p>Empieza a las <strong>9:45</strong>. Derrotado: <strong>2 puntos</strong>. Reaparece en <strong>60 s</strong>.</p>",
|
|
3048
|
+
"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>",
|
|
3049
|
+
"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>",
|
|
3050
|
+
"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>",
|
|
3051
|
+
"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>",
|
|
3052
|
+
"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>",
|
|
3053
|
+
"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>",
|
|
3054
|
+
"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>",
|
|
3055
|
+
"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>",
|
|
3056
|
+
"spawn.info.regi.700": "<p>Aparece a las <strong>7:00</strong>.</p>",
|
|
3057
|
+
"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>",
|
|
3058
|
+
"spawn.info.natu.900": "<p>Aparece a las <strong>9:00</strong>.</p>",
|
|
3059
|
+
"spawn.info.natu.920": "<p>Aparece a las <strong>9:20</strong>.</p>",
|
|
3060
|
+
"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>",
|
|
3061
|
+
"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>",
|
|
3062
|
+
"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>",
|
|
3063
|
+
"spawn.info.salac.short": "<p>Bonus de velocidad durante 3 segundos.</p>",
|
|
3064
|
+
"spawn.info.altaria.after_regidrago": "<p>Aparece <strong>1:30 despu\xE9s de derrotar a Regidrago</strong>.</p>",
|
|
3065
|
+
"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>",
|
|
3066
|
+
"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>",
|
|
3067
|
+
"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>",
|
|
3068
|
+
"spawn.info.regidrago.kyogre": "<p>Aparece en <strong>el centro del mapa a las 8:00</strong>.</p>",
|
|
3069
|
+
"spawn.info.xatu.short": "<p>Aparece a las <strong>9:59</strong>.</p>",
|
|
3070
|
+
"spawn.info.indeedee.tower_break": "<p>Aparece al destruir torre.</p>",
|
|
3071
|
+
"spawn.info.baltoy.tower_break": "<p>Aparece al destruir torre.</p>",
|
|
3072
|
+
"spawn.info.bunnelby.lane": "<p>Empieza a aparecer a las <strong>9:40</strong>.</p>",
|
|
3073
|
+
"spawn.info.bunnelby.lane_920_short": "<p>Empieza a aparecer a las <strong>9:20</strong>.</p>",
|
|
3074
|
+
"spawn.info.bunnelby.lane_915_short": "<p>Empieza a aparecer a las <strong>9:15</strong>.</p>",
|
|
3075
|
+
"spawn.info.baltoy.lane_940_short": "<p>Empieza a aparecer a las <strong>9:40</strong>.</p>",
|
|
3076
|
+
"spawn.info.baltoy.945_short": "<p>Empieza a aparecer a las <strong>9:45</strong>.</p>",
|
|
3077
|
+
"spawn.info.baltoy.lane_910_short": "<p>Empieza a aparecer a las <strong>9:10</strong>.</p>",
|
|
3078
|
+
"spawn.info.baltoy.lane_840_short": "<p>Empieza a aparecer a las <strong>8:40</strong>.</p>",
|
|
3079
|
+
"spawn.info.indeedee.lane_930": "<p>Empieza a aparecer a las <strong>9:30</strong>.</p>",
|
|
3080
|
+
"spawn.info.indeedee.lane_935": "<p>Empieza a aparecer a las <strong>9:35</strong>.</p>",
|
|
3081
|
+
"spawn.info.bunnelby.points": "<p>Dan 2 puntos.</p>",
|
|
3082
|
+
"spawn.info.baltoy.tower_kyogre": "<p>Aparece cuando la <strong>primera torre correspondiente</strong> es destruida.</p>",
|
|
3083
|
+
"spawn.info.indeedee.tower_short": "<p>Aparece cuando la <strong>primera torre correspondiente</strong> es destruida.</p>"
|
|
2761
3084
|
};
|
|
2762
3085
|
var es_default = es;
|
|
2763
3086
|
|
|
@@ -2782,6 +3105,22 @@ function getMapDescription(mapId, locale = "en") {
|
|
|
2782
3105
|
const map = locales[locale] ?? en_default;
|
|
2783
3106
|
return map[key] ?? en_default[key] ?? "";
|
|
2784
3107
|
}
|
|
3108
|
+
function getNeutralName(neutralId, locale = "en") {
|
|
3109
|
+
const map = locales[locale] ?? en_default;
|
|
3110
|
+
return map[neutralId] ?? en_default[neutralId] ?? neutralId;
|
|
3111
|
+
}
|
|
3112
|
+
function getSpawnInfo(infoKey, locale = "en") {
|
|
3113
|
+
const key = `spawn.info.${infoKey}`;
|
|
3114
|
+
const map = locales[locale] ?? en_default;
|
|
3115
|
+
return map[key] ?? en_default[key] ?? "";
|
|
3116
|
+
}
|
|
3117
|
+
function getSpawnInfoForSpawn(spawn, locale = "en") {
|
|
3118
|
+
if (spawn.infoKey) {
|
|
3119
|
+
const out = getSpawnInfo(spawn.infoKey, locale);
|
|
3120
|
+
if (out) return out;
|
|
3121
|
+
}
|
|
3122
|
+
return spawn.info ?? "";
|
|
3123
|
+
}
|
|
2785
3124
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2786
3125
|
0 && (module.exports = {
|
|
2787
3126
|
en,
|
|
@@ -2789,7 +3128,10 @@ function getMapDescription(mapId, locale = "en") {
|
|
|
2789
3128
|
fr,
|
|
2790
3129
|
getMapDescription,
|
|
2791
3130
|
getMapName,
|
|
3131
|
+
getNeutralName,
|
|
2792
3132
|
getPokemonName,
|
|
3133
|
+
getSpawnInfo,
|
|
3134
|
+
getSpawnInfoForSpawn,
|
|
2793
3135
|
jaJP,
|
|
2794
3136
|
ptBR
|
|
2795
3137
|
});
|