mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
夜兰精通阈值降至80 (#452)
This commit is contained in:
parent
5f6669431a
commit
5d373f7969
@ -2,7 +2,7 @@ export default function ({ attr, weapon, rule, def }) {
|
||||
let title = []
|
||||
let mastery = 0
|
||||
let hp = 80
|
||||
if (attr.mastery > 120) {
|
||||
if (attr.mastery > 80) {
|
||||
title.push('精通')
|
||||
mastery = 75
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user