From a1f28e42160da6e35c955229dc5a0be20422214d Mon Sep 17 00:00:00 2001 From: tpoulain <47109500+tpoulain@users.noreply.github.com> Date: Fri, 24 Jan 2020 11:42:58 +0100 Subject: [PATCH] Update sample-config.php --- src/sample-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sample-config.php b/src/sample-config.php index 0dea894..8d2eff2 100644 --- a/src/sample-config.php +++ b/src/sample-config.php @@ -15,7 +15,7 @@ // 1, 3, 5, 8 ['1', '2', '3', '5', '8'], // Standard fibonaci like series of values - ['1', '2', '3', '5', '8', '13', '20', '40', '100'], + ['1', '2', '3', '5', '8', '10', '20', '25', '30', '35', '40', '45', '50', '55', '60', '65', '70', '75', '80', '85', '90', '95', '100'], // Special card set with '?' for unclear stories ['1', '2', '3', '5', '8', '13', '20', '40', '?'], // Powers of two used by other teams