Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
66cddaf8d782e3a6549dfacb97fef5fb |
| User & Date: | 顽雨沉风 on 2024-07-06 22:10:58.648 |
| Other Links: | manifest | tags |
Context
|
2024-07-06
| ||
| 22:13 | 0 check-in: cc3e1dd719 user: 顽雨沉风 tags: trunk | |
| 22:10 | 0 check-in: 66cddaf8d7 user: 顽雨沉风 tags: trunk | |
| 22:02 | 0 check-in: b7c0790222 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_343_01.lua
from [1653ae62a7]
to [d833ebd7cb].
1 2 3 4 5 6 7 8 9 |
--[[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)
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
--[[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, 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
|
| ︙ | ︙ |