Skip to content

Commit 9c11a86

Browse files
authored
Merge pull request #6 from ArcaneDisgea/patch-1
Add town icon
2 parents 07877f6 + 18c8e9e commit 9c11a86

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

profile/character.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@
8484
"selector": ".frame__chara__title"
8585
},
8686
"TOWN": {
87-
"selector": "div.character-block:nth-child(3) > div:nth-child(2) > p:nth-child(2)"
87+
"NAME": {
88+
"selector": "div.character-block:nth-child(3) > div:nth-child(2) > p:nth-child(2)"
89+
},
90+
"ICON": {
91+
"selector": "div.character__profile__data > div:nth-child(1) > div > div:nth-child(3) > img",
92+
"attribute": "src"
93+
}
8894
}
89-
}
95+
}

0 commit comments

Comments
 (0)