From 6fd046aa189dc02a5d54259e10136519559577d4 Mon Sep 17 00:00:00 2001 From: Kirk Scheibelhut Date: Wed, 17 Jul 2019 10:17:55 -0700 Subject: [PATCH 1/2] Introduce a blitz randbats format --- config/formats.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/formats.js b/config/formats.js index 1c62b0d2295a1..fa7ecac1cf818 100644 --- a/config/formats.js +++ b/config/formats.js @@ -23,6 +23,12 @@ let Formats = [ team: 'random', ruleset: ['PotD', 'Pokemon', 'Sleep Clause Mod', 'HP Percentage Mod', 'Cancel Mod'], }, + { + name: "[Gen 7] Random Battle (Blitz)", + mod: 'gen7', + team: 'random', + ruleset: ['PotD', 'Pokemon', 'Sleep Clause Mod', 'HP Percentage Mod', 'Cancel Mod', 'Blitz'], + }, { name: "[Gen 7] Unrated Random Battle", From 4fb711e31729211fe7da094d3487c630155492d5 Mon Sep 17 00:00:00 2001 From: Kirk Scheibelhut Date: Wed, 17 Jul 2019 10:28:45 -0700 Subject: [PATCH 2/2] Update config/formats.js Co-Authored-By: Guangcong Luo --- config/formats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/formats.js b/config/formats.js index fa7ecac1cf818..f958ba90f38a2 100644 --- a/config/formats.js +++ b/config/formats.js @@ -27,7 +27,7 @@ let Formats = [ name: "[Gen 7] Random Battle (Blitz)", mod: 'gen7', team: 'random', - ruleset: ['PotD', 'Pokemon', 'Sleep Clause Mod', 'HP Percentage Mod', 'Cancel Mod', 'Blitz'], + ruleset: ['[Gen 7] Random Battle', 'Blitz'], }, { name: "[Gen 7] Unrated Random Battle",