-
Notifications
You must be signed in to change notification settings - Fork 0
/
UniData.txt
47 lines (47 loc) · 992 Bytes
/
UniData.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"healthy": 100000,
"infected": 1,
"zombies": 0,
"dead": 0,
"cure": 0,
"week": 0,
"infectivity": 0,
"infectivity_limit": 10000,
"severity": 0,
"severity_limit": 100,
"lethality": 0,
"lethality_limit": 10,
"weekly_infections": 10,
"dna_points": 0,
"burst": 0,
"burst_price": 10,
"necrosis": 0,
"necrosis_price": 20,
"water": 0,
"water_price": 10,
"air": 0,
"air_price": 10,
"blood": 0,
"blood_price": 20,
"saliva": 0,
"saliva_price": 20,
"zombify": 0,
"zombify_price": 20,
"rise": 0,
"rise_price": 20,
"limit": 100001,
"cure_percent": 0,
"old": 1,
"color": 1,
"influence[0]": "Infectivity",
"influence[1]": "Severity",
"influence[2]": "Lethality",
"gene[0]": "BURST",
"gene[1]": "NECROSIS",
"gene[2]": "WATER",
"gene[3]": "AIR",
"gene[4]": "BLOOD",
"gene[5]": "SALIVA",
"gene[6]": "ZOMBIFY",
"gene[7]": "RISE"
}