Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b7c0790222a86b8d728b223a6d94e37d |
User & Date: | 顽雨沉风 on 2024-07-06 22:02:15 |
Other Links: | manifest | tags |
Context
2024-07-06
| ||
22:10 | 0 check-in: 66cddaf8d7 user: 顽雨沉风 tags: trunk | |
22:02 | 0 check-in: b7c0790222 user: 顽雨沉风 tags: trunk | |
21:53 | 0 check-in: 0f6d3ea64f user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_343_01.lua from [56981d1374] to [1653ae62a7].
1 2 3 4 5 6 7 8 9 10 | --[[message 维护:2024-07-03 简语:You can play Kozmo without Card of Demise. Who'd have thought? 标签:#Furtie_Hubo_07_Kozmo ]] -- Kozmo Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI + DUEL_PSEUDO_SHUFFLE, 3) Debug.SetPlayerInfo(0, 8000, 0, 0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | --[[message 维护:2024-07-03 简语:You can play Kozmo without Card of Demise. Who'd have thought? 标签:#Furtie_Hubo_07_Kozmo ]] -- Kozmo Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI + DUEL_PSEUDO_SHUFFLE, 3) Debug.SetPlayerInfo(0, 8000, 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 |
︙ | ︙ |