Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -1,6 +1,7 @@ str = {} + fun = {} str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin Debug.ReloadFieldBegin = function(str_1, str_2) --{ @@ -22,11 +23,10 @@ else --{ str["规则"] = "大师2020 " end --} str["Debug.ReloadFieldBegin"](str_1, str_2) end --} - fun["通关邀请"] = function() --{ effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) @@ -55,11 +55,10 @@ effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) end --} - fun["是否效果卡"] = function(card) --{ cache_1 = Card.IsType(card, TYPE_SPELL) cache_2 = Card.IsType(card, TYPE_TRAP)