mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
-
Signed-off-by: liangshi <1142607614@qq.com>
This commit is contained in:
parent
9cd43d4852
commit
a53f53e2fd
@ -127,10 +127,10 @@ const ProfileChange = {
|
||||
return true
|
||||
}
|
||||
|
||||
// 匹配武器
|
||||
// 匹配武器
|
||||
let wRet = /^(?:等?级?([1-9][0-9])?级?)?\s*(?:([1-5一二三四五满])(精炼?|叠影?)|(精炼?|叠影?)([1-5一二三四五]))?\s*(?:等?级?([1-9][0-9])?级?)?\s*(.*)$/.exec(txt)
|
||||
if (wRet && wRet[7]) {
|
||||
let weaponName = lodash.trim(wRet[7])
|
||||
let weaponName = lodash.trim(wRet[7])
|
||||
let weapon = Weapon.get(weaponName, game, ret.char.game)
|
||||
if (weapon || weaponName === '武器' || Weapon.isWeaponSet(weaponName)) {
|
||||
let affix = wRet[2] || wRet[5]
|
||||
|
Loading…
Reference in New Issue
Block a user