From 52801b4de1d63cd01191acf7fcee137977140ec0 Mon Sep 17 00:00:00 2001 From: lexicade Date: Fri, 27 Jan 2023 21:06:30 +0000 Subject: Project init --- .../freecompany/reputation.json | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 ffxiv/lodestone-css-selectors-0.46.0/freecompany/reputation.json (limited to 'ffxiv/lodestone-css-selectors-0.46.0/freecompany/reputation.json') diff --git a/ffxiv/lodestone-css-selectors-0.46.0/freecompany/reputation.json b/ffxiv/lodestone-css-selectors-0.46.0/freecompany/reputation.json new file mode 100644 index 0000000..c88df40 --- /dev/null +++ b/ffxiv/lodestone-css-selectors-0.46.0/freecompany/reputation.json @@ -0,0 +1,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\\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\\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\\d+)%;" + }, + "RANK": { + "selector": "div.freecompany__reputation:nth-child(18) > div:nth-child(2) > p:nth-child(2)" + } + } +} \ No newline at end of file -- cgit v1.2.3