🐛 修复妮露有效词条和高命报错

This commit is contained in:
CMHopeSunshine 2022-10-16 09:42:38 +08:00
parent d7c63c4964
commit 1872ec13f8
2 changed files with 12 additions and 2 deletions

View File

@ -583,6 +583,14 @@
"元素精通": 1,
"元素充能效率": 1
}
},
"妮露": {
"常规": {
"生命值": 1,
"元素精通": 1,
"暴击率": 1,
"暴击伤害": 1
}
}
},
"Talent": {
@ -821,6 +829,10 @@
"坎蒂丝": [
2,
1
],
"妮露": [
2,
1
]
}
}

View File

@ -8,8 +8,6 @@ lxml>=4.8.0
Pillow>=9.1.0
matplotlib>=3.5.1
pypinyin>=0.46.0
pymongo>=4.1.0
xlsxwriter>=3.0.3
aiofiles>=0.8.0
tortoise-orm>=0.19.2
tqdm>=4.64.0