feat: 新增战斗效果并优化boss逻辑
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-07 09:55:06 +08:00
committed by cnb
parent a192ffa6bc
commit 7bb0ef856a
7 changed files with 92 additions and 22 deletions

View File

@@ -43,10 +43,8 @@ type MapBossInfo struct {
Pos model.Pos
IsShow int32 `struc:"uint32" json:"is_show"` // 雷伊首次出现的时候给2,正常精灵给1,雷伊是否首次出现的判断是否首次刷新,
PosInfo []model.Pos `struc:"skip"`
MaxHP int `struc:"skip"`
PosIndex uint32 `struc:"skip"`
//Wer []int32 `struc:"skip"`
Event configm.Event `struc:"skip"`
Config configm.MapNode
}
// 这里存储星球的map