Skip to content

Commit bcd8264

Browse files
authored
Merge pull request #7 from ArcaneDisgea/patch-2
Update character.json
2 parents eccc1d9 + b729f4c commit bcd8264

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

profile/character.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@
3939
"regex": "(?P<Name>\\w* \\w*) / \\w* (?P<Rank>.*)"
4040
},
4141
"GUARDIAN_DEITY": {
42-
"selector": "p.character-block__name:nth-child(4)"
42+
"NAME": {
43+
"selector": "p.character-block__name:nth-child(4)"
44+
},
45+
"ICON": {
46+
"selector": "div.character-block:nth-child(2) > img:nth-child(1)",
47+
"attribute": "src"
48+
}
4349
},
4450
"NAME": {
4551
"selector": "div.frame__chara__box:nth-child(2) > .frame__chara__name"
@@ -59,15 +65,15 @@
5965
},
6066
"ICON_LAYERS": {
6167
"BOTTOM": {
62-
"selector": "div.character__pvpteam__crest__image > div > img:nth-child(1)",
68+
"selector": ".character__pvpteam__crest__image img:nth-child(1)",
6369
"attribute": "src"
6470
},
6571
"MIDDLE": {
66-
"selector": "div.character__pvpteam__crest__image > div > img:nth-child(2)",
72+
"selector": ".character__pvpteam__crest__image img:nth-child(2)",
6773
"attribute": "src"
6874
},
6975
"TOP": {
70-
"selector": "div.character__pvpteam__crest__image > div > img:nth-child(3)",
76+
"selector": ".character__pvpteam__crest__image img:nth-child(3)",
7177
"attribute": "src"
7278
}
7379
}
@@ -88,7 +94,7 @@
8894
"selector": "div.character-block:nth-child(3) > div:nth-child(2) > p:nth-child(2)"
8995
},
9096
"ICON": {
91-
"selector": "div.character__profile__data > div:nth-child(1) > div > div:nth-child(3) > img",
97+
"selector": "div.character-block:nth-child(3) > img:nth-child(1)",
9298
"attribute": "src"
9399
}
94100
}

0 commit comments

Comments
 (0)