Skip to content

Commit

Permalink
Merge pull request #13 from richardjarrell/main
Browse files Browse the repository at this point in the history
Add Sage and Reaper
  • Loading branch information
karashiiro authored Dec 4, 2021
2 parents 5d0327c + 94cbd49 commit cf201cb
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion profile/classjob.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,18 @@
"regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)"
}
},
"REAPER": {
"LEVEL": {
"selector": ".character__content > div:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(2)"
},
"UNLOCKSTATE": {
"selector": ".character__content > div:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(3)"
},
"EXP": {
"selector": ".character__content > div:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > div:nth-child(4)",
"regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)"
}
},
"WHITEMAGE": {
"LEVEL": {
"selector": "div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2)"
Expand Down Expand Up @@ -155,6 +167,18 @@
"regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)"
}
},
"SAGE": {
"LEVEL": {
"selector": "div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(2)"
},
"UNLOCKSTATE": {
"selector": "div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(3)"
},
"EXP": {
"selector": "div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(4)",
"regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)"
}
},
"BARD": {
"LEVEL": {
"selector": "div.clearfix:nth-child(3) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2)"
Expand Down Expand Up @@ -371,4 +395,4 @@
"regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)"
}
}
}
}

0 comments on commit cf201cb

Please sign in to comment.