summaryrefslogtreecommitdiff
path: root/ffxiv/lodestone-css-selectors-0.46.0/freecompany/seeking.json
diff options
context:
space:
mode:
authorlexicade <jasonnlelong@gmail.com>2023-01-27 21:06:30 +0000
committerlexicade <jasonnlelong@gmail.com>2023-01-27 21:06:30 +0000
commit52801b4de1d63cd01191acf7fcee137977140ec0 (patch)
tree08271a1f1e3e8060486b6651c67c9934867c648e /ffxiv/lodestone-css-selectors-0.46.0/freecompany/seeking.json
parent8df873808c86805624851356f5dea76ec621de23 (diff)
Project initHEADmain
Diffstat (limited to 'ffxiv/lodestone-css-selectors-0.46.0/freecompany/seeking.json')
-rw-r--r--ffxiv/lodestone-css-selectors-0.46.0/freecompany/seeking.json75
1 files changed, 75 insertions, 0 deletions
diff --git a/ffxiv/lodestone-css-selectors-0.46.0/freecompany/seeking.json b/ffxiv/lodestone-css-selectors-0.46.0/freecompany/seeking.json
new file mode 100644
index 0000000..164c01a
--- /dev/null
+++ b/ffxiv/lodestone-css-selectors-0.46.0/freecompany/seeking.json
@@ -0,0 +1,75 @@
+{
+ "NOT_SPECIFIED": {
+ "selector": "p.parts__text:nth-child(9)"
+ },
+ "TANK": {
+ "NAME": {
+ "selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(1) > p:nth-child(2)"
+ },
+ "STATUS": {
+ "selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(1)",
+ "attribute": "class",
+ "regex": "freecompany__focus_icon--(?P<Status>off)"
+ },
+ "ICON": {
+ "selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(1) > div:nth-child(1) > img:nth-child(1)",
+ "attribute": "src"
+ }
+ },
+ "HEALER": {
+ "NAME": {
+ "selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(2) > p:nth-child(2)"
+ },
+ "STATUS": {
+ "selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(2)",
+ "attribute": "class",
+ "regex": "freecompany__focus_icon--(?P<Status>off)"
+ },
+ "ICON": {
+ "selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(2) > div:nth-child(1) > img:nth-child(1)",
+ "attribute": "src"
+ }
+ },
+ "DPS": {
+ "NAME": {
+ "selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(3) > p:nth-child(2)"
+ },
+ "STATUS": {
+ "selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(3)",
+ "attribute": "class",
+ "regex": "freecompany__focus_icon--(?P<Status>off)"
+ },
+ "ICON": {
+ "selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(3) > div:nth-child(1) > img:nth-child(1)",
+ "attribute": "src"
+ }
+ },
+ "CRAFTER": {
+ "NAME": {
+ "selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(4) > p:nth-child(2)"
+ },
+ "STATUS": {
+ "selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(4)",
+ "attribute": "class",
+ "regex": "freecompany__focus_icon--(?P<Status>off)"
+ },
+ "ICON": {
+ "selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(4) > div:nth-child(1) > img:nth-child(1)",
+ "attribute": "src"
+ }
+ },
+ "GATHERER": {
+ "NAME": {
+ "selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(5) > p:nth-child(2)"
+ },
+ "STATUS": {
+ "selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(5)",
+ "attribute": "class",
+ "regex": "freecompany__focus_icon--(?P<Status>off)"
+ },
+ "ICON": {
+ "selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(5) > div:nth-child(1) > img:nth-child(1)",
+ "attribute": "src"
+ }
+ }
+} \ No newline at end of file