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
|
@@ -2478,6 +2478,8 @@ var UniteLib = (() => {
|
|
|
2478
2478
|
for (const n of neutrals_default) {
|
|
2479
2479
|
names[n.id] = n.name;
|
|
2480
2480
|
}
|
|
2481
|
+
names["mega-mewtwo-x"] = "Mega Mewtwo X";
|
|
2482
|
+
names["mega-mewtwo-y"] = "Mega Mewtwo Y";
|
|
2481
2483
|
Object.assign(names, {
|
|
2482
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>",
|
|
2483
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>",
|
|
@@ -2612,9 +2614,12 @@ var UniteLib = (() => {
|
|
|
2612
2614
|
vaporeon: "\u30B7\u30E3\u30EF\u30FC\u30BA",
|
|
2613
2615
|
snorlax: "\u30AB\u30D3\u30B4\u30F3",
|
|
2614
2616
|
zapdos: "\u30B5\u30F3\u30C0\u30FC",
|
|
2617
|
+
moltres: "\u30D5\u30A1\u30A4\u30E4\u30FC",
|
|
2615
2618
|
dragonite: "\u30AB\u30A4\u30EA\u30E5\u30FC",
|
|
2616
2619
|
mewtwox: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCX",
|
|
2617
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",
|
|
2618
2623
|
mew: "\u30DF\u30E5\u30A6",
|
|
2619
2624
|
azumarill: "\u30DE\u30EA\u30EB\u30EA",
|
|
2620
2625
|
espeon: "\u30A8\u30FC\u30D5\u30A3",
|
|
@@ -2775,9 +2780,12 @@ var UniteLib = (() => {
|
|
|
2775
2780
|
vaporeon: "Aquali",
|
|
2776
2781
|
snorlax: "Ronflex",
|
|
2777
2782
|
zapdos: "\xC9lecthor",
|
|
2783
|
+
moltres: "Sulfura",
|
|
2778
2784
|
dragonite: "Dracolosse",
|
|
2779
2785
|
mewtwox: "M\xE9ga-Mewtwo X",
|
|
2780
2786
|
mewtwoy: "M\xE9ga-Mewtwo Y",
|
|
2787
|
+
"mega-mewtwo-x": "M\xE9ga-Mewtwo X",
|
|
2788
|
+
"mega-mewtwo-y": "M\xE9ga-Mewtwo Y",
|
|
2781
2789
|
mew: "Mew",
|
|
2782
2790
|
azumarill: "Azumarill",
|
|
2783
2791
|
espeon: "Mentali",
|
|
@@ -2938,9 +2946,12 @@ var UniteLib = (() => {
|
|
|
2938
2946
|
vaporeon: "Vaporeon",
|
|
2939
2947
|
snorlax: "Snorlax",
|
|
2940
2948
|
zapdos: "Zapdos",
|
|
2949
|
+
moltres: "Moltres",
|
|
2941
2950
|
dragonite: "Dragonite",
|
|
2942
2951
|
mewtwox: "Mega-Mewtwo X",
|
|
2943
2952
|
mewtwoy: "Mega-Mewtwo Y",
|
|
2953
|
+
"mega-mewtwo-x": "Mega-Mewtwo X",
|
|
2954
|
+
"mega-mewtwo-y": "Mega-Mewtwo Y",
|
|
2944
2955
|
mew: "Mew",
|
|
2945
2956
|
azumarill: "Azumarill",
|
|
2946
2957
|
espeon: "Espeon",
|