Differences From Artifact [0ce2fe77c7]:
- File script/c0.lua — part of check-in [68993756c2] at 2023-07-09 01:52:22 on branch trunk — 0.0.1021 (user: 顽雨沉风, size: 6273) [annotate] [blame] [check-ins using]
To Artifact [4f3fb6c67c]:
- File script/c0.lua — part of check-in [90068cfab8] at 2023-07-09 01:52:40 on branch trunk — 0.0.1022 (user: 顽雨沉风, size: 6275) [annotate] [blame] [check-ins using]
︙ | |||
166 167 168 169 170 171 172 173 174 175 176 177 178 179 | 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 |
︙ |