Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
486d0b38c041888fa8e4fbcc2eead6fd |
User & Date: | 顽雨沉风 on 2024-08-06 23:42:00 |
Other Links: | manifest | tags |
Context
2024-08-06
| ||
23:51 | 0 check-in: 59a43ddd80 user: 顽雨沉风 tags: trunk | |
23:42 | 0 check-in: 486d0b38c0 user: 顽雨沉风 tags: trunk | |
23:39 | 0 check-in: e3ada783b4 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_50_020_1.lua from [bc4a34acdd] to [af6ca664a3].
1 2 3 4 5 6 7 8 | --[[message Have you ever wondered why Level Eater is banned? #Furtie_Hubo_01_Dark_Synchro ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 500, 0, 0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | --[[message Have you ever wondered why Level Eater is banned? #Furtie_Hubo_01_Dark_Synchro ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 500, 0, 0) Debug.SetPlayerInfo(1, 23800, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(1929294, 0, 0, k1, 1, k2) Debug.AddCard(9929398, 0, 0, k1, 2, k2) Debug.AddCard(11761845, 1, 1, k1, 1, k2) local m1 = Debug.AddCard(11761845, 1, 1, k1, 2, k2) Debug.AddCard(11761845, 1, 1, k1, 3, k2) |
︙ | ︙ |