Files
bl/docs/effect-unimplemented-tasks/task-134-effects-1283-1287.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.2 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 134: Effects 1283-1287
## 目标
- 补齐以下 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 1283
- `argsNum`: `1`
- `info`: `全属性+{0},先出手时自身强化效果翻倍`
### Effect 1284
- `argsNum`: `1`
- `info`: `先出手时使对手{0}回合属性技能无效`
### Effect 1285
- `argsNum`: `1`
- `info`: `当回合未击败对手则减少对方所有技能PP{0}点`
### Effect 1286
- `argsNum`: `0`
- `info`: `当回合击败对手则恢复自身所有技能PP值`
### Effect 1287
- `argsNum`: `2`
- `info`: `吸取对手能力提升,吸取成功则下{0}次受到的攻击伤害减少{1}%`
## 备注
- 该清单按当前仓库静态注册结果生成如果某个 effect 实际通过其他模块或运行时路径实现需要先复核后再落代码
- `201``445` 这类占位 effect优先补核心逻辑或补充明确的不可实现说明