Differences From Artifact [356d80d855]:
- File script/c0.lua — part of check-in [dbd1c234df] at 2023-07-05 12:10:48 on branch trunk — 0.0.714 (user: 顽雨沉风, size: 4288) [annotate] [blame] [check-ins using]
To Artifact [66e7b85409]:
- File script/c0.lua — part of check-in [1700f9f25e] at 2023-07-06 13:01:16 on branch trunk — 0.0.755 (user: 顽雨沉风, size: 4405) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
162 163 164 165 166 167 168 | , REASON_RULE) end effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) fun["开局说明"]() end | > > > > > | 162 163 164 165 166 167 168 169 170 171 172 173 | , REASON_RULE) end effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) fun["开局说明"]() end fun["禁格"] = function(str_1) effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD) end |