Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7b84f490aa320742c80ebe9a80088034 |
User & Date: | 顽雨沉风 on 2024-07-17 23:33:03 |
Other Links: | manifest | tags |
Context
2024-07-17
| ||
23:33 | 0 check-in: 887d044fce user: 顽雨沉风 tags: trunk | |
23:33 | 0 check-in: 7b84f490aa user: 顽雨沉风 tags: trunk | |
23:31 | 0 check-in: e2387c56f8 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-01.lua from [b3c292a156] to [8d1b660a73].
1 2 3 4 5 6 | --[[message 维护:2024-07-03 简语:新手教学 ]] Debug.SetAIName("QQ群181175613") | | | > | | | | > > > > > > > > | 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 26 | --[[message 维护:2024-07-03 简语:新手教学 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 1000, 0, 0) --怪兽区域 Debug.AddCard(89631139, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) Debug.AddCard(3797883, 1, 1, LOCATION_MZONE, 3, POS_FACEUP_ATTACK) Debug.AddCard(46986414, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) Debug.AddCard(46986414, 1, 1, LOCATION_MZONE, 1, POS_FACEUP_DEFENSE) --魔陷区域 --卡组区域 --外组区域 --墓地区域 --除外区域 --手卡区域 Debug.AddCard(53927679, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN) Debug.ReloadFieldEnd() aux.BeginPuzzle() Debug.ShowHint("尝试一下攻击表示与守备表示的区别\nM1:主要阶段1 BP:战斗阶段 M2:主要阶段2") |