游戏王残局简化版

Annotation For script/c0.lua
Login

Annotation For script/c0.lua

Origin for each line in script/c0.lua from check-in 398020831c:

398020831c 2023-06-29  顽雨沉风: local str = {}
398020831c 2023-06-29  顽雨沉风: 
398020831c 2023-06-29  顽雨沉风: local cache_1
398020831c 2023-06-29  顽雨沉风: local cache_2
42c3ea5119 2023-06-29  顽雨沉风: 
398020831c 2023-06-29  顽雨沉风: _G["通关邀请"] = function()
398020831c 2023-06-29  顽雨沉风:   local effect_1
398020831c 2023-06-29  顽雨沉风:   effect_1 = Effect.GlobalEffect()
398020831c 2023-06-29  顽雨沉风:   effect_1:SetType(EFFECT_TYPE_FIELD
398020831c 2023-06-29  顽雨沉风:     + EFFECT_TYPE_CONTINUOUS)
398020831c 2023-06-29  顽雨沉风:   effect_1:SetCode(EVENT_DAMAGE)
398020831c 2023-06-29  顽雨沉风:   function cache_1()
398020831c 2023-06-29  顽雨沉风:     cache_1 = Duel.GetLP(1)
398020831c 2023-06-29  顽雨沉风:     if cache_1 <= 0 then
398020831c 2023-06-29  顽雨沉风:       cache_1 = true
398020831c 2023-06-29  顽雨沉风:     else
398020831c 2023-06-29  顽雨沉风:       cache_1 = false
398020831c 2023-06-29  顽雨沉风:       end
398020831c 2023-06-29  顽雨沉风:     return cache_1
398020831c 2023-06-29  顽雨沉风:     end
398020831c 2023-06-29  顽雨沉风:   effect_1:SetCondition(cache_1)
398020831c 2023-06-29  顽雨沉风:   function cache_1()
398020831c 2023-06-29  顽雨沉风:     Debug.ShowHint("残局群181175613")
398020831c 2023-06-29  顽雨沉风:     return
398020831c 2023-06-29  顽雨沉风:     end
398020831c 2023-06-29  顽雨沉风:   effect_1:SetOperation(cache_1)
398020831c 2023-06-29  顽雨沉风:   Duel.RegisterEffect(effect_1
398020831c 2023-06-29  顽雨沉风:     , 0)
398020831c 2023-06-29  顽雨沉风:   end