Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c6b94960311c25af9153d1c2676293ee |
User & Date: | 顽雨沉风 on 2024-07-19 07:29:52 |
Other Links: | manifest | tags |
Context
2024-07-19
| ||
07:31 | 0 check-in: 3117be4044 user: 顽雨沉风 tags: trunk | |
07:29 | 0 check-in: c6b9496031 user: 顽雨沉风 tags: trunk | |
07:29 | 0 check-in: cbc3c04979 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/测试局_3.lua from [6e05caf656] to [be487d6c29].
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, 8000, 0, 0) Debug.SetPlayerInfo(1, 8000, 0, 0) | < > | < > > > > > > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | --[[message 「盖放」包括从表侧变为里侧 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 8000, 0, 0) local k1 = LOCATION_MZONE Debug.AddCard(11366199, 1, 1, k1, 0, POS_FACEUP_ATTACK) local k1 = LOCATION_SZONE 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(35480699, 0, 0, k1, 0, POS_FACEDOWN) Debug.ReloadFieldEnd() aux.BeginPuzzle() |