forked from Amethysm/HackersPy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
beamCannon.json
55 lines (55 loc) · 949 Bytes
/
beamCannon.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": 15,
"2": 17,
"3": 19,
"4": 22,
"5": 25,
"6": 28,
"7": 31,
"8": 36,
"9": 40,
"10": 45,
"11": 51,
"12": 58,
"13": 65,
"14": 74,
"15": 83,
"16": 94,
"17": 106,
"18": 121,
"19": 135,
"20": 153,
"21": 173
},
"compilationPrice":{
"1": 1,
"2": 2,
"3": 4,
"4": 6,
"5": 8,
"6": 10,
"7": 12,
"8": 14,
"9": 16,
"10": 18,
"11": 20,
"12": 22,
"13": 24,
"14": 26,
"15": 28,
"16": 30,
"17": 34,
"18": 38,
"19": 42,
"20": 46,
"21": 50
},
"compilationTime": 20,
"diskSpace": 1,
"installTime": 1,
"hitInterval": 0.1,
"projectileTime": 0,
"isAStructure": 0,
"isMulti": 1
}