游戏王残局简化版

Check-in [f4ef590824]
Login

Check-in [f4ef590824]

Overview
Comment:0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f4ef590824fd2da291fb1d5613b60f628c21c0ffe265f3002f523c7be58266f1
User & Date: 顽雨沉风 on 2024-07-01 01:50:42
Other Links: manifest | tags
Context
2024-07-01
01:51
0 check-in: 9a86f2df19 user: 顽雨沉风 tags: trunk
01:50
0 check-in: f4ef590824 user: 顽雨沉风 tags: trunk
01:41
0 check-in: 929971b270 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [fb31e8255e] to [0bfcc60c72].

196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
    if o3 then
      f["印卡"](o3, o4, o5)
    else
      end
    f["开局说明"]()
    end
  end
--~ 结局提示
--~ f["_结局提示"] = function()
  --~ Debug.ShowHint(d["字_结局提示"])
  --~ end
--~ 结局提示
--~ f["结局提示"] = function()
  --~ local k1
  --~ k1=Effect.GlobalEffect()
  --~ k1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
  --~ k1:SetCode(EVENT_TURN_END)
  --~ k1:SetCountLimit(1)
  --~ k1:SetOperation(f["_结局提示"])
  --~ Duel.RegisterEffect(k1,0)
  --~ end
Auxiliary.PuzzleOp = function()
  Duel.SetLP(0,0)
  for i = 1, #d["排_结局提示"] do
    Debug.ShowHint(d["排_结局提示"][i])
    end
  end
do







<
<
<
<
<
<
<
<
<
<
<
<
<
<







196
197
198
199
200
201
202














203
204
205
206
207
208
209
    if o3 then
      f["印卡"](o3, o4, o5)
    else
      end
    f["开局说明"]()
    end
  end














Auxiliary.PuzzleOp = function()
  Duel.SetLP(0,0)
  for i = 1, #d["排_结局提示"] do
    Debug.ShowHint(d["排_结局提示"][i])
    end
  end
do

Modified single/X-LV-01.lua from [61bddcec1a] to [d8980caee0].