游戏王残局简化版

Check-in [7682ead39c]
Login

Check-in [7682ead39c]

Overview
Comment:0.0.1962
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7682ead39ce13bd86138f4be3d83a30f2a27e25361339a3da7ff59f04429b7df
User & Date: 顽雨沉风 on 2023-07-20 04:18:47
Other Links: manifest | tags
Context
2023-07-20
04:19
0.0.1963 check-in: b6755e098b user: 顽雨沉风 tags: trunk
04:18
0.0.1962 check-in: 7682ead39c user: 顽雨沉风 tags: trunk
04:17
0.0.1961 check-in: 29f7df69e3 user: 顽雨沉风 tags: trunk
Changes

Modified single/Furtie_Hubo_14_Nekroz_衍生版_1.lua from [8d5d9fe125] to [48c19c2ef4].

53
54
55
56
57
58
59
60
61
62
63
Debug.AddCard(27796375,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Great Sorcerer of the Nekroz
--~ Debug.AddCard(68819554,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Performage Damage Juggler
--~ Debug.AddCard(89463537,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Nekroz of Unicore
Debug.AddCard(96729612,0,0,LOCATION_HAND,0,POS_FACEDOWN) -- Preparation of Rites

-- Start the Puzzle
Debug.ReloadFieldEnd()

fun["开局添加手卡"](4)
aux.BeginPuzzle()








<
<
|

53
54
55
56
57
58
59


60
61
Debug.AddCard(27796375,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Great Sorcerer of the Nekroz
--~ Debug.AddCard(68819554,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Performage Damage Juggler
--~ Debug.AddCard(89463537,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Nekroz of Unicore
Debug.AddCard(96729612,0,0,LOCATION_HAND,0,POS_FACEDOWN) -- Preparation of Rites

-- Start the Puzzle
Debug.ReloadFieldEnd()


aux.BeginPuzzle(4)

Modified single/Furtie_Hubo_15_PePe.lua from [072e62dd53] to [5399ff263c].

74
75
76
77
78
79
80
81
82
83
--~ Debug.AddCard(07563579,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Performage Plushfire
--~ Debug.AddCard(40318957,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Performapal Skullcrobat Joker
Debug.AddCard(75195825,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Master Pendulum, the Dracoslayer
Debug.AddCard(31222701,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Wavering Eyes

-- Start the Puzzle
Debug.ReloadFieldEnd()

fun["开局添加手卡"](6)
aux.BeginPuzzle()







<
<
|
74
75
76
77
78
79
80


81
--~ Debug.AddCard(07563579,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Performage Plushfire
--~ Debug.AddCard(40318957,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Performapal Skullcrobat Joker
Debug.AddCard(75195825,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Master Pendulum, the Dracoslayer
Debug.AddCard(31222701,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Wavering Eyes

-- Start the Puzzle
Debug.ReloadFieldEnd()


aux.BeginPuzzle(6)

Modified single/huamei01.lua from [bec82c0803] to [aafb45f6c3].

43
44
45
46
47
48
49
50
51
52

--ai szone

--ai fzone
Debug.AddCard(57554544,1,1,LOCATION_SZONE,5,POS_FACEUP_ATTACK)

Debug.ReloadFieldEnd()
fun["开局添加手卡"](5)
aux.BeginPuzzle()








<
|

43
44
45
46
47
48
49

50
51

--ai szone

--ai fzone
Debug.AddCard(57554544,1,1,LOCATION_SZONE,5,POS_FACEUP_ATTACK)

Debug.ReloadFieldEnd()

aux.BeginPuzzle(5)