游戏王残局简化版

Check-in [2fcc2d5ef6]
Login

Check-in [2fcc2d5ef6]

Overview
Comment:0.0.1337
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2fcc2d5ef68772149a8daa8ad114f823dfc48187c51c2a905c8d3d21bae30001
User & Date: 顽雨沉风 on 2023-07-15 10:56:02
Other Links: manifest | tags
Context
2023-07-15
10:57
0.0.1338 check-in: 840c056de3 user: 顽雨沉风 tags: trunk
10:56
0.0.1337 check-in: 2fcc2d5ef6 user: 顽雨沉风 tags: trunk
10:55
0.0.1336 check-in: 97b88485a8 user: 顽雨沉风 tags: trunk
Changes

Modified single/X-LV-02.lua from [f003e4caaa] to [dccd70b9cf].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
--[[message
新手教学
]]
--By OURYGO-YGO EZ manager
--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.SetAIName("顽雨沉风")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,200,0,0)

Debug.AddCard(52097679,0,0,LOCATION_HAND,0,POS_FACEDOWN)
local g01=Debug.AddCard(27288416,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)



<
<
<
<







1
2
3




4
5
6
7
8
9
10
--[[message
新手教学
]]




Debug.SetAIName("顽雨沉风")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,200,0,0)

Debug.AddCard(52097679,0,0,LOCATION_HAND,0,POS_FACEDOWN)
local g01=Debug.AddCard(27288416,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)