From 0383bdecb57b7624b5960e43014c6376eb0fc99d Mon Sep 17 00:00:00 2001 From: Tawmy Date: Tue, 6 Jan 2026 12:14:21 +0100 Subject: [PATCH 1/2] Add Facewear to gearset.json --- profile/gearset.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profile/gearset.json b/profile/gearset.json index 3406ee7..995e884 100644 --- a/profile/gearset.json +++ b/profile/gearset.json @@ -551,6 +551,16 @@ "type": "string" } }, + "FACEWEAR": { + "NAME": { + "selector": ".icon-c--glasses > .db-tooltip > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(2)", + "type": "string" + }, + "DB_LINK": { + "selector": ".icon-c--glasses > .db-tooltip > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)", + "type": "string" + } + }, "EARRINGS": { "NAME": { "selector": ".icon-c--8 > .db-tooltip > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(2)", From c21c7229cd08ef9ce83d823a5ac5029d150d5f64 Mon Sep 17 00:00:00 2001 From: Tawmy Date: Tue, 6 Jan 2026 15:17:55 +0100 Subject: [PATCH 2/2] Add selector for item which facewear is unlocked by --- profile/gearset.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profile/gearset.json b/profile/gearset.json index 995e884..0007a2b 100644 --- a/profile/gearset.json +++ b/profile/gearset.json @@ -556,6 +556,10 @@ "selector": ".icon-c--glasses > .db-tooltip > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(2)", "type": "string" }, + "UNLOCKED_BY": { + "selector": ".icon-c--glasses > .db-tooltip > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)", + "type": "string" + }, "DB_LINK": { "selector": ".icon-c--glasses > .db-tooltip > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)", "type": "string"