@pkmn/sim 0.5.28 → 0.6.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 +3 -2
- package/build/config/formats.js +11 -18
- package/build/config/formats.js.map +1 -1
- package/build/data/abilities.js +4 -0
- package/build/data/abilities.js.map +1 -1
- package/build/data/mods/gen2/formats-data.js +2 -2
- package/build/data/mods/gen2/formats-data.js.map +1 -1
- package/build/sim/dex.js +2 -2
- package/build/sim/dex.js.map +1 -1
- package/config/formats.ts +12 -19
- package/data/abilities.ts +4 -0
- package/data/mods/gen2/formats-data.ts +2 -2
- package/package.json +3 -3
- package/sim/dex.ts +1 -1
package/README.md
CHANGED
|
@@ -94,8 +94,9 @@ Pokémon Showdown's `sim/` directory has been modified in the following ways:
|
|
|
94
94
|
with Pokémon Showdown, but after that only the canconical `genN` mods are supported (no Stadium,
|
|
95
95
|
Let's Go, or pet mods). However, the [`@pkmn/mods`](../mods) package provides the information
|
|
96
96
|
required for additional formats, and support for Other Metagames can be acheived with the modified
|
|
97
|
-
`Dex#mod` method. The `Dex#mod`
|
|
98
|
-
`Dex#modid` method has also been added which returns the current mod applied to the
|
|
97
|
+
`Dex#mod` method. The `Dex#mod` and `Dex.forGen` methods will `throw` if an unsupported mod/gen is
|
|
98
|
+
requested. A `Dex#modid` method has also been added which returns the current mod applied to the
|
|
99
|
+
`Dex`.
|
|
99
100
|
- **random battles are not supported by the `@pkmn/sim` package**. All team generation logic and
|
|
100
101
|
data has been removed from the package and are instead to be provided by the
|
|
101
102
|
[`@pkmn/randoms`](../randoms) package which exports a generator factory that can be configured
|
package/build/config/formats.js
CHANGED
|
@@ -267,23 +267,6 @@ exports.Formats = [
|
|
|
267
267
|
banlist: ['Eternatus-Eternamax'],
|
|
268
268
|
unbanlist: ['Mythical', 'Restricted Legendary'],
|
|
269
269
|
},
|
|
270
|
-
{
|
|
271
|
-
name: "[Gen 8] Champion League",
|
|
272
|
-
threads: [
|
|
273
|
-
`• <a href="https://www.smogon.com/forums/threads/3707533/">Champion League Discussion</a>`,
|
|
274
|
-
],
|
|
275
|
-
mod: 'gen8',
|
|
276
|
-
ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Min Source Gen = 8'],
|
|
277
|
-
banlist: ['All Pokemon'],
|
|
278
|
-
unbanlist: [
|
|
279
|
-
'Venusaur', 'Charizard', 'Blastoise', 'Sandslash-Base', 'Ninetales-Base', 'Arcanine', 'Alakazam', 'Tentacruel', 'Magneton', 'Cloyster',
|
|
280
|
-
'Exeggutor-Base', 'Rhydon', 'Gyarados', 'Lapras', 'Vaporeon', 'Jolteon', 'Flareon', 'Aerodactyl', 'Dragonite', 'Heracross', 'Skarmory',
|
|
281
|
-
'Tyranitar', 'Ludicolo', 'Gardevoir', 'Aggron', 'Wailord', 'Altaria', 'Whiscash', 'Claydol', 'Cradily', 'Armaldo', 'Milotic', 'Salamence',
|
|
282
|
-
'Metagross', 'Roserade', 'Gastrodon', 'Spiritomb', 'Garchomp', 'Lucario', 'Rhyperior', 'Togekiss', 'Seismitoad', 'Archeops',
|
|
283
|
-
'Vanilluxe', 'Escavalier', 'Haxorus', 'Accelgor', 'Druddigon', 'Bouffalant', 'Hydreigon', 'Volcarona', 'Aegislash', 'Tyrantrum',
|
|
284
|
-
'Aurorus', 'Hawlucha', 'Carbink', 'Goodra', 'Gourgeist', 'Rillaboom', 'Cinderace', 'Inteleon', 'Mr. Rime', 'Dragapult',
|
|
285
|
-
],
|
|
286
|
-
},
|
|
287
270
|
{
|
|
288
271
|
name: "[Gen 8] Custom Game",
|
|
289
272
|
mod: 'gen8',
|
|
@@ -368,6 +351,15 @@ exports.Formats = [
|
|
|
368
351
|
banlist: ['Eternatus-Eternamax'],
|
|
369
352
|
unbanlist: ['Mythical', 'Restricted Legendary'],
|
|
370
353
|
},
|
|
354
|
+
{
|
|
355
|
+
name: "[Gen 8] Ultimate Finale",
|
|
356
|
+
threads: [
|
|
357
|
+
`• <a href="https://www.smogon.com/forums/threads/3709248/">Ultimate Finale Discussion</a>`,
|
|
358
|
+
],
|
|
359
|
+
mod: 'gen8',
|
|
360
|
+
gameType: 'doubles',
|
|
361
|
+
ruleset: ['Obtainable', 'Team Preview', 'Nickname Clause', 'Adjust Level = 100', 'Cancel Mod', 'Min Source Gen = 8'],
|
|
362
|
+
},
|
|
371
363
|
{
|
|
372
364
|
name: "[Gen 8] Spikemuth Cup",
|
|
373
365
|
mod: 'gen8',
|
|
@@ -3696,7 +3688,7 @@ exports.Formats = [
|
|
|
3696
3688
|
mod: 'gen2',
|
|
3697
3689
|
searchShow: false,
|
|
3698
3690
|
ruleset: ['[Gen 2] OU'],
|
|
3699
|
-
banlist: ['OU', 'UUBL'],
|
|
3691
|
+
banlist: ['OU', 'UUBL', 'Agility + Baton Pass'],
|
|
3700
3692
|
unbanlist: ['Mean Look + Baton Pass', 'Spider Web + Baton Pass'],
|
|
3701
3693
|
},
|
|
3702
3694
|
{
|
|
@@ -3706,6 +3698,7 @@ exports.Formats = [
|
|
|
3706
3698
|
searchShow: false,
|
|
3707
3699
|
ruleset: ['[Gen 2] UU'],
|
|
3708
3700
|
banlist: ['UU', 'NUBL'],
|
|
3701
|
+
unbanlist: ['Agility + Baton Pass'],
|
|
3709
3702
|
},
|
|
3710
3703
|
{
|
|
3711
3704
|
name: "[Gen 2] 1v1",
|