游戏王残局简化版

Check-in [f33f0cd5bc]
Login

Check-in [f33f0cd5bc]

Overview
Comment:0.0.356
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f33f0cd5bc168aa66e431ab090fcb5b3ad9866cb4ede60325797bb9b9269c1d2
User & Date: 顽雨沉风 on 2023-06-29 13:51:34
Other Links: manifest | tags
Context
2023-06-29
13:52
0.0.357 check-in: a6134ffd7f user: 顽雨沉风 tags: trunk
13:51
0.0.356 check-in: f33f0cd5bc user: 顽雨沉风 tags: trunk
13:50
0.0.355 check-in: 1c51557a21 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [47f3363fa0] to [e89b50e875].

26
27
28
29
30
31
32
33
34
35
36
  effect_1:SetOperation(cache_1)

  Duel.RegisterEffect(effect_1
    , 0)
  end

_G["开局说明"] = function()

  end

_G["开局说明"]()







|


|
26
27
28
29
30
31
32
33
34
35
36
  effect_1:SetOperation(cache_1)

  Duel.RegisterEffect(effect_1
    , 0)
  end

_G["开局说明"] = function()
Debug.ShowHint(Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0))
  end


Modified single/07.Constellar vs Evilswarm.lua from [b40f0ad3a4] to [1c7da14f9f].

24
25
26
27
28
29
30

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


_G["通关邀请"]()
Debug.ShowHint(Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0))







>

|
24
25
26
27
28
29
30
31
32
33
Debug.AddCard(37926346,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK,true)
Debug.AddCard(77542832,1,1,LOCATION_MZONE,3,POS_FACEUP)
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()

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