feat: 新增多个战斗技能效果实现
Some checks failed
ci/woodpecker/push/my-first-workflow Pipeline failed

This commit is contained in:
xinian
2026-03-08 10:34:23 +08:00
committed by cnb
parent 042a48088d
commit 3dd2d40c50
43 changed files with 1278 additions and 797 deletions

View File

@@ -80,7 +80,16 @@ func init() {
registerStatusFunc(401, func(i, o *input.Input) bool {
return i.CurrentPet.PetInfo.Type == o.CurrentPet.PetInfo.Type
})
registerStatusFunc(431, func(i, o *input.Input) bool {
for _, v := range o.Prop[:] {
if v < 0 {
return true
}
}
return false
})
}
type Effect129 struct {