File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 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"
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 }
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 }
You can’t perform that action at this time.
0 commit comments