summaryrefslogtreecommitdiff
path: root/ffxiv/lodestone-css-selectors-0.46.0/freecompany/focus.json
diff options
context:
space:
mode:
Diffstat (limited to 'ffxiv/lodestone-css-selectors-0.46.0/freecompany/focus.json')
-rw-r--r--ffxiv/lodestone-css-selectors-0.46.0/freecompany/focus.json131
1 files changed, 131 insertions, 0 deletions
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--(?P<Status>off)"
+ }
+ },
+ "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--(?P<Status>off)"
+ }
+ },
+ "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--(?P<Status>off)"
+ }
+ },
+ "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--(?P<Status>off)"
+ }
+ },
+ "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--(?P<Status>off)"
+ }
+ },
+ "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--(?P<Status>off)"
+ }
+ },
+ "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--(?P<Status>off)"
+ }
+ },
+ "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--(?P<Status>off)"
+ }
+ },
+ "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--(?P<Status>off)"
+ }
+ }
+} \ No newline at end of file