Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
89ef220ac9267de90d7eafca7b9e77fe |
User & Date: | 顽雨沉风 on 2024-07-19 07:28:50 |
Other Links: | manifest | tags |
Context
2024-07-19
| ||
07:29 | 0 check-in: cbc3c04979 user: 顽雨沉风 tags: trunk | |
07:28 | 0 check-in: 89ef220ac9 user: 顽雨沉风 tags: trunk | |
07:15 | 0 check-in: 169c2a8aed user: 顽雨沉风 tags: trunk | |
Changes
Modified single/测试局_1.lua from [0a6e6c30d1] to [935cade56d].
1 2 3 4 5 6 7 8 | --[[message 灵摆区的卡,不算怪兽,但算怪兽卡 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 100, 0, 0) Debug.SetPlayerInfo(1, 5950, 0, 0) | < < > > | | < < < < < > > > > > > | | 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, 100, 0, 0) Debug.SetPlayerInfo(1, 5950, 0, 0) local k1 = LOCATION_MZONE local k1 = LOCATION_SZONE Debug.AddCard(4582942, 0, 0, k1, 0, POS_FACEDOWN) Debug.AddCard(4582942, 0, 0, k1, 1, POS_FACEDOWN) local k1 = LOCATION_PZONE local k1 = LOCATION_DECK local k1 = LOCATION_EXTRA local k1 = LOCATION_GRAVE local k1 = LOCATION_REMOVED local k1 = LOCATION_HAND Debug.AddCard(3048768, 0, 0, k1, 0, POS_FACEDOWN) Debug.ReloadFieldEnd() aux.BeginPuzzle() |