mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
🐛 修复妮露
有效词条和高命报错
This commit is contained in:
parent
d7c63c4964
commit
1872ec13f8
@ -583,6 +583,14 @@
|
||||
"元素精通": 1,
|
||||
"元素充能效率": 1
|
||||
}
|
||||
},
|
||||
"妮露": {
|
||||
"常规": {
|
||||
"生命值": 1,
|
||||
"元素精通": 1,
|
||||
"暴击率": 1,
|
||||
"暴击伤害": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"Talent": {
|
||||
@ -821,6 +829,10 @@
|
||||
"坎蒂丝": [
|
||||
2,
|
||||
1
|
||||
],
|
||||
"妮露": [
|
||||
2,
|
||||
1
|
||||
]
|
||||
}
|
||||
}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user