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 119119 "regex" : " (?P<CurrentEXP>\\ S+) \\ / (?P<MaxEXP>\\ S+)"
120120 }
121121 },
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+ },
122134 "WHITEMAGE" : {
123135 "LEVEL" : {
124136 "selector" : " div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2)"
155167 "regex" : " (?P<CurrentEXP>\\ S+) \\ / (?P<MaxEXP>\\ S+)"
156168 }
157169 },
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+ },
158182 "BARD" : {
159183 "LEVEL" : {
160184 "selector" : " div.clearfix:nth-child(3) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2)"
371395 "regex" : " (?P<CurrentEXP>\\ S+) \\ / (?P<MaxEXP>\\ S+)"
372396 }
373397 }
374- }
398+ }
You can’t perform that action at this time.
0 commit comments