summaryrefslogtreecommitdiff
path: root/ffxiv/lodestone-css-selectors-0.52.0/freecompany/seeking.json
blob: 164c01a6b10f178129a9443838a2c8b7c91c2e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
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"
        }
    }
}