Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
568d6e52c827ff5153c9fb53ce7eac9f |
User & Date: | 顽雨沉风 on 2024-08-06 12:56:19 |
Other Links: | manifest | tags |
Context
2024-08-06
| ||
12:57 | 0 check-in: fc94add000 user: 顽雨沉风 tags: trunk | |
12:56 | 0 check-in: 568d6e52c8 user: 顽雨沉风 tags: trunk | |
12:56 | 0 check-in: 7476d7c9bb user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_40_020_2.lua from [5034c2b202] to [44fd4d3339].
1 2 3 4 5 6 7 8 9 10 11 | --[[message #egg-04 #蛋总 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4) Debug.SetPlayerInfo(0, 100, 0, 0) Debug.SetPlayerInfo(1, 16150, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(14878871, 0, 0, k1, 2, k2) | > | 1 2 3 4 5 6 7 8 9 10 11 12 | --[[message #egg-04 #蛋总 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4) Debug.SetPlayerInfo(0, 100, 0, 0) Debug.SetPlayerInfo(1, 16150, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(14878871, 0, 0, k1, 2, k2) |
︙ | ︙ |