-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcache.json
More file actions
84 lines (84 loc) · 2.23 KB
/
cache.json
File metadata and controls
84 lines (84 loc) · 2.23 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"smokes": [
{
"Title": "Z connector from T spawn",
"Region":"Mid",
"Side":"Terrorist",
"Text": {
"1": "Stand to the left of the third white line and aim slightly above the middle of the panelling",
"2": "Run forward and jump throw when your crosshair is at the center of the panelling",
"3": "Running Jump Throw"
}
},
{
"Title": "Forklift from A main",
"Region":"A",
"Side":"Terrorist",
"Text": {
"1": "Stand in this general area in A main",
"2": "Aim at the crease in the plastic cover",
"3": "Running Throw"
}
},
{
"Title": "Lower from B main",
"Region":"B",
"Side":"Terrorist",
"Text": {
"1": "Stand in this general area in B main",
"2": "Aim at the center of the top left panel",
"3": "Running Throw"
}
},
{
"Title": "Heaven from B main",
"Region":"B",
"Side":"Terrorist",
"Text": {
"1": "Stand in this general area in A main",
"2": "Line up your crosshair with the left of the panels and the white/brown intersection",
"3": "Running Throw"
}
},
{
"Title": "Left mid from mid main",
"Region":"Mid",
"Side":"Terrorist",
"Text": {
"1": "Stand in this corner in mid main",
"2": "Aim slightly down from the line on the left of the middle divider",
"3": "Normal Throw"
}
},
{
"Title": "Right mid from mid main",
"Region":"Mid",
"Side":"Terrorist",
"Text": {
"1": "Stand on the left of the doorframe of mid main",
"2": "Aim in the top right of the blocked up window",
"3": "Normal Throw"
}
},
{
"Title": "A main from truck",
"Region":"A",
"Side":"Counter-Terrorist",
"Text": {
"1": "Stand in the corner of the truck",
"2": "Aim between the E and the Y in the sign",
"3": "Normal Throw"
}
},
{
"Title": "Quad from outside A main",
"Region":"A",
"Side":"Terrorist",
"Text": {
"1": "Stand against the wall on top of the thin white line",
"2": "Aim above the aerial and line up with the second spoke of the blue scaffolding",
"3": "Normal Throw"
}
}
]
}