夜兰精通阈值降至80 (#452)

This commit is contained in:
panganqi 2023-02-10 13:04:40 +08:00 committed by GitHub
parent 5f6669431a
commit 5d373f7969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}