Skip to content

Commit cf201cb

Browse files
authored
Merge pull request #13 from richardjarrell/main
Add Sage and Reaper
2 parents 5d0327c + 94cbd49 commit cf201cb

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

profile/classjob.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,18 @@
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)"
@@ -155,6 +167,18 @@
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)"
@@ -371,4 +395,4 @@
371395
"regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)"
372396
}
373397
}
374-
}
398+
}

0 commit comments

Comments
 (0)