Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
7d485b2c3c9ce199c3c38197bf0672ec |
| User & Date: | 顽雨沉风 on 2024-08-07 01:11:25.293 |
| Other Links: | manifest | tags |
Context
|
2024-08-07
| ||
| 01:12 | 0 check-in: fd8059775c user: 顽雨沉风 tags: trunk | |
| 01:11 | 0 check-in: 7d485b2c3c user: 顽雨沉风 tags: trunk | |
| 01:11 | 0 check-in: 72af93c647 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_30_020_4.lua
from [c29137993a]
to [1150f1c109].
1 2 3 4 5 6 7 |
--[[message
#MH-nyanyanya
#棉花
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
--[[message
#MH-nyanyanya
#棉花
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 5100, 0, 0)
Debug.SetPlayerInfo(1, 8120, 0, 0)
local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽
Debug.AddCard(67556500, 0, 0, k1, 2, k2)
Debug.AddCard(6840573, 1, 1, k1, 1, k2)
Debug.AddCard(12146024, 1, 1, k1, 2, k2)
Debug.AddCard(3732747, 1, 1, k1, 3, k2)
|
| ︙ | ︙ |