unite-lib 1.3.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 +19 -7
- package/dist/i18n/index.cjs +11 -0
- package/dist/i18n/index.cjs.map +1 -1
- package/dist/i18n/index.global.js +11 -0
- package/dist/i18n/index.global.js.map +1 -1
- package/dist/i18n/index.js +11 -0
- package/dist/i18n/index.js.map +1 -1
- package/dist/index.cjs +17 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.global.js +16 -4
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +16 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/i18n/index.js
CHANGED
|
@@ -2442,6 +2442,8 @@ for (const m of maps_default) {
|
|
|
2442
2442
|
for (const n of neutrals_default) {
|
|
2443
2443
|
names[n.id] = n.name;
|
|
2444
2444
|
}
|
|
2445
|
+
names["mega-mewtwo-x"] = "Mega Mewtwo X";
|
|
2446
|
+
names["mega-mewtwo-y"] = "Mega Mewtwo Y";
|
|
2445
2447
|
Object.assign(names, {
|
|
2446
2448
|
"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>",
|
|
2447
2449
|
"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>",
|
|
@@ -2576,9 +2578,12 @@ var jaJP = {
|
|
|
2576
2578
|
vaporeon: "\u30B7\u30E3\u30EF\u30FC\u30BA",
|
|
2577
2579
|
snorlax: "\u30AB\u30D3\u30B4\u30F3",
|
|
2578
2580
|
zapdos: "\u30B5\u30F3\u30C0\u30FC",
|
|
2581
|
+
moltres: "\u30D5\u30A1\u30A4\u30E4\u30FC",
|
|
2579
2582
|
dragonite: "\u30AB\u30A4\u30EA\u30E5\u30FC",
|
|
2580
2583
|
mewtwox: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCX",
|
|
2581
2584
|
mewtwoy: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCY",
|
|
2585
|
+
"mega-mewtwo-x": "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCX",
|
|
2586
|
+
"mega-mewtwo-y": "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCY",
|
|
2582
2587
|
mew: "\u30DF\u30E5\u30A6",
|
|
2583
2588
|
azumarill: "\u30DE\u30EA\u30EB\u30EA",
|
|
2584
2589
|
espeon: "\u30A8\u30FC\u30D5\u30A3",
|
|
@@ -2739,9 +2744,12 @@ var fr = {
|
|
|
2739
2744
|
vaporeon: "Aquali",
|
|
2740
2745
|
snorlax: "Ronflex",
|
|
2741
2746
|
zapdos: "\xC9lecthor",
|
|
2747
|
+
moltres: "Sulfura",
|
|
2742
2748
|
dragonite: "Dracolosse",
|
|
2743
2749
|
mewtwox: "M\xE9ga-Mewtwo X",
|
|
2744
2750
|
mewtwoy: "M\xE9ga-Mewtwo Y",
|
|
2751
|
+
"mega-mewtwo-x": "M\xE9ga-Mewtwo X",
|
|
2752
|
+
"mega-mewtwo-y": "M\xE9ga-Mewtwo Y",
|
|
2745
2753
|
mew: "Mew",
|
|
2746
2754
|
azumarill: "Azumarill",
|
|
2747
2755
|
espeon: "Mentali",
|
|
@@ -2902,9 +2910,12 @@ var es = {
|
|
|
2902
2910
|
vaporeon: "Vaporeon",
|
|
2903
2911
|
snorlax: "Snorlax",
|
|
2904
2912
|
zapdos: "Zapdos",
|
|
2913
|
+
moltres: "Moltres",
|
|
2905
2914
|
dragonite: "Dragonite",
|
|
2906
2915
|
mewtwox: "Mega-Mewtwo X",
|
|
2907
2916
|
mewtwoy: "Mega-Mewtwo Y",
|
|
2917
|
+
"mega-mewtwo-x": "Mega-Mewtwo X",
|
|
2918
|
+
"mega-mewtwo-y": "Mega-Mewtwo Y",
|
|
2908
2919
|
mew: "Mew",
|
|
2909
2920
|
azumarill: "Azumarill",
|
|
2910
2921
|
espeon: "Espeon",
|