Add files via upload
This commit is contained in:
parent
963eccf6c6
commit
4ed0a725c2
|
@ -2145,7 +2145,7 @@ function gameOver(){
|
||||||
|
|
||||||
var data = google.visualization.arrayToDataTable([
|
var data = google.visualization.arrayToDataTable([
|
||||||
['Categoria', 'Persone'],
|
['Categoria', 'Persone'],
|
||||||
['Sani', 60000000],
|
['Sani', 6000000],
|
||||||
['Infetti', 0],
|
['Infetti', 0],
|
||||||
['Immuni', 0],
|
['Immuni', 0],
|
||||||
['Morti', 0]
|
['Morti', 0]
|
||||||
|
@ -2412,7 +2412,7 @@ function gameOver(){
|
||||||
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
var peopleTot=60000000,dd=0,inffactor=(0.20+0.01*randomInteger(0,10));
|
var peopleTot=6000000,dd=0,inffactor=(0.20+0.01*randomInteger(0,10));
|
||||||
var inf= gameVars["virus"]["people"]["infected"];
|
var inf= gameVars["virus"]["people"]["infected"];
|
||||||
gameVars["virus"]["people"]["infected"]=inf*(gameVars["virus"]["Rt"]+1);
|
gameVars["virus"]["people"]["infected"]=inf*(gameVars["virus"]["Rt"]+1);
|
||||||
gameVars["virus"]["people"]["infected"]-=inf;
|
gameVars["virus"]["people"]["infected"]-=inf;
|
||||||
|
@ -2451,7 +2451,7 @@ function gameOver(){
|
||||||
gameVars["virus"]["people"]["dead"]=0;
|
gameVars["virus"]["people"]["dead"]=0;
|
||||||
gameVars["virus"]["people"]["immune"]=0;
|
gameVars["virus"]["people"]["immune"]=0;
|
||||||
gameVars["virus"]["people"]["infected"]=randomInteger(30,200);
|
gameVars["virus"]["people"]["infected"]=randomInteger(30,200);
|
||||||
gameVars["virus"]["people"]["healthy"]=60000000;
|
gameVars["virus"]["people"]["healthy"]=6000000;
|
||||||
|
|
||||||
gameVars["virus"]["title"] = title;
|
gameVars["virus"]["title"] = title;
|
||||||
gameVars["virus"]["infoboxLastI"] = 0;
|
gameVars["virus"]["infoboxLastI"] = 0;
|
||||||
|
|
Reference in New Issue
Block a user