Skip to content

Commit 2b672bc

Browse files
committed
Swap Healer and Physical DPS selectors
1 parent cf201cb commit 2b672bc

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

profile/classjob.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)"
7272
}
7373
},
74-
"MONK": {
74+
"WHITEMAGE": {
7575
"LEVEL": {
7676
"selector": ".character__content > div:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2)"
7777
},
@@ -83,7 +83,7 @@
8383
"regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)"
8484
}
8585
},
86-
"DRAGOON": {
86+
"SCHOLAR": {
8787
"LEVEL": {
8888
"selector": ".character__content > div:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2)"
8989
},
@@ -95,7 +95,7 @@
9595
"regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)"
9696
}
9797
},
98-
"NINJA": {
98+
"ASTROLOGIAN": {
9999
"LEVEL": {
100100
"selector": ".character__content > div:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > div:nth-child(2)"
101101
},
@@ -107,7 +107,7 @@
107107
"regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)"
108108
}
109109
},
110-
"SAMURAI": {
110+
"SAGE": {
111111
"LEVEL": {
112112
"selector": ".character__content > div:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(2)"
113113
},
@@ -119,19 +119,7 @@
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-
},
134-
"WHITEMAGE": {
122+
"MONK": {
135123
"LEVEL": {
136124
"selector": "div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2)"
137125
},
@@ -143,7 +131,7 @@
143131
"regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)"
144132
}
145133
},
146-
"SCHOLAR": {
134+
"DRAGOON": {
147135
"LEVEL": {
148136
"selector": "div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2)"
149137
},
@@ -155,7 +143,7 @@
155143
"regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)"
156144
}
157145
},
158-
"ASTROLOGIAN": {
146+
"NINJA": {
159147
"LEVEL": {
160148
"selector": "div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > div:nth-child(2)"
161149
},
@@ -167,7 +155,7 @@
167155
"regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)"
168156
}
169157
},
170-
"SAGE": {
158+
"SAMURAI": {
171159
"LEVEL": {
172160
"selector": "div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(2)"
173161
},
@@ -179,6 +167,18 @@
179167
"regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)"
180168
}
181169
},
170+
"REAPER": {
171+
"LEVEL": {
172+
"selector": "div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > 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(5) > 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(5) > div:nth-child(4)",
179+
"regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)"
180+
}
181+
},
182182
"BARD": {
183183
"LEVEL": {
184184
"selector": "div.clearfix:nth-child(3) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2)"

0 commit comments

Comments
 (0)