feat: 实现战斗效果逻辑和接口重构
Some checks failed
ci/woodpecker/push/my-first-workflow Pipeline failed

This commit is contained in:
xinian
2026-03-28 21:57:22 +08:00
committed by cnb
parent 0780eae582
commit 875ad668aa
332 changed files with 2062 additions and 1442 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/gogf/gf/v2/util/grand"
)
// 425 - 随机使对手n项属性m,并将该属性附加给自己
// Effect 425: 随机吸取对手{0}项属性{1},并将该属性附加给自己
type Effect425 struct {
node.EffectNode
}