游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [89e208a603]:

To Artifact [aa06627f65]:


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_INDESTRUCTABLE))
      return true
      end --}
      
    end --}
    
  if Card.IsType(card, TYPE_PENDULUM) then --{
    







|







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 --{