From 99295057111f179fdf0a47181a3e913ec49087bf Mon Sep 17 00:00:00 2001 From: Ilkka Huotari Date: Thu, 21 Mar 2024 06:48:46 +0200 Subject: [PATCH] Update index.js --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index 76aa947..72b01fd 100644 --- a/src/index.js +++ b/src/index.js @@ -10,10 +10,10 @@ vars = { human_age: 80, title: '', - birth_rate: 2.5, + birth_rate: 1.3, birth_age: 21, immigration: 1000, - start_pop: 60000, + start_pop: 500000, timespan: 200, start_year: (new Date()).getFullYear(), pyramid: 'flat'