Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
21e10259141491aeea77a441a0604fe1 |
User & Date: | 顽雨沉风 on 2024-08-06 14:07:39 |
Other Links: | manifest | tags |
Context
2024-08-06
| ||
14:08 | 0 check-in: 8cad66eed1 user: 顽雨沉风 tags: trunk | |
14:07 | 0 check-in: 21e1025914 user: 顽雨沉风 tags: trunk | |
14:07 | 0 check-in: 9d6af1f1b5 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_40_031_2.lua from [36fba0072d] to [9f4ca0e51d].
1 2 3 4 5 6 7 | --[[message Did you know that D/D/D stands for different dimension daemon? #Furtie_Hubo_02_DDD_Remastered ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | --[[message Did you know that D/D/D stands for different dimension daemon? #Furtie_Hubo_02_DDD_Remastered ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4) Debug.SetPlayerInfo(0, 100, 0, 0) Debug.SetPlayerInfo(1, 24100, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(65957473, 1, 1, k1, 0, k2) Debug.AddCard(65957473, 1, 1, k1, 1, k2) Debug.AddCard(65957473, 1, 1, k1, 2, k2) Debug.AddCard(65957473, 1, 1, k1, 3, k2) |
︙ | ︙ |