游戏王残局简化版

Check-in [540c3085ee]
Login

Check-in [540c3085ee]

Overview
Comment:0
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 540c3085eebcd61d0e341af0fa379d2a0b07366d65999980656b0624d8cfb4e4
User & Date: 顽雨沉风 on 2024-06-26 02:11:24.678
Other Links: manifest | tags
Context
2024-06-26
02:14
0 check-in: 823d0099f7 user: 顽雨沉风 tags: trunk
02:11
0 check-in: 540c3085ee user: 顽雨沉风 tags: trunk
02:10
0 check-in: 23eca3b462 user: 顽雨沉风 tags: trunk
Changes
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92

93
94
95
96
97
98
99
77
78
79
80
81
82
83

84
85
86
87

88
89

90
91
92
93
94
95
96
97







-




-


-
+







s["是否效卡"] = function(card)
  for i = 1, #s["效卡之类排"] do
    if Card.IsType(card, s["效卡之类排"][i]) then
      return true
      end
    end
  if Card.IsType(card, TYPE_PENDULUM) then

    for i = 1, #s["无效灵摆怪兽之卡编排"] do
      if Card.IsCode(card, s["无效灵摆怪兽之卡编排"][i]) then
        return false
      else
        --~ Debug.ShowHint(tostring(s["无效灵摆怪兽之卡编排"][i]))
        end
      end
        return true
    return true
    end
  end
do
  local h1
  --~ “调该效果”的效果
  --~ “调该效果”的玩家
  s["_开局选卡入手"] = function(u1, u2)