From 76cb64edb71d992d4e1bf90dee0c52eca3deabc5 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Thu, 18 Jan 2018 06:25:45 -0500 Subject: [PATCH] Temporarily increase VGC timer duration --- config/formats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/formats.js b/config/formats.js index 5c71297d43..e611303fdb 100644 --- a/config/formats.js +++ b/config/formats.js @@ -301,7 +301,7 @@ exports.Formats = [ validate: [4, 6], battle: 4, }, - timer: {starting: 5 * 60 - 10, perTurn: 10, maxPerTurn: 55, maxFirstTurn: 90, timeoutAutoChoose: true}, + timer: {starting: 6 * 60 + 30 - 10, perTurn: 10, maxPerTurn: 55, maxFirstTurn: 90, timeoutAutoChoose: true}, ruleset: ['Pokemon', 'Standard GBU'], banlist: ['Unown'], requirePlus: true,