游戏王残局简化版

Check-in [2b857228c2]
Login

Check-in [2b857228c2]

Overview
Comment:0.0.2230
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2b857228c266ea977944a7cac395384bbfdc27f9e0710782c70ba79a68ae493e
User & Date: 顽雨沉风 on 2023-07-25 07:39:20
Other Links: manifest | tags
Context
2023-07-25
07:41
0.0.2231 check-in: ce95dddf9e user: 顽雨沉风 tags: trunk
07:39
0.0.2230 check-in: 2b857228c2 user: 顽雨沉风 tags: trunk
07:38
0.0.2229 check-in: 5cb3dea49b user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [128cd9d519] to [89e208a603].

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