166
167
168
169
170
171
172
173
174
175
176
177
178
179
|
str["禁格"] = str_1
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD)
effect_1:SetCode(EFFECT_USE_EXTRA_MZONE)
effect_1:SetValue(str_1)
Duel.RegisterEffect(effect_1,0)
end
fun["印卡"] = function(str_1, str_2, str_3)
str["印卡"] = 1
if str_3 then
else
str_3 = str_2
|
>
|
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
|
str["禁格"] = str_1
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD)
effect_1:SetCode(EFFECT_USE_EXTRA_MZONE)
effect_1:SetValue(str_1)
Duel.RegisterEffect(effect_1,0)
end
fun["印卡"] = function(str_1, str_2, str_3)
str["印卡"] = 1
if str_3 then
else
str_3 = str_2
|