游戏王残局简化版

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    1: local str = {}
398020831c 2023-06-29    2: 
398020831c 2023-06-29    3: local cache_1
398020831c 2023-06-29    4: local cache_2
42c3ea5119 2023-06-29    5: 
398020831c 2023-06-29    6: _G["通关邀请"] = function()
398020831c 2023-06-29    7:   local effect_1
398020831c 2023-06-29    8:   effect_1 = Effect.GlobalEffect()
398020831c 2023-06-29    9:   effect_1:SetType(EFFECT_TYPE_FIELD
398020831c 2023-06-29   10:     + EFFECT_TYPE_CONTINUOUS)
398020831c 2023-06-29   11:   effect_1:SetCode(EVENT_DAMAGE)
398020831c 2023-06-29   12:   function cache_1()
398020831c 2023-06-29   13:     cache_1 = Duel.GetLP(1)
398020831c 2023-06-29   14:     if cache_1 <= 0 then
398020831c 2023-06-29   15:       cache_1 = true
398020831c 2023-06-29   16:     else
398020831c 2023-06-29   17:       cache_1 = false
398020831c 2023-06-29   18:       end
398020831c 2023-06-29   19:     return cache_1
398020831c 2023-06-29   20:     end
398020831c 2023-06-29   21:   effect_1:SetCondition(cache_1)
398020831c 2023-06-29   22:   function cache_1()
398020831c 2023-06-29   23:     Debug.ShowHint("残局群181175613")
398020831c 2023-06-29   24:     return
398020831c 2023-06-29   25:     end
398020831c 2023-06-29   26:   effect_1:SetOperation(cache_1)
398020831c 2023-06-29   27:   Duel.RegisterEffect(effect_1
398020831c 2023-06-29   28:     , 0)
398020831c 2023-06-29   29:   end