summaryrefslogtreecommitdiff
path: root/ffxiv/lodestone-css-selectors-0.46.0/freecompany/reputation.json
blob: c88df404a34dc6e31593debb802bc07731bd3e24 (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
{
    "MAELSTROM": {
        "NAME": {
            "selector": "div.freecompany__reputation:nth-child(16) > div:nth-child(2) > p:nth-child(1)"
        },
        "PROGRESS": {
            "selector": "div.freecompany__reputation:nth-child(16) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1)",
            "attribute": "style",
            "regex": "width:(?P<Progress>\\d+)%;"
        },
        "RANK": {
            "selector": "div.freecompany__reputation:nth-child(16) > div:nth-child(2) > p:nth-child(2)"
        }
    },
    "ADDERS": {
        "NAME": {
            "selector": "div.freecompany__reputation:nth-child(17) > div:nth-child(2) > p:nth-child(1)"
        },
        "PROGRESS": {
            "selector": "div.freecompany__reputation:nth-child(17) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1)",
            "attribute": "style",
            "regex": "width:(?P<Progress>\\d+)%;"
        },
        "RANK": {
            "selector": "div.freecompany__reputation:nth-child(17) > div:nth-child(2) > p:nth-child(2)"
        }
    },
    "FLAMES": {
        "NAME": {
            "selector": "div.freecompany__reputation:nth-child(18) > div:nth-child(2) > p:nth-child(1)"
        },
        "PROGRESS": {
            "selector": "div.freecompany__reputation:nth-child(18) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1)",
            "attribute": "style",
            "regex": "width:(?P<Progress>\\d+)%;"
        },
        "RANK": {
            "selector": "div.freecompany__reputation:nth-child(18) > div:nth-child(2) > p:nth-child(2)"
        }
    }
}