Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
98e5765fe8649e7d534707aa16e03315 |
User & Date: | 顽雨沉风 on 2024-08-04 02:33:16 |
Other Links: | manifest | tags |
Context
2024-08-04
| ||
02:34 | 0 check-in: 3fb1fad792 user: 顽雨沉风 tags: trunk | |
02:33 | 0 check-in: 98e5765fe8 user: 顽雨沉风 tags: trunk | |
02:32 | 0 check-in: 53be346a69 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_30_000_1.lua from [f55664ad5d] to [63b2c75147].
1 2 3 4 5 6 | --[[message #LV-018 ]] 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-018 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3) Debug.SetPlayerInfo(0, 3100, 0, 0) Debug.SetPlayerInfo(1, 3000, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(64631466, 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) |
︙ | ︙ |