update config.json.example: change contaminations_method
This commit is contained in:
parent
65b80f98ae
commit
4d70ba6f5c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user