游戏王残局简化版

Check-in [6a1f7ee631]
Login

Check-in [6a1f7ee631]

Overview
Comment:0.0.2535
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6a1f7ee6316fc63822f2a8425bb196dcc71a3a3dd9f7ecbed2f2bdcb82bdfb95
User & Date: 顽雨沉风 on 2023-09-09 02:17:21
Other Links: manifest | tags
Context
2023-09-09
02:19
0.0.2536 check-in: 84ca9e4f41 user: 顽雨沉风 tags: trunk
02:17
0.0.2535 check-in: 6a1f7ee631 user: 顽雨沉风 tags: trunk
02:14
0.0.2534 check-in: 6ce219e039 user: 顽雨沉风 tags: trunk
Changes

Modified single/0.lua from [2520d0d3b5] to [949b67b763].

1
2
3
4
5
6
7
8
9
10
11
12
13
14

15



16
17
18
19
20
21
22
1
2
3
4
5
6
7
8
9
10
11
12
13

14
15
16
17
18
19
20
21
22
23
24
25













-
+

+
+
+







--[[message
新手教学
]]

Debug.SetAIName("顽雨沉风")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,1000,0,0)
Debug.AddCard(53927679,0,0,LOCATION_HAND,0,POS_FACEDOWN)
local g02=Debug.AddCard(89631139,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)



local m1=Debug.AddCard(65741786,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
local m1=Debug.AddCard(65741786,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
Debug.PreSummon(m1, SUMMON_TYPE_LINK)
local m2=Debug.AddCard(65741786,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
Debug.PreSummon(m2, SUMMON_TYPE_LINK)
Debug.AddCard(21887175,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)



local g12=Debug.AddCard(46986414,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
local g11=Debug.AddCard(46986414,1,1,LOCATION_MZONE,1,POS_FACEUP_DEFENSE)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()