Skip to content

Commit

Permalink
updated missing talentmaterialtypes
Browse files Browse the repository at this point in the history
  • Loading branch information
theBowja committed May 2, 2021
1 parent fc22197 commit af670de
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ const genshindb = require('genshin-db');
<summary>genshindb.characters('<b>ballad', { matchCategories: true }</b>)</summary>

```js
[ 'Albedo', 'Fischl', 'Kaeya', 'Lisa', 'Venti' ]
[ 'Albedo', 'Fischl', 'Kaeya', 'Lisa', 'Rosaria', 'Venti' ]
```

</details>
Expand Down
2 changes: 1 addition & 1 deletion src/data/English/characters/eula.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"japanese": "佐藤利奈",
"korean": "김현지"
},
"talentmaterialtype": ""
"talentmaterialtype": "Resistance"
}
2 changes: 1 addition & 1 deletion src/data/English/characters/rosaria.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"japanese": "加隈亜衣",
"korean": "김보나"
},
"talentmaterialtype": ""
"talentmaterialtype": "Ballad"
}
2 changes: 1 addition & 1 deletion src/data/English/characters/yanfei.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"japanese": "花守ゆみり",
"korean": "조경이"
},
"talentmaterialtype": ""
"talentmaterialtype": "Gold"
}
3 changes: 3 additions & 0 deletions src/data/index/English/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@
"fischl.json",
"kaeya.json",
"lisa.json",
"rosaria.json",
"venti.json"
],
"Pyro": [
Expand Down Expand Up @@ -382,6 +383,7 @@
"beidou.json",
"xingqiu.json",
"xinyan.json",
"yanfei.json",
"zhongli.json"
],
"Energy Recharge": [
Expand All @@ -393,6 +395,7 @@
"Resistance": [
"bennett.json",
"diluc.json",
"eula.json",
"jean.json",
"mona.json",
"noelle.json",
Expand Down

0 comments on commit af670de

Please sign in to comment.