游戏王残局简化版

Check-in [5e9f019bab]
Login

Check-in [5e9f019bab]

Overview
Comment:0.0.2232
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5e9f019bab41fe804de28a49c6a46cb3d24eebf55afb307e9b2836432ee237b4
User & Date: 顽雨沉风 on 2023-07-25 07:43:32.858
Other Links: manifest | tags
Context
2023-07-28
00:02
0.0.2233 check-in: 3e5c876e42 user: 顽雨沉风 tags: trunk
2023-07-25
07:43
0.0.2232 check-in: 5e9f019bab user: 顽雨沉风 tags: trunk
07:41
0.0.2231 check-in: ce95dddf9e user: 顽雨沉风 tags: trunk
Changes
163
164
165
166
167
168
169
170

171
172
173
174
175
176
177
163
164
165
166
167
168
169

170
171
172
173
174
175
176
177







-
+







  end --}
  
fun["是否效果卡"] = function(card) --{
  
  for i = 1, #str["效果卡的种类表"] do --{
    
    if Card.IsType(card, str["效果卡的种类表"][i]) then --{
      Debug.ShowHint("" .. Duel.GetFlagEffect(0, EFFECT_UPDATE_ATTACK))
      
      return true
      end --}
      
    end --}
    
  if Card.IsType(card, TYPE_PENDULUM) then --{