游戏王残局简化版

Check-in [21d109f1a0]
Login

Check-in [21d109f1a0]

Overview
Comment:0.0.1486
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 21d109f1a068377ef552ef2564d8f85fe770f0eeb69788d1e4bf9c39889f375e
User & Date: 顽雨沉风 on 2023-07-15 11:57:31
Other Links: manifest | tags
Context
2023-07-15
11:57
0.0.1487 check-in: 7cdcf7df76 user: 顽雨沉风 tags: trunk
11:57
0.0.1486 check-in: 21d109f1a0 user: 顽雨沉风 tags: trunk
11:57
0.0.1485 check-in: f4d6ae1c50 user: 顽雨沉风 tags: trunk
Changes

Modified single/[WCS2008]04_衍生版_1.lua from [9f891c743b] to [f1d47b11c8].

1
2
3
4
5
6
7
8
9
10
11
12
13
--[[message
]]

--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.SetAIName("[WCS2008]04")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,4650,0,0)
Debug.AddCard(45653036,0,0,LOCATION_SZONE,3,POS_FACEDOWN_ATTACK)
Debug.AddCard(18158397,0,0,LOCATION_SZONE,4,POS_FACEDOWN_ATTACK)
Debug.AddCard(57610714,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)


<
<
<
<







1
2




3
4
5
6
7
8
9
--[[message
]]




Debug.SetAIName("[WCS2008]04")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,4650,0,0)
Debug.AddCard(45653036,0,0,LOCATION_SZONE,3,POS_FACEDOWN_ATTACK)
Debug.AddCard(18158397,0,0,LOCATION_SZONE,4,POS_FACEDOWN_ATTACK)
Debug.AddCard(57610714,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)