From 52801b4de1d63cd01191acf7fcee137977140ec0 Mon Sep 17 00:00:00 2001 From: lexicade Date: Fri, 27 Jan 2023 21:06:30 +0000 Subject: Project init --- .../freecompany/focus.json | 131 +++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 ffxiv/lodestone-css-selectors-0.46.0/freecompany/focus.json (limited to 'ffxiv/lodestone-css-selectors-0.46.0/freecompany/focus.json') diff --git a/ffxiv/lodestone-css-selectors-0.46.0/freecompany/focus.json b/ffxiv/lodestone-css-selectors-0.46.0/freecompany/focus.json new file mode 100644 index 0000000..44850be --- /dev/null +++ b/ffxiv/lodestone-css-selectors-0.46.0/freecompany/focus.json @@ -0,0 +1,131 @@ +{ + "NOT_SPECIFIED": { + "selector": "p.freecompany__text:nth-child(7)" + }, + "RP": { + "NAME": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(1) > p:nth-child(2)" + }, + "ICON": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(1) > div:nth-child(1) > img:nth-child(1)", + "attribute": "src" + }, + "STATUS": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(1)", + "attribute": "class", + "regex": "freecompany__focus_icon--(?Poff)" + } + }, + "LEVELING": { + "NAME": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(2) > p:nth-child(2)" + }, + "ICON": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(3) > div:nth-child(1) > img:nth-child(1)", + "attribute": "src" + }, + "STATUS": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(3)", + "attribute": "class", + "regex": "freecompany__focus_icon--(?Poff)" + } + }, + "CASUAL": { + "NAME": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(3) > p:nth-child(2)" + }, + "ICON": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(3) > div:nth-child(1) > img:nth-child(1)", + "attribute": "src" + }, + "STATUS": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(3)", + "attribute": "class", + "regex": "freecompany__focus_icon--(?Poff)" + } + }, + "HARDCORE": { + "NAME": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(4) > p:nth-child(2)" + }, + "ICON": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(4) > div:nth-child(1) > img:nth-child(1)", + "attribute": "src" + }, + "STATUS": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(4)", + "attribute": "class", + "regex": "freecompany__focus_icon--(?Poff)" + } + }, + "DUNGEONS": { + "NAME": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(5) > p:nth-child(2)" + }, + "ICON": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(5) > div:nth-child(1) > img:nth-child(1)", + "attribute": "src" + }, + "STATUS": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(5)", + "attribute": "class", + "regex": "freecompany__focus_icon--(?Poff)" + } + }, + "GUILDHESTS": { + "NAME": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(6) > p:nth-child(2)" + }, + "ICON": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(6) > div:nth-child(1) > img:nth-child(1)", + "attribute": "src" + }, + "STATUS": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(6)", + "attribute": "class", + "regex": "freecompany__focus_icon--(?Poff)" + } + }, + "TRIALS": { + "NAME": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(7) > p:nth-child(2)" + }, + "ICON": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(7) > div:nth-child(1) > img:nth-child(1)", + "attribute": "src" + }, + "STATUS": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(7)", + "attribute": "class", + "regex": "freecompany__focus_icon--(?Poff)" + } + }, + "RAIDS": { + "NAME": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(8) > p:nth-child(2)" + }, + "ICON": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(8) > div:nth-child(1) > img:nth-child(1)", + "attribute": "src" + }, + "STATUS": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(8)", + "attribute": "class", + "regex": "freecompany__focus_icon--(?Poff)" + } + }, + "PVP": { + "NAME": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(9) > p:nth-child(2)" + }, + "ICON": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(9) > div:nth-child(1) > img:nth-child(1)", + "attribute": "src" + }, + "STATUS": { + "selector": "ul.freecompany__focus_icon:nth-child(7) > li:nth-child(9)", + "attribute": "class", + "regex": "freecompany__focus_icon--(?Poff)" + } + } +} \ No newline at end of file -- cgit v1.2.3