-
Notifications
You must be signed in to change notification settings - Fork 1
/
worm.json
55 lines (55 loc) · 1.07 KB
/
worm.json
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
48
49
50
51
52
53
54
55
{
"DPS": {
"1": 12,
"2": 14,
"3": 16,
"4": 18,
"5": 20,
"6": 23,
"7": 26,
"8": 30,
"9": 34,
"10": 39,
"11": 44,
"12": 51,
"13": 58,
"14": 66,
"15": 75,
"16": 86,
"17": 98,
"18": 111,
"19": 127,
"20": 145,
"21": 165
},
"compilationPrice":{
"1": 5,
"2": 10,
"3": 20,
"4": 30,
"5": 40,
"6": 50,
"7": 60,
"8": 70,
"9": 80,
"10": 90,
"11": 100,
"12": 110,
"13": 120,
"14": 130,
"15": 140,
"16": 150,
"17": 170,
"18": 190,
"19": 210,
"20": 230,
"21": 250
},
"compilationTime": 60,
"diskSpace": 3,
"installTime": 1,
"hitInterval": 0.5,
"projectileTime": 1,
"isAStructure": 0,
"imageAddress": "https://vignette.wikia.nocookie.net/hackersthegame/images/a/a6/Worms.png/revision/latest/scale-to-width-down/310?cb=20160504090743"
}