From 4d70ba6f5caad63836242df751b1a7d03e9feff7 Mon Sep 17 00:00:00 2001 From: camille lechauve Date: Sat, 2 Sep 2023 00:10:39 +0200 Subject: [PATCH] update config.json.example: change contaminations_method --- config.json.example | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/config.json.example b/config.json.example index 1fad963..17bb4e7 100644 --- a/config.json.example +++ b/config.json.example @@ -33,13 +33,15 @@ } ] ], - "contaminations_methode": [ - "contact", - "food", - ], - "transmissions_zone_by_stages": [ - 3, - 5 + "contaminations_method": [ + { + "name": "contact", + "chance": 0.1 + }, + { + "name": "food", + "chance": 0.05 + } ], "stages_durations": [ 20000,