|
71 | 71 | "regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)" |
72 | 72 | } |
73 | 73 | }, |
74 | | - "MONK": { |
| 74 | + "WHITEMAGE": { |
75 | 75 | "LEVEL": { |
76 | 76 | "selector": ".character__content > div:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2)" |
77 | 77 | }, |
|
83 | 83 | "regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)" |
84 | 84 | } |
85 | 85 | }, |
86 | | - "DRAGOON": { |
| 86 | + "SCHOLAR": { |
87 | 87 | "LEVEL": { |
88 | 88 | "selector": ".character__content > div:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2)" |
89 | 89 | }, |
|
95 | 95 | "regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)" |
96 | 96 | } |
97 | 97 | }, |
98 | | - "NINJA": { |
| 98 | + "ASTROLOGIAN": { |
99 | 99 | "LEVEL": { |
100 | 100 | "selector": ".character__content > div:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > div:nth-child(2)" |
101 | 101 | }, |
|
107 | 107 | "regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)" |
108 | 108 | } |
109 | 109 | }, |
110 | | - "SAMURAI": { |
| 110 | + "SAGE": { |
111 | 111 | "LEVEL": { |
112 | 112 | "selector": ".character__content > div:nth-child(2) > div:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(2)" |
113 | 113 | }, |
|
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 | | - }, |
134 | | - "WHITEMAGE": { |
| 122 | + "MONK": { |
135 | 123 | "LEVEL": { |
136 | 124 | "selector": "div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2)" |
137 | 125 | }, |
|
143 | 131 | "regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)" |
144 | 132 | } |
145 | 133 | }, |
146 | | - "SCHOLAR": { |
| 134 | + "DRAGOON": { |
147 | 135 | "LEVEL": { |
148 | 136 | "selector": "div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2)" |
149 | 137 | }, |
|
155 | 143 | "regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)" |
156 | 144 | } |
157 | 145 | }, |
158 | | - "ASTROLOGIAN": { |
| 146 | + "NINJA": { |
159 | 147 | "LEVEL": { |
160 | 148 | "selector": "div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > div:nth-child(2)" |
161 | 149 | }, |
|
167 | 155 | "regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)" |
168 | 156 | } |
169 | 157 | }, |
170 | | - "SAGE": { |
| 158 | + "SAMURAI": { |
171 | 159 | "LEVEL": { |
172 | 160 | "selector": "div.clearfix:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(2)" |
173 | 161 | }, |
|
179 | 167 | "regex": "(?P<CurrentEXP>\\S+) \\/ (?P<MaxEXP>\\S+)" |
180 | 168 | } |
181 | 169 | }, |
| 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 | + }, |
182 | 182 | "BARD": { |
183 | 183 | "LEVEL": { |
184 | 184 | "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