From 52801b4de1d63cd01191acf7fcee137977140ec0 Mon Sep 17 00:00:00 2001 From: lexicade Date: Fri, 27 Jan 2023 21:06:30 +0000 Subject: Project init --- .../freecompany/seeking.json | 75 ++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 ffxiv/lodestone-css-selectors-0.46.0/freecompany/seeking.json (limited to 'ffxiv/lodestone-css-selectors-0.46.0/freecompany/seeking.json') 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--(?Poff)" + }, + "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--(?Poff)" + }, + "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--(?Poff)" + }, + "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--(?Poff)" + }, + "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--(?Poff)" + }, + "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 -- cgit v1.2.3