游戏王残局简化版

Check-in [14f5073ab7]
Login

Check-in [14f5073ab7]

Overview
Comment:0.0.2041
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 14f5073ab7f560d77a666c39be0873980d90ba7880595269fe49c7a745687a50
User & Date: 顽雨沉风 on 2023-07-23 00:47:23
Other Links: manifest | tags
Context
2023-07-23
00:48
0.0.2042 check-in: e815de3684 user: 顽雨沉风 tags: trunk
00:47
0.0.2041 check-in: 14f5073ab7 user: 顽雨沉风 tags: trunk
00:46
0.0.2040 check-in: 661e35fb9e user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [1fb166a4dc] to [504557934c].

141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
  Duel.RegisterEffect(str["效果"]
  , 0)
  
  end --}
  
fun["是否效果卡"] = function(card) --{
  
  cache_1 = #str["效果卡的种类表"]
  
  for i = 1, cache_1 do --{
    
    cache_1 = Card.IsType(card, str["效果卡的种类表"][i])
    
    if cache_1 then --{
      
      return true
      end --}
      
    end --}
    
  cache_1 = Card.IsType(card, TYPE_PENDULUM)
  
  if cache_1 then --{
    
    cache_1 = #str["无效果灵摆怪兽表"]
    
    for i = 1, cache_1 do --{
      
      cache_1 = Card.IsCode(card, str["无效果灵摆怪兽表"][i])
      
      if cache_1 then --{
        
        --}
        







|
<
<














|
<
<







141
142
143
144
145
146
147
148


149
150
151
152
153
154
155
156
157
158
159
160
161
162
163


164
165
166
167
168
169
170
  Duel.RegisterEffect(str["效果"]
  , 0)
  
  end --}
  
fun["是否效果卡"] = function(card) --{
  
  for i = 1, #str["效果卡的种类表"] do --{


    
    cache_1 = Card.IsType(card, str["效果卡的种类表"][i])
    
    if cache_1 then --{
      
      return true
      end --}
      
    end --}
    
  cache_1 = Card.IsType(card, TYPE_PENDULUM)
  
  if cache_1 then --{
    
    for i = 1, #str["无效果灵摆怪兽表"] do --{


      
      cache_1 = Card.IsCode(card, str["无效果灵摆怪兽表"][i])
      
      if cache_1 then --{
        
        --}