游戏王残局简化版

Check-in [b06c61ebbe]
Login

Check-in [b06c61ebbe]

Overview
Comment:0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b06c61ebbe50f8da437c2612e0b9da9c77f2c26e3c225ac8dc4fcab88ffa902f
User & Date: 顽雨沉风 on 2024-06-27 08:01:18
Other Links: manifest | tags
Context
2024-06-27
08:03
0 check-in: 5e3f812cd3 user: 顽雨沉风 tags: trunk
08:01
0 check-in: b06c61ebbe user: 顽雨沉风 tags: trunk
08:00
0 check-in: a82e37fd3f user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [66c0cc8156] to [cbee0ebdac].

38
39
40
41
42
43
44
45

46
47
48
49
50
51
52
38
39
40
41
42
43
44

45
46
47
48
49
50
51
52







-
+







      s["则"] = h1[u2]
    else
      s["则"] = h1[5]
      end
    s["Debug.ReloadFieldBegin"](u1, u2)
    end
  end
s["不被连锁"] = function()
f["不被连锁"] = function()
  Duel.SetChainLimit(aux.FALSE)
  return true
  end
s["是否效卡"] = function(card)
  for i = 1, #s["效卡之类排"] do
    if Card.IsType(card, s["效卡之类排"][i]) then
      return true
107
108
109
110
111
112
113
114

115
116
117
118
119
120
121
107
108
109
110
111
112
113

114
115
116
117
118
119
120
121







-
+







  k3 = 0
  --~ 印卡总数量的上限
  k4 = 0
  --~ 所调用这个效果的效果
  --~ 所调用这个效果的玩家
  f["_印卡"] = function(o1, o2)
    local k5, k6
    --~ 要印卡的卡编
    --~ 要印卡的卡编
    k5 = Duel.AnnounceCard(o2)
    --~ 卡
    k6 = Duel.CreateToken(o2, k5)
    if k2 <= k3 then
      k2 = k2 + 1
      Duel.SendtoHand(k6, nil, REASON_RULE)
    else