游戏王残局简化版

Check-in [46e559bbb3]
Login

Check-in [46e559bbb3]

Overview
Comment:0.0.427
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 46e559bbb3f9545ba059127913dfc8e5b79cccee3974116857f312cfdd8d79a0
User & Date: 顽雨沉风 on 2023-06-30 01:42:45
Other Links: manifest | tags
Context
2023-06-30
01:43
0.0.428 check-in: 90566069dd user: 顽雨沉风 tags: trunk
01:42
0.0.427 check-in: 46e559bbb3 user: 顽雨沉风 tags: trunk
01:41
0.0.426 check-in: 8112d13bfe user: 顽雨沉风 tags: trunk
Changes

Modified single/07.Constellar vs Evilswarm.lua from [e3f03f7f37] to [79db4a787e].

20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Debug.AddCard(77542832,1,1,LOCATION_MZONE,1,POS_FACEUP)
Debug.AddCard(91279700,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK,true)

Debug.AddCard(77542832,1,1,LOCATION_MZONE,2,POS_FACEUP)
Debug.AddCard(37926346,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK,true)
Debug.AddCard(77542832,1,1,LOCATION_MZONE,3,POS_FACEUP)
--~ 加载残局函数库
m1=Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()

_G["开局说明"]()
_G["通关邀请"]()

Duel.MoveSequence(m1, 0)







|






|
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Debug.AddCard(77542832,1,1,LOCATION_MZONE,1,POS_FACEUP)
Debug.AddCard(91279700,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK,true)

Debug.AddCard(77542832,1,1,LOCATION_MZONE,2,POS_FACEUP)
Debug.AddCard(37926346,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK,true)
Debug.AddCard(77542832,1,1,LOCATION_MZONE,3,POS_FACEUP)
--~ 加载残局函数库
m1=Debug.AddCard(0,0,0,LOCATION_MZONE,0,POS_FACEUP)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()

_G["开局说明"]()
_G["通关邀请"]()

Duel.MoveSequence(m1, 1)