游戏王残局简化版

Check-in [fffb53847d]
Login

Check-in [fffb53847d]

Overview
Comment:0.0.2445
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: fffb53847d62c5b62b2dd718d42205352af4f6fd66eb728c56315ce5c499180d
User & Date: 顽雨沉风 on 2023-08-02 01:59:04
Other Links: manifest | tags
Context
2023-08-02
01:59
0.0.2446 check-in: fbca5305b2 user: 顽雨沉风 tags: trunk
01:59
0.0.2445 check-in: fffb53847d user: 顽雨沉风 tags: trunk
01:58
0.0.2444 check-in: ad4e2a7693 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [6a28a74319] to [dc4f756f8f].

106
107
108
109
110
111
112

































113
114
115
116
117
118
119
  
  str["效果"]:SetOperation(aux.NULL)
  
  Duel.RegisterEffect(str["效果"]
  , 0)
  
  end --}


































--第二层-------------------------------

local cache_1
local cache_2
local cache_3
local cache_4







>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
  
  str["效果"]:SetOperation(aux.NULL)
  
  Duel.RegisterEffect(str["效果"]
  , 0)
  
  end --}
  
fun["一_是否效果卡"] = function(card) --{
  
  for i = 1, #str["效果卡的种类表"] do --{
    
    if Card.IsType(card, str["效果卡的种类表"][i]) then --{
      
      return true
      end --}
      
    end --}
    
  if Card.IsType(card, TYPE_PENDULUM) then --{
    
    for i = 1, #str["无效果灵摆怪兽表"] do --{
      
      if Card.IsCode(card, str["无效果灵摆怪兽表"][i]) then --{
        
        --}
        
      else  --{
        
        return true
        
        end --}
        
      end --}
      
    end --}
    
  return false
  
  end --}

--第二层-------------------------------

local cache_1
local cache_2
local cache_3
local cache_4
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
  
  fun["失败得分"]()
  
  end --}
  

  
fun["是否效果卡"] = function(card) --{
  
  for i = 1, #str["效果卡的种类表"] do --{
    
    if Card.IsType(card, str["效果卡的种类表"][i]) then --{
      
      return true
      end --}
      
    end --}
    
  if Card.IsType(card, TYPE_PENDULUM) then --{
    
    for i = 1, #str["无效果灵摆怪兽表"] do --{
      
      if Card.IsCode(card, str["无效果灵摆怪兽表"][i]) then --{
        
        --}
        
      else  --{
        
        return true
        
        end --}
        
      end --}
      
    end --}
    
  return false
  
  end --}
  
fun["开局说明"] = function() --{
  
  str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"]
  , 0
  , str["所有区域"]
  , str["所有区域"]







<
|
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<







229
230
231
232
233
234
235

236






























237
238
239
240
241
242
243
  
  fun["失败得分"]()
  
  end --}
  

  
































  
fun["开局说明"] = function() --{
  
  str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"]
  , 0
  , str["所有区域"]
  , str["所有区域"]