Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f2b41ba2f9706e65d3182a824a8270a1 |
User & Date: | 顽雨沉风 on 2024-07-18 01:50:11 |
Other Links: | manifest | tags |
Context
2024-07-18
| ||
01:50 | 0 check-in: db74118c74 user: 顽雨沉风 tags: trunk | |
01:50 | 0 check-in: f2b41ba2f9 user: 顽雨沉风 tags: trunk | |
01:49 | 0 check-in: 3f25934f04 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-21.lua from [962b3ee3f1] to [71ff7a9749].
1 | --[[message | < | | > > > > > > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | --[[message 新手教学 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 500, 0, 0) --怪兽区域 local g02 = Debug.AddCard(46986414, 0, 0, LOCATION_MZONE, 2, POS_FACEDOWN_DEFENSE) local g12 = Debug.AddCard(59380081, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) --魔陷区域 local m01 = Debug.AddCard(93747864, 0, 0, LOCATION_SZONE, 1, POS_FACEDOWN) --卡组区域 --外组区域 --墓地区域 --除外区域 --手卡区域 Debug.ReloadFieldEnd() aux.BeginPuzzle() Debug.ShowHint("尝试一下反转召唤+反转") |