Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cbc3c0497914d8c42ffb537aaf17ac50 |
User & Date: | 顽雨沉风 on 2024-07-19 07:29:24 |
Other Links: | manifest | tags |
Context
2024-07-19
| ||
07:29 | 0 check-in: c6b9496031 user: 顽雨沉风 tags: trunk | |
07:29 | 0 check-in: cbc3c04979 user: 顽雨沉风 tags: trunk | |
07:28 | 0 check-in: 89ef220ac9 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/测试局_2.lua from [2bbe41299b] to [c10263027b].
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 23 | --[[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(97077563, 0, 0, k1, 0, POS_FACEDOWN) local k1 = LOCATION_PZONE local k1 = LOCATION_DECK local k1 = LOCATION_EXTRA local k1 = LOCATION_GRAVE Debug.AddCard(89631139, 0, 0, k1, 0, POS_FACEUP) local k1 = LOCATION_REMOVED local k1 = LOCATION_HAND Debug.AddCard(90502999, 0, 0, k1, 0, POS_FACEDOWN) Debug.AddCard(19230407, 0, 0, k1, 0, POS_FACEDOWN) Debug.ReloadFieldEnd() aux.BeginPuzzle() |