Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
91df103baba6adf68c95c0c0630af0e3 |
User & Date: | 顽雨沉风 on 2024-08-05 23:27:43 |
Other Links: | manifest | tags |
Context
2024-08-05
| ||
23:28 | 0 check-in: 79e951959c user: 顽雨沉风 tags: trunk | |
23:27 | 0 check-in: 91df103bab user: 顽雨沉风 tags: trunk | |
23:26 | 0 check-in: 926684c173 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_30_032_2.lua from [ccd9a678eb] to [e2b8bea97b].
1 2 3 4 5 6 | --[[message #magic book ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | --[[message #magic book ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3) Debug.SetPlayerInfo(0, 100, 0, 0) Debug.SetPlayerInfo(1, 17000, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(40213117, 0, 0, k1, 1, k2) Debug.AddCard(54359696, 0, 0, k1, 2, k2) Debug.AddCard(49191560, 0, 0, k1, 3, k2) Debug.AddCard(10000001, 1, 1, k1, 1, k2) |
︙ | ︙ |