@pkmn/sim 0.9.1 → 0.9.2
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/build/cjs/config/formats.js +3 -9
- package/build/cjs/config/formats.js.map +1 -1
- package/build/cjs/data/formats-data.js +9 -27
- package/build/cjs/data/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen1/formats-data.js +1 -1
- package/build/cjs/data/mods/gen1/formats-data.js.map +1 -1
- package/build/cjs/data/pokedex.js +15 -13
- package/build/cjs/data/pokedex.js.map +1 -1
- package/build/cjs/data/tags.js +4 -0
- package/build/cjs/data/tags.js.map +1 -1
- package/build/cjs/sim/dex-species.d.ts +1 -1
- package/build/esm/config/formats.mjs +3 -9
- package/build/esm/config/formats.mjs.map +1 -1
- package/build/esm/data/formats-data.mjs +9 -27
- package/build/esm/data/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen1/formats-data.mjs +1 -1
- package/build/esm/data/mods/gen1/formats-data.mjs.map +1 -1
- package/build/esm/data/pokedex.mjs +15 -13
- package/build/esm/data/pokedex.mjs.map +1 -1
- package/build/esm/data/tags.mjs +4 -0
- package/build/esm/data/tags.mjs.map +1 -1
- package/build/esm/sim/dex-species.d.mts +1 -1
- package/package.json +1 -1
|
@@ -14377,7 +14377,7 @@ exports.Pokedex = {
|
|
|
14377
14377
|
heightm: 1.2,
|
|
14378
14378
|
weightkg: 55.5,
|
|
14379
14379
|
color: "White",
|
|
14380
|
-
tags: ["
|
|
14380
|
+
tags: ["Ultra Beast"],
|
|
14381
14381
|
eggGroups: ["Undiscovered"],
|
|
14382
14382
|
},
|
|
14383
14383
|
buzzwole: {
|
|
@@ -14390,7 +14390,7 @@ exports.Pokedex = {
|
|
|
14390
14390
|
heightm: 2.4,
|
|
14391
14391
|
weightkg: 333.6,
|
|
14392
14392
|
color: "Red",
|
|
14393
|
-
tags: ["
|
|
14393
|
+
tags: ["Ultra Beast"],
|
|
14394
14394
|
eggGroups: ["Undiscovered"],
|
|
14395
14395
|
},
|
|
14396
14396
|
pheromosa: {
|
|
@@ -14403,7 +14403,7 @@ exports.Pokedex = {
|
|
|
14403
14403
|
heightm: 1.8,
|
|
14404
14404
|
weightkg: 25,
|
|
14405
14405
|
color: "White",
|
|
14406
|
-
tags: ["
|
|
14406
|
+
tags: ["Ultra Beast"],
|
|
14407
14407
|
eggGroups: ["Undiscovered"],
|
|
14408
14408
|
},
|
|
14409
14409
|
xurkitree: {
|
|
@@ -14416,7 +14416,7 @@ exports.Pokedex = {
|
|
|
14416
14416
|
heightm: 3.8,
|
|
14417
14417
|
weightkg: 100,
|
|
14418
14418
|
color: "Black",
|
|
14419
|
-
tags: ["
|
|
14419
|
+
tags: ["Ultra Beast"],
|
|
14420
14420
|
eggGroups: ["Undiscovered"],
|
|
14421
14421
|
},
|
|
14422
14422
|
celesteela: {
|
|
@@ -14429,7 +14429,7 @@ exports.Pokedex = {
|
|
|
14429
14429
|
heightm: 9.2,
|
|
14430
14430
|
weightkg: 999.9,
|
|
14431
14431
|
color: "Green",
|
|
14432
|
-
tags: ["
|
|
14432
|
+
tags: ["Ultra Beast"],
|
|
14433
14433
|
eggGroups: ["Undiscovered"],
|
|
14434
14434
|
},
|
|
14435
14435
|
kartana: {
|
|
@@ -14442,7 +14442,7 @@ exports.Pokedex = {
|
|
|
14442
14442
|
heightm: 0.3,
|
|
14443
14443
|
weightkg: 0.1,
|
|
14444
14444
|
color: "White",
|
|
14445
|
-
tags: ["
|
|
14445
|
+
tags: ["Ultra Beast"],
|
|
14446
14446
|
eggGroups: ["Undiscovered"],
|
|
14447
14447
|
},
|
|
14448
14448
|
guzzlord: {
|
|
@@ -14455,7 +14455,7 @@ exports.Pokedex = {
|
|
|
14455
14455
|
heightm: 5.5,
|
|
14456
14456
|
weightkg: 888,
|
|
14457
14457
|
color: "Black",
|
|
14458
|
-
tags: ["
|
|
14458
|
+
tags: ["Ultra Beast"],
|
|
14459
14459
|
eggGroups: ["Undiscovered"],
|
|
14460
14460
|
},
|
|
14461
14461
|
necrozma: {
|
|
@@ -14571,7 +14571,7 @@ exports.Pokedex = {
|
|
|
14571
14571
|
heightm: 0.6,
|
|
14572
14572
|
weightkg: 1.8,
|
|
14573
14573
|
color: "Purple",
|
|
14574
|
-
tags: ["
|
|
14574
|
+
tags: ["Ultra Beast"],
|
|
14575
14575
|
evos: ["Naganadel"],
|
|
14576
14576
|
eggGroups: ["Undiscovered"],
|
|
14577
14577
|
},
|
|
@@ -14585,7 +14585,7 @@ exports.Pokedex = {
|
|
|
14585
14585
|
heightm: 3.6,
|
|
14586
14586
|
weightkg: 150,
|
|
14587
14587
|
color: "Purple",
|
|
14588
|
-
tags: ["
|
|
14588
|
+
tags: ["Ultra Beast"],
|
|
14589
14589
|
prevo: "Poipole",
|
|
14590
14590
|
evoType: "levelMove",
|
|
14591
14591
|
evoMove: "Dragon Pulse",
|
|
@@ -14601,7 +14601,7 @@ exports.Pokedex = {
|
|
|
14601
14601
|
heightm: 5.5,
|
|
14602
14602
|
weightkg: 820,
|
|
14603
14603
|
color: "Gray",
|
|
14604
|
-
tags: ["
|
|
14604
|
+
tags: ["Ultra Beast"],
|
|
14605
14605
|
eggGroups: ["Undiscovered"],
|
|
14606
14606
|
},
|
|
14607
14607
|
blacephalon: {
|
|
@@ -14614,7 +14614,7 @@ exports.Pokedex = {
|
|
|
14614
14614
|
heightm: 1.8,
|
|
14615
14615
|
weightkg: 13,
|
|
14616
14616
|
color: "White",
|
|
14617
|
-
tags: ["
|
|
14617
|
+
tags: ["Ultra Beast"],
|
|
14618
14618
|
eggGroups: ["Undiscovered"],
|
|
14619
14619
|
},
|
|
14620
14620
|
zeraora: {
|
|
@@ -18149,6 +18149,7 @@ exports.Pokedex = {
|
|
|
18149
18149
|
heightm: 1.8,
|
|
18150
18150
|
weightkg: 92,
|
|
18151
18151
|
color: "Black",
|
|
18152
|
+
tags: ["Sub-Legendary"],
|
|
18152
18153
|
eggGroups: ["Undiscovered"],
|
|
18153
18154
|
},
|
|
18154
18155
|
munkidori: {
|
|
@@ -18161,6 +18162,7 @@ exports.Pokedex = {
|
|
|
18161
18162
|
heightm: 1,
|
|
18162
18163
|
weightkg: 12.2,
|
|
18163
18164
|
color: "Black",
|
|
18165
|
+
tags: ["Sub-Legendary"],
|
|
18164
18166
|
eggGroups: ["Undiscovered"],
|
|
18165
18167
|
},
|
|
18166
18168
|
fezandipiti: {
|
|
@@ -18173,6 +18175,7 @@ exports.Pokedex = {
|
|
|
18173
18175
|
heightm: 1.4,
|
|
18174
18176
|
weightkg: 30.1,
|
|
18175
18177
|
color: "Black",
|
|
18178
|
+
tags: ["Sub-Legendary"],
|
|
18176
18179
|
eggGroups: ["Undiscovered"],
|
|
18177
18180
|
},
|
|
18178
18181
|
ogerpon: {
|
|
@@ -18186,6 +18189,7 @@ exports.Pokedex = {
|
|
|
18186
18189
|
heightm: 1.2,
|
|
18187
18190
|
weightkg: 39.8,
|
|
18188
18191
|
color: "Green",
|
|
18192
|
+
tags: ["Sub-Legendary"],
|
|
18189
18193
|
eggGroups: ["Undiscovered"],
|
|
18190
18194
|
otherFormes: ["Ogerpon-Wellspring", "Ogerpon-Hearthflame", "Ogerpon-Cornerstone", "Ogerpon-Teal-Tera", "Ogerpon-Wellspring-Tera", "Ogerpon-Hearthflame-Tera", "Ogerpon-Cornerstone-Tera"],
|
|
18191
18195
|
formeOrder: ["Ogerpon", "Ogerpon-Wellspring", "Ogerpon-Hearthflame", "Ogerpon-Cornerstone", "Ogerpon-Teal-Tera", "Ogerpon-Wellspring-Tera", "Ogerpon-Hearthflame-Tera", "Ogerpon-Cornerstone-Tera"],
|
|
@@ -18411,7 +18415,6 @@ exports.Pokedex = {
|
|
|
18411
18415
|
heightm: 0.3,
|
|
18412
18416
|
weightkg: 16,
|
|
18413
18417
|
color: "Blue",
|
|
18414
|
-
tags: ["Restricted Legendary"],
|
|
18415
18418
|
eggGroups: ["Undiscovered"],
|
|
18416
18419
|
battleOnly: "Terapagos",
|
|
18417
18420
|
forceTeraType: "Stellar",
|
|
@@ -18427,7 +18430,6 @@ exports.Pokedex = {
|
|
|
18427
18430
|
heightm: 1.7,
|
|
18428
18431
|
weightkg: 77,
|
|
18429
18432
|
color: "Blue",
|
|
18430
|
-
tags: ["Restricted Legendary"],
|
|
18431
18433
|
eggGroups: ["Undiscovered"],
|
|
18432
18434
|
battleOnly: "Terapagos",
|
|
18433
18435
|
forceTeraType: "Stellar",
|