docs(effects): 移除已完成的技能效果任务文档

移除 effects 956-1005、1263-1312、1695-1734 等范围内的未实现技能效果任务文档,
这些任务已经完成实现,相关文档不再需要维护。
```
This commit is contained in:
昔念
2026-03-31 00:38:50 +08:00
parent ec9f592e44
commit e037539123
155 changed files with 16470 additions and 4033 deletions

View File

@@ -31,7 +31,7 @@ func (s *GoldListService) ModifyBefore(ctx context.Context, method string, param
}
if gconv.Float64(param["rate"]) > 2 {
r := g.List{}
for i := 0; i < grand.Intn(2); i++ {
for i := 0; i < grand.N(1, 3); i++ {
r = append(r, g.Map{"rate": param["rate"], "exchange_num": param["exchange_num"], "player_id": 10001})
}