Differences From Artifact [5160120967]:
- File single_doc/卡组测试教程.md — part of check-in [3f356dbfe7] at 2023-07-01 12:03:02 on branch trunk — 0.0.529 (user: 顽雨沉风, size: 135) [annotate] [blame] [check-ins using]
To Artifact [485d8af8fd]:
- File single_doc/卡组测试教程.md — part of check-in [5820fafa40] at 2023-07-01 12:05:42 on branch trunk — 0.0.530 (user: 顽雨沉风, size: 398) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | <details> <summary> 前言 </summary> 有人想用残局,进行卡组测试。 鄙人在此提供些微帮助。 </details> | > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <details> <summary> 前言 </summary> 有人想用残局,进行卡组测试。 鄙人在此提供些微帮助。 </details> <details> <summary> 开启多回合 </summary> ~~~ aux.BeginPuzzle() ~~~ 它注册了三个效果: 1. 跳过抽卡阶段 1. 跳过准备阶段 1. 结束阶段时,玩家血量归零 去掉这一代码,便可开启多回合。 </details> |