游戏王残局简化版

Check-in [a182a7e55e]
Login

Check-in [a182a7e55e]

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

Modified script/c0.lua from [d8d1b5f5e8] to [bc705c42ec].

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
    end
  end
f["不被连锁"] = function()
  Duel.SetChainLimit(aux.FALSE)
  return true
  end
s["是否效卡"] = function(card)
  for i = 1, #d["排_效果卡的类型"] do
    if Card.IsType(card, d["排_效果卡的类型"][i]) then
      return true
      end
    end
  if Card.IsType(card, TYPE_PENDULUM) then
    for i = 1, #d["排_非效果灵摆怪兽的卡编"] do
      if Card.IsCode(card, d["排_非效果灵摆怪兽的卡编"][i]) then
        return false
      else
        end
      end
    return true
    end
  end
do
  local h1
  --~ “调该效果”的效果
  --~ “调该效果”的玩家
  s["_开局选卡入手"] = function(u1, u2)
    local h2







<
<
<
<
<
<
|
|
|
<
|
|
|
<







43
44
45
46
47
48
49






50
51
52

53
54
55

56
57
58
59
60
61
62
    end
  end
f["不被连锁"] = function()
  Duel.SetChainLimit(aux.FALSE)
  return true
  end
s["是否效卡"] = function(card)






  for i = 1, #d["排_非效果灵摆怪兽的卡编"] do
    if Card.IsCode(card, d["排_非效果灵摆怪兽的卡编"][i]) then
      return false

      end
    end
  return true

  end
do
  local h1
  --~ “调该效果”的效果
  --~ “调该效果”的玩家
  s["_开局选卡入手"] = function(u1, u2)
    local h2