Overview
Comment: | 0.0.2531 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
dee956635c20cd208bc7f0c8127d6e54 |
User & Date: | 顽雨沉风 on 2023-09-09 02:08:27 |
Other Links: | manifest | tags |
Context
2023-09-09
| ||
02:08 | 0.0.2532 check-in: 4240c7a193 user: 顽雨沉风 tags: trunk | |
02:08 | 0.0.2531 check-in: dee956635c user: 顽雨沉风 tags: trunk | |
2023-09-05
| ||
10:49 | 0.0.2530 check-in: 7e9d60c591 user: 顽雨沉风 tags: trunk | |
Changes
Added single/0.lua version [00ec6bc3e9].
> > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | --[[message 新手教学 ]] Debug.SetAIName("顽雨沉风") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,1000,0,0) Debug.AddCard(53927679,0,0,LOCATION_HAND,0,POS_FACEDOWN) local g02=Debug.AddCard(89631139,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local g13=Debug.AddCard(3797883,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) local g12=Debug.AddCard(46986414,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local g11=Debug.AddCard(46986414,1,1,LOCATION_MZONE,1,POS_FACEUP_DEFENSE) Debug.ReloadFieldEnd() aux.BeginPuzzle() Debug.ShowHint("尝试一下攻击表示与守备表示的区别\nM1:主要阶段1 BP:战斗阶段 M2:主要阶段2") |