mirror of
https://github.com/theBowja/GenshinData-1.git
synced 2025-08-08 01:13:57 +09:00
''
This commit is contained in:
@ -79,7 +79,7 @@ function collateFood(lang) {
|
||||
|
||||
let spdata = {};
|
||||
spdata.name = language[xd.nameTextMapHash];
|
||||
spdata.rarity = xd.rankLevel;
|
||||
spdata.rarity = xd.rankLevel+'';
|
||||
spdata.foodtype = 'SPECIALTY';
|
||||
spdata.foodfilter = foodfilter;
|
||||
spdata.foodcategory = xd.effectIcon.substring(13);
|
||||
|
Reference in New Issue
Block a user