Differences From Artifact [ef9c9cab6d]:
- File script/c0.lua — part of check-in [ad50e1ee46] at 2023-07-09 01:53:40 on branch trunk — 0.0.1024 (user: 顽雨沉风, size: 6255) [annotate] [blame] [check-ins using]
To Artifact [519ea34e0c]:
- File script/c0.lua — part of check-in [b1cac72d0a] at 2023-07-09 01:53:53 on branch trunk — 0.0.1025 (user: 顽雨沉风, size: 6257) [annotate] [blame] [check-ins using]
| ︙ | |||
158 159 160 161 162 163 164 165 166 167 168 169 170 171 | 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)
|
| ︙ |