游戏王残局简化版

Check-in [ef8dd0e5a0]
Login

Check-in [ef8dd0e5a0]

Overview
Comment:
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ef8dd0e5a03a9845a0d2004bfe7f36db1aeea8a9e0f168b2282035ba942bf387
User & Date: 顽雨沉风 on 2024-02-17 16:09:47
Other Links: manifest | tags
Context
2024-02-17
16:10
check-in: 5d08096fef user: 顽雨沉风 tags: trunk
16:09
check-in: ef8dd0e5a0 user: 顽雨沉风 tags: trunk
15:46
check-in: 0b9e931ff1 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [bd0c140349] to [ef447d6e05].

36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
      s["则"] = h1[u2]
    else
      s["则"] = h1[5]
      end
    s["Debug.ReloadFieldBegin"](u1, u2)
    end
  end
do
  local h1
  --~ “调该效果”的效果
  s["_开局洗卡抽卡"] = function(u1)
    Duel.ShuffleDeck(0)
    Duel.Draw(0, h1, REASON_RULE)
    u1:Reset()
    end
  s["开局洗卡抽卡"] = function(u1)
    local h2
    --~ 抽卡之数
    h1 = u1
    s["「开局洗卡抽卡」之量"] = u1
    --~ 效果
    h2 = Effect.GlobalEffect()
    h2:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS)
    h2:SetCode(EVENT_ADJUST)
    h2:SetCondition(aux.TRUE)
    h2:SetOperation(s["_开局洗卡抽卡"])
    Duel.RegisterEffect(h2, 0)
    end
  end
s["不被连锁"] = function()
  Duel.SetChainLimit(aux.FALSE)
  return true
  end
do
  local h1, h2
  --~ 原解邀请







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







36
37
38
39
40
41
42






















43
44
45
46
47
48
49
      s["则"] = h1[u2]
    else
      s["则"] = h1[5]
      end
    s["Debug.ReloadFieldBegin"](u1, u2)
    end
  end






















s["不被连锁"] = function()
  Duel.SetChainLimit(aux.FALSE)
  return true
  end
do
  local h1, h2
  --~ 原解邀请
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
    end
  if s["「禁主怪格」之量"] then
    h1 = h1 .. "禁" .. s["「禁主怪格」之量"] .. "怪格 "
    end
  if s["「禁魔陷格」之量"] then
    h1 = h1 .. "禁" .. s["「禁魔陷格」之量"] .. "魔格 "
    end
  if s["「开局洗卡抽卡」之量"] then
    h1 = h1 .. "抽" .. s["「开局洗卡抽卡」之量"] .. "卡 "
    end
  Debug.ShowHint(h1)
  end
do
  s["aux.BeginPuzzle"] = _G.aux.BeginPuzzle
  --~ 「开局洗卡抽卡」之量
  --~ 「开局选卡入手」之量
  --~ 传入对方额外卡组最上面表侧卡,并将其作为印卡源
  --~ 能印手卡几张
  --~ 最多能印卡几张
  function _G.aux.BeginPuzzle(u1, u2, u3, u4, u5)
    s["aux.BeginPuzzle"]()
    if u1 then
      s["开局抽卡"](u1)
      end
    if u2 then
      s["开局选卡入手"](u2)
      end
    if u3 then
      s["印卡"](u3, u4, u5)
    else
      end
    s["开局示"]()
    s["通关邀"]()
    end
  end







<
<
<




<




|


|


<
<
<
|






221
222
223
224
225
226
227



228
229
230
231

232
233
234
235
236
237
238
239
240
241



242
243
244
245
246
247
248
    end
  if s["「禁主怪格」之量"] then
    h1 = h1 .. "禁" .. s["「禁主怪格」之量"] .. "怪格 "
    end
  if s["「禁魔陷格」之量"] then
    h1 = h1 .. "禁" .. s["「禁魔陷格」之量"] .. "魔格 "
    end



  Debug.ShowHint(h1)
  end
do
  s["aux.BeginPuzzle"] = _G.aux.BeginPuzzle

  --~ 「开局选卡入手」之量
  --~ 传入对方额外卡组最上面表侧卡,并将其作为印卡源
  --~ 能印手卡几张
  --~ 最多能印卡几张
  function _G.aux.BeginPuzzle(u1, u2, u3, u4)
    s["aux.BeginPuzzle"]()
    if u1 then
      s["开局入手"](u1)
      end
    if u2 then



      s["印卡"](u2, u3, u4)
    else
      end
    s["开局示"]()
    s["通关邀"]()
    end
  end

Modified single/枯岳说书人_a16 3_23_600.lua from [8e3edf9f60] to [403968c444].

Modified single/枯岳说书人_a19 3_27_300.lua from [8a8c57a166] to [1c39a2bad0].

Modified single/枯岳说书人_a20 3_28_1200.lua from [1d47e4c7a4] to [6e02bb1ae5].

Modified single/枯岳说书人_a21 3_29_1000.lua from [da559b4db6] to [7aca8f37ea].

Modified single/枯岳说书人_a22 3_31_500.lua from [24d9e118f5] to [80cb9cad0b].

Modified single/枯岳说书人_a25 3_35_1600.lua from [e0cb18d778] to [df631c17c0].

Modified single/枯岳说书人_a27 3_41_-1200.lua from [5f2785504a] to [0d00eb1548].

Modified single/枯岳说书人_a28 3_41_-1800.lua from [48c1da4fa5] to [43fc911281].

Modified single/枯岳说书人_a29 3_42_-8000.lua from [8858fd0215] to [ca5dd0f2f9].

Modified single/枯岳说书人_a30 3_43_-100.lua from [98c7b2f0b8] to [f87cfab940].

Modified single/枯岳说书人_a31 3_43_-1000.lua from [4a59ce33bd] to [7244d44053].

Modified single/枯岳说书人_a33 3_46_2000.lua from [e11457cd5c] to [f7f9a16579].

Modified single/枯岳说书人_a34 3_47_1100.lua from [edeb981562] to [40986945e2].

Modified single/枯岳说书人_a35 3_52_500.lua from [b19631ddfa] to [8e849f0dc3].

Modified single/枯岳说书人_a36 3_54_700.lua from [39d5d1cdd8] to [b0f7b8bbdb].

Modified single/枯岳说书人_a41 4_30_600.lua from [eecba163a8] to [4848b4fee7].

Modified single/枯岳说书人_a43 4_40_600.lua from [5ce5090562] to [5739aaadaf].

Modified single/枯岳说书人_a55 3_30_1300.lua from [74a37313d5] to [5e017f5a4b].

Modified single/枯岳说书人_a62 3_11_500.lua from [c97af181b4] to [0efb4cdd67].

Modified single/枯岳说书人_a63 5_12_-3900.lua from [7549020b28] to [bbc8791c57].

Modified single/枯岳说书人_a65 5_19_-0.lua from [6ecab9d4a0] to [c79d7cbd72].

Modified single/枯岳说书人_a91 5_15_0.lua from [e44a4b31a2] to [c85875a973].

Modified single/枯岳说书人_b01 3_25_1400.lua from [103c2e8950] to [3410814f67].

Modified single/枯岳说书人_c39 4_14_300.lua from [212416af2a] to [5c4d119ff4].

Modified single/枯岳说书人_c43 4_14_600.lua from [8c32845d6b] to [0ead5cae34].

Modified single/枯岳说书人_c45 5_14_100.lua from [20258f26a1] to [5cb96c48c5].

Modified single/枯岳说书人_c48 3_11_0.lua from [42e10e859a] to [2fe3c4e075].

Modified single/枯岳说书人_d10 3_13_-300.lua from [38fd209150] to [51c7cebaf1].

Modified single/枯岳说书人_d15 4_20_100.lua from [fb683df00b] to [b7afd26659].

Modified single/枯岳说书人_d27 3_20_100.lua from [c6da7cc928] to [73045c1b41].

Modified single/棉花_dHERO 3_12_200.lua from [808f5e014f] to [ca13a64626].