Files
bl/docs/effect-unimplemented-tasks/task-293-effects-2080-2084.md
xinian 03a28c968b
Some checks failed
ci/woodpecker/push/my-first-workflow Pipeline failed
feat: 实现失明状态并新增技能效果描述
2026-03-29 01:17:18 +08:00

36 lines
1.1 KiB
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Task 293: Effects 2080-2084
## 目标
- 补齐以下 5 或最后一组不足 5 当前判定未实现的 skill effect
- 实现位置优先放在 `logic/service/fight/effect/`
- effect 需要展示说明同步更新 `logic/service/fight/effect/effect_info_map.go`
- 完成后至少执行`cd /workspace/logic && go test ./service/fight/effect`
## Effect 列表
### Effect 2080
- `argsNum`: `1`
- `info`: `自身处于护盾状态时威力提升{0}%`
### Effect 2081
- `argsNum`: `1`
- `info`: `对手不处于异常状态时令对手随机{0}个技能PP值归零`
### Effect 2082
- `argsNum`: `0`
- `info`: `为对手附加1道天霆之律`
### Effect 2083
- `argsNum`: `0`
- `info`: `对手选择必中技能时先制+3`
### Effect 2084
- `argsNum`: `1`
- `info`: `对手选择非必中技能时吸取对手所选技能{0}点PP值`
## 备注
- 该清单按当前仓库静态注册结果生成如果某个 effect 实际通过其他模块或运行时路径实现需要先复核后再落代码
- `201``445` 这类占位 effect优先补核心逻辑或补充明确的不可实现说明