@pkmn/mods 0.10.3 → 0.10.5
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/gen3rs/index.mjs
CHANGED
|
@@ -1369,6 +1369,15 @@ var Formats = [
|
|
|
1369
1369
|
searchShow: false,
|
|
1370
1370
|
ruleset: ["Standard", "One Boost Passer Clause"],
|
|
1371
1371
|
banlist: ["Uber", "Swagger"]
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
name: "[Gen 3] ADV 200 Doubles",
|
|
1375
|
+
mod: "gen3rs",
|
|
1376
|
+
gameType: "doubles",
|
|
1377
|
+
searchShow: false,
|
|
1378
|
+
ruleset: ["Standard", "!Switch Priority Clause Mod"],
|
|
1379
|
+
banlist: ["Uber", "Quick Claw", "Soul Dew", "Swagger"],
|
|
1380
|
+
unbanlist: ["Wobbuffet", "Wynaut"]
|
|
1372
1381
|
}
|
|
1373
1382
|
];
|
|
1374
1383
|
|