File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 119
119
"regex" : " (?P<CurrentEXP>\\ S+) \\ / (?P<MaxEXP>\\ S+)"
120
120
}
121
121
},
122
+ "REAPER" : {
123
+ "LEVEL" : {
124
+ "selector" : " .character__content > div:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2)"
125
+ },
126
+ "UNLOCKSTATE" : {
127
+ "selector" : " .character__content > div:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(3)"
128
+ },
129
+ "EXP" : {
130
+ "selector" : " .character__content > div:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(4)" ,
131
+ "regex" : " (?P<CurrentEXP>\\ S+) \\ / (?P<MaxEXP>\\ S+)"
132
+ }
133
+ },
122
134
"WHITEMAGE" : {
123
135
"LEVEL" : {
124
136
"selector" : " div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2)"
155
167
"regex" : " (?P<CurrentEXP>\\ S+) \\ / (?P<MaxEXP>\\ S+)"
156
168
}
157
169
},
170
+ "SAGE" : {
171
+ "LEVEL" : {
172
+ "selector" : " div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(2)"
173
+ },
174
+ "UNLOCKSTATE" : {
175
+ "selector" : " div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(3)"
176
+ },
177
+ "EXP" : {
178
+ "selector" : " div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(4)" ,
179
+ "regex" : " (?P<CurrentEXP>\\ S+) \\ / (?P<MaxEXP>\\ S+)"
180
+ }
181
+ },
158
182
"BARD" : {
159
183
"LEVEL" : {
160
184
"selector" : " div.clearfix:nth-child(3) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2)"
371
395
"regex" : " (?P<CurrentEXP>\\ S+) \\ / (?P<MaxEXP>\\ S+)"
372
396
}
373
397
}
374
- }
398
+ }
You can’t perform that action at this time.
0 commit comments