Differences From Artifact [3fb152ef0e]:
- File script/c0.lua — part of check-in [3a117406ec] at 2023-09-28 11:14:39 on branch trunk — 0.0.2560 (user: 顽雨沉风, size: 11888) [annotate] [blame] [check-ins using]
To Artifact [3e186194b1]:
- File script/c0.lua — part of check-in [0912fe4f22] at 2023-10-08 03:04:12 on branch trunk — 0.0.2642 (user: 顽雨沉风, size: 11914) [annotate] [blame] [check-ins using]
| ︙ | |||
342 343 344 345 346 347 348 349 350 351 352 353 354 355 | 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 | + + |
Duel.RegisterEffect(str["效果"]
, 0)
end --}
fun["一_禁格"] = function(str_1) --{
str["禁格"] = true
str["禁格的数量"] = str_1
str["效果"] = Effect.GlobalEffect()
str["效果"]:SetCode(EFFECT_USE_EXTRA_MZONE)
|
| ︙ |