游戏王残局简化版

Check-in [9d391cf311]
Login

Check-in [9d391cf311]

Overview
Comment:0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9d391cf311cfa876bf169c5f893b9dcd315a469edc44b6de0c4f2a4cdd713afd
User & Date: 顽雨沉风 on 2024-08-07 01:14:32
Other Links: manifest | tags
Context
2024-08-07
01:15
0 check-in: 240665d8f7 user: 顽雨沉风 tags: trunk
01:14
0 check-in: 9d391cf311 user: 顽雨沉风 tags: trunk
01:14
0 check-in: ff854709ff user: 顽雨沉风 tags: trunk
Changes

Modified single/简化版_30_020_6.lua from [50513eb6ad] to [ebd2442596].

1
2
3
4
5
6
7
8
9
10
11
12
--[[message
#huamei
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 666, 0, 0)
Debug.SetPlayerInfo(1, 23333, 0, 0)

local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽
Debug.AddCard(38495396, 1, 1, k1, 2, k2)
Debug.AddCard(89631139, 1, 1, k1, 2, k2)
local k1, k2 = LOCATION_SZONE, POS_FACEDOWN--魔陷




|







1
2
3
4
5
6
7
8
9
10
11
12
--[[message
#huamei
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 666, 0, 0)
Debug.SetPlayerInfo(1, 23333, 0, 0)

local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽
Debug.AddCard(38495396, 1, 1, k1, 2, k2)
Debug.AddCard(89631139, 1, 1, k1, 2, k2)
local k1, k2 = LOCATION_SZONE, POS_FACEDOWN--魔陷