游戏王残局简化版

Check-in [b447f8b8ec]
Login

Check-in [b447f8b8ec]

Overview
Comment:0.0.1430
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b447f8b8ecadd8dd980fa2c24a1e2f94594e9aa201d9cbf7865ff3f3435ffa20
User & Date: 顽雨沉风 on 2023-07-15 11:26:04
Other Links: manifest | tags
Context
2023-07-15
11:26
0.0.1431 check-in: b10f875af3 user: 顽雨沉风 tags: trunk
11:26
0.0.1430 check-in: b447f8b8ec user: 顽雨沉风 tags: trunk
11:25
0.0.1429 check-in: 7ee36a47b3 user: 顽雨沉风 tags: trunk
Changes

Modified single/X-LV-04.lua from [ebadba0ab6] to [de94edc00f].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--[[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,100,0,0)
Debug.SetPlayerInfo(1,10500,0,0)
local g01=Debug.AddCard(16428514,0,0,LOCATION_MZONE,1,POS_FACEDOWN_DEFENSE)
local g02=Debug.AddCard(78202553,0,0,LOCATION_MZONE,2,POS_FACEDOWN_DEFENSE)
local g12=Debug.AddCard(46613515,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)




<
<
<
<







1
2
3
4




5
6
7
8
9
10
11
--[[message
新手教学
【莫勉强】
]]




Debug.SetAIName("顽雨沉风")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,10500,0,0)
local g01=Debug.AddCard(16428514,0,0,LOCATION_MZONE,1,POS_FACEDOWN_DEFENSE)
local g02=Debug.AddCard(78202553,0,0,LOCATION_MZONE,2,POS_FACEDOWN_DEFENSE)
local g12=Debug.AddCard(46613515,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)