Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
12bf5ff3e0afdb2de95c04f33ba6590b |
User & Date: | 顽雨沉风 on 2024-08-05 03:22:48 |
Other Links: | manifest | tags |
Context
2024-08-05
| ||
03:24 | 0 check-in: 985abb8c19 user: 顽雨沉风 tags: trunk | |
03:22 | 0 check-in: 12bf5ff3e0 user: 顽雨沉风 tags: trunk | |
03:21 | 0 check-in: 20407a3bfd user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版__31_000_020.lua from [1cea083839] to [d34bca235c].
1 2 3 4 5 6 | --[[message #LV-017 ]] 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 #LV-017 ]] 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, 1100, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(63519819, 0, 0, k1, 2, k2) Debug.AddCard(89631139, 1, 1, k1, 1, k2) Debug.AddCard(89631139, 1, 1, k1, 2, k2) Debug.AddCard(89631139, 1, 1, k1, 3, k2) |
︙ | ︙ |