295b2babd6 2023-05-31 1: --[[message
295b2babd6 2023-05-31 2: 警告:不是残局!!!
295b2babd6 2023-05-31 3: 打不开!!!
295b2babd6 2023-05-31 4: 打不开!!!
295b2babd6 2023-05-31 5: 打不开!!!
295b2babd6 2023-05-31 6: ]]
295b2babd6 2023-05-31 7:
295b2babd6 2023-05-31 8: local str = {}
295b2babd6 2023-05-31 9: local fun = {}
295b2babd6 2023-05-31 10:
575dd955a8 2023-06-05 11: local cache_1
295b2babd6 2023-05-31 12:
295b2babd6 2023-05-31 13: fun["通关邀请"]=function()
575dd955a8 2023-06-05 14: local effect_100
a4bcb83095 2023-06-05 15: effect_100 = Effect.GlobalEffect()
575dd955a8 2023-06-05 16: effect_100:SetType(EFFECT_TYPE_FIELD
295b2babd6 2023-05-31 17: + EFFECT_TYPE_CONTINUOUS)
575dd955a8 2023-06-05 18: effect_100:SetCode(EVENT_DAMAGE)
5e52ecd559 2023-06-18 19: function cache_1()
48eaa832b8 2023-06-05 20:
0309adcf33 2023-06-05 21: cache_1 = Duel.GetLP(1)
48eaa832b8 2023-06-05 22:
0309adcf33 2023-06-05 23: return cache_1 <= 0
295b2babd6 2023-05-31 24: end
575dd955a8 2023-06-05 25: effect_100:SetCondition(cache_1)
03b61fe41b 2023-06-18 26: function cache_1()
295b2babd6 2023-05-31 27: Debug.ShowHint("残局群181175613")
295b2babd6 2023-05-31 28: return
295b2babd6 2023-05-31 29: end
575dd955a8 2023-06-05 30: effect_100:SetOperation(cache_1)
575dd955a8 2023-06-05 31: Duel.RegisterEffect(effect_100
748a21fd39 2023-05-31 32: , 0)
295b2babd6 2023-05-31 33: end
ccc6274f8f 2023-06-18 34:
295b2babd6 2023-05-31 35: