179
180
181
182
183
184
185
186
187
188
189
190
191
192
|
str["效果"]:SetOperation(cache_1)
Duel.RegisterEffect(str["效果"]
, 0)
end --}
--第二层-------------------------------
local cache_1
local cache_2
local cache_3
local cache_4
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
|
str["效果"]:SetOperation(cache_1)
Duel.RegisterEffect(str["效果"]
, 0)
end --}
fun["一_禁格"] = function(str_1) --{
str["禁格的数量"] = str_1
str["效果"] = Effect.GlobalEffect()
str["效果"]:SetCode(EFFECT_USE_EXTRA_MZONE)
str["效果"]:SetValue(str_1)
Duel.RegisterEffect(str["效果"],0)
end --}
--第二层-------------------------------
local cache_1
local cache_2
local cache_3
local cache_4
|
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
|
end --}
fun["禁格"] = function(str_1) --{
str["禁格的数量"] = str_1
str["效果"] = Effect.GlobalEffect()
str["效果"]:SetCode(EFFECT_USE_EXTRA_MZONE)
str["效果"]:SetValue(str_1)
Duel.RegisterEffect(str["效果"],0)
end --}
fun["该效果不能被连锁"] = function() --{
Duel.SetChainLimit(aux.FALSE)
return true
end --}
|
<
|
<
<
<
<
<
<
<
<
<
<
<
|
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
|
end --}
fun["该效果不能被连锁"] = function() --{
Duel.SetChainLimit(aux.FALSE)
return true
end --}
|