Artifact e0a05353fcd372efaedeb92888fa4e7dea00546aec146b385ed0343ce3b8a563:
- File single_doc/卡组测试教程.md — part of check-in [da28e238e0] at 2023-07-01 12:10:37 on branch trunk — 0.0.531 (user: 顽雨沉风, size: 558) [annotate] [blame] [check-ins using]
<details> <summary> 前言 </summary> 有人想用残局,进行卡组测试。 鄙人在此提供些微帮助。 </details> <details> <summary> 开启多回合 </summary> ~~~ aux.BeginPuzzle() ~~~ 它注册了三个效果: 1. 跳过抽卡阶段 1. 跳过准备阶段 1. 结束阶段时,玩家血量归零 去掉这一代码,便可开启多回合。 </details> <details> <summary> 控制抽卡数量 </summary> ~~~ Debug.SetPlayerInfo(0,0,0,0) ~~~ 最后一个参数控制每回合抽卡数量。 </details>