Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b5a77792caf62f6fc2ef0a45d201e6a6 |
User & Date: | 顽雨沉风 on 2024-08-06 03:45:52 |
Other Links: | manifest | tags |
Context
2024-08-06
| ||
03:47 | 0 check-in: 6a413f1712 user: 顽雨沉风 tags: trunk | |
03:45 | 0 check-in: b5a77792ca user: 顽雨沉风 tags: trunk | |
03:45 | 0 check-in: dbe6c92141 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_30_043_2.lua from [07b55e5917] to [91bf57d26f].
1 2 3 4 5 | --[[message You can play Kozmo without Card of Demise. Who'd have thought? #Furtie_Hubo_07_Kozmo ]] | < > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | --[[message You can play Kozmo without Card of Demise. Who'd have thought? #Furtie_Hubo_07_Kozmo ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3) Debug.SetPlayerInfo(0, 7000, 0, 0) Debug.SetPlayerInfo(1, 24300, 0, 0) -- Furtie_Hubo's Hand Debug.AddCard(40640057, 1, 1, LOCATION_HAND, 0, POS_FACEUP) -- Kuriboh -- Furtie_Hubo's Field Debug.AddCard(02460565, 1, 1, LOCATION_MZONE, 0, POS_FACEUP_ATTACK) -- Marauding Captain Debug.AddCard(02460565, 1, 1, LOCATION_MZONE, 1, POS_FACEUP_ATTACK) -- Marauding Captain |
︙ | ︙ |