Differences From Artifact [e0a05353fc]:
- 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]
To Artifact [14644fc3e2]:
- File single_doc/卡组测试教程.md — part of check-in [bda4f9e2d0] at 2023-07-01 12:16:12 on branch trunk — 0.0.532 (user: 顽雨沉风, size: 888) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
30 31 32 33 34 35 36 | </summary> ~~~ Debug.SetPlayerInfo(0,0,0,0) ~~~ 最后一个参数控制每回合抽卡数量。 </details> | > > > > > > > > > > > > > > > > > > > > | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | </summary> ~~~ Debug.SetPlayerInfo(0,0,0,0) ~~~ 最后一个参数控制每回合抽卡数量。 </details> <details> <summary> 开局添加手卡 </summary> ~~~ --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) ~~~ 这段加载代码应放于脚本顶部,才可使用所有功能。 ~~~ fun["开局添加手卡"](6) ~~~ 这段代码应放于脚本底部。 数字可改。 </details> |