158
159
160
161
162
163
164
165
166
167
168
169
170
171
| , REASON_RULE)
end
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
fun["开局说明"]()
end
fun["禁格"] = function(str_1)
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)
|
>
| 158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
| , REASON_RULE)
end
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
fun["开局说明"]()
end
fun["禁格"] = function(str_1)
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)
|