-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdust2.json
More file actions
64 lines (64 loc) · 1.64 KB
/
dust2.json
File metadata and controls
64 lines (64 loc) · 1.64 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
{
"smokes": [
{
"Title": "X-Box from outside long",
"Region":"Mid",
"Side":"Terrorist",
"Text": {
"1": "Stand where the cable shadow intersects the light shadow",
"2": "Aim at the highest steel support",
"3": "Normal Throw"
}
},
{
"Title": "B tunnel from mid",
"Region":"B",
"Side":"Counter-Terrorist",
"Text": {
"1": "Stand in the corner next to the lamp",
"2": "Line up with the top of the building and the far left of the blue barrel",
"3": "Normal Throw"
}
},
{
"Title": "Long corner from outside long",
"Region":"A",
"Side":"Terrorist",
"Text": {
"1": "Stand in the cardboard box corner next to the car",
"2": "Aim at the tip of the flapping cardboard",
"3": "Normal Throw"
}
},
{
"Title": "Long doors from dumpster",
"Region":"A",
"Side":"Counter-Terrorist",
"Text": {
"1": "Stand in the cardboard box corner next to the car",
"2": "Aim at the tip of the flapping cardboard",
"3": "Normal Throw"
}
},
{
"Title": "CT spawn from mid",
"Region":"Mid",
"Side":"Terrorist",
"Text": {
"1": "Stand in the corner by Xbox",
"2": "Aim at the window on the left",
"3": "Normal Throw"
}
},
{
"Title": "Long cross from long doors",
"Region":"A",
"Side":"Terrorist",
"Text": {
"1": "Stand in corner by the barrel at long",
"2": "Aim at the top of the red sign, run, and release when your crosshair is at the bottom of the sign",
"3": "Running Throw"
}
}
]
}