-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmirage.json
More file actions
95 lines (94 loc) · 2.57 KB
/
mirage.json
File metadata and controls
95 lines (94 loc) · 2.57 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
85
86
87
88
89
90
91
92
93
94
95
{
"smokes": [
{
"Title": "CT spawn from T ramp",
"Region":"A",
"Side":"Terrorist",
"Text": {
"1": "Stand on the angled wall of the building",
"2": "Aim slightly at the right of the pole sticking from the other building",
"3": "Jump Throw"
}
},
{
"Title": "Connector from T ramp",
"Region":"A",
"Side":"Terrorist",
"Text": {
"1": "Stand in between the two alcoves",
"2": "Aim up and to the left of the corner of the pillar",
"3": "Normal Throw"
}
},
{
"Title": "Stairs from T ramp",
"Region":"A",
"Side":"Terrorist",
"Text": {
"1": "Stand on the far side on the first step",
"2": "Aim at the center of the shape the wooden supports make",
"3": "Normal Throw"
}
},
{
"Title": "Top mid from T spawn",
"Region":"Mid",
"Side":"Terrorist",
"Text": {
"1": "Stand next to the dust bin in spawn",
"2": "Aim slightly to the right and below the antenna",
"3": "Normal Throw"
}
},
{
"Title": "Window smoke from top mid",
"Region":"Mid",
"Side":"Terrorist",
"Text": {
"1": "Stand in the right corner boxes",
"2": "Line your crosshair up with the left of the box and top of the cardboard flap",
"3": "Normal Throw"
}
},
{
"Title": "Short smoke from top mid",
"Region":"Mid",
"Side":"Terrorist",
"Text": {
"1": "Stand in the right corner boxes",
"2": "Line your crosshair up with the dark stripe of the cardboard box",
"3": "Normal Throw"
}
},
{
"Title": "Connector smoke from top mid",
"Region":"Mid",
"Side":"Terrorist",
"Text": {
"1": "Stand in the left corner boxes",
"2": "Line your crosshair up with the left of the bar code and the cable support",
"3": "Normal Throw"
}
},
{
"Title": "Cat corner smoke from B apps",
"Region":"B",
"Side":"Terrorist",
"Text": {
"1": "Stand in the middle of the black grated door",
"2": "Aim at the dark spot above the lamp",
"3": "Jump Throw"
}
},
{
"Title": "Back left pillar smoke from B apps",
"Region":"B",
"Side":"Terrorist",
"Text": {
"1": "Stand on the left doorframe of the black grated door",
"2": "Line up your crosshair with the center of the window and the dark spot on the tower",
"3": "Normal Throw"
}
}
]
}