-
Notifications
You must be signed in to change notification settings - Fork 0
/
outcome_chart.json
160 lines (160 loc) · 3.95 KB
/
outcome_chart.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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"batting_cards": {
"HOOK": {
"probable_bowl": [
"Bouncer",
"Pace"
]
},
"STRAIGHT": {
"probable_bowl": [
"Bouncer",
"Inswinger",
"Slower",
"Yorker",
"Pace"
]
},
"SWEEP": {
"probable_bowl": [
"Inswinger",
"Leg Cutter",
"Slower"
]
},
"FLICK": {
"probable_bowl": [
"Inswinger",
"Leg Cutter",
"Pace",
"Yorker",
"Doosra"
]
},
"COVERDRIVE": {
"probable_bowl": [
"Bouncer",
"Outswinger",
"Off Cutter",
"Pace",
"Slower"
]
},
"LEGGLANCE": {
"probable_bowl": [
"Inswinger",
"Leg Cutter",
"Pace",
"Slower",
"Doosra"
]
},
"PULL": {
"probable_bowl": [
"Bouncer",
"Doosra",
"Slower"
]
},
"LONGON": {
"probable_bowl": [
"Yorker",
"Inswinger",
"Leg Cutter",
"Slower",
"Pace"
]
},
"LONGOFF": {
"probable_bowl": [
"Yorker",
"Outswinger",
"Off Cutter",
"Slower",
"Pace"
]
},
"SCOOP": {
"probable_bowl": [
"Inswinger",
"Leg Cutter",
"Slower"
]
},
"SQUARECUT": {
"probable_bowl": [
"Bouncer",
"Doosra",
"Off Cutter",
"Outswinger",
"Off Break",
"Slower",
"Pace"
]
},
"UPPERCUT": {
"probable_bowl": [
"Bouncer",
"Doosra",
"Pace"
]
}
},
"shot_time": {
"EARLY": {"probable_runs": [0, "wicket"]},
"GOOD": {"probable_runs": [1, 2]},
"PERFECT": {"probable_runs": [3, 4, 6]},
"LATE": {"probable_runs": [0, "wicket"]}
},
"runs": {
"0": {
"probable_comments": [
"Excellent line and length.",
"Terrific fielding",
"Beautiful spell"
]
},
"1": {
"probable_comments": [
"Excellent running between the wickets.",
"Batsman struggling with singles"
]
},
"2": {
"probable_comments": [
"Convert ones into twos.",
"Excellent running between the wickets.",
"Thats sloppy work by the fielder"
]
},
"3": {
"probable_comments": [
"Excellent running between the wickets.",
"Convert twos into threes."
]
},
"4": {
"probable_comments": [
"It’s a huge hit.",
"Excellent effort on the boundary.",
"Excellent drive"
]
},
"6": {
"probable_comments": [
"It’s a huge hit.",
"That’s massive and out of the ground.",
"Excellent effort on the boundary.",
"Just over the fielder."
]
},
"wicket": {
"probable_comments": [
"It’s a wicket.",
"Edged and taken.",
"Howzat!",
"In the air, fielder coming underneath and taken"
]
}
}
}