游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [617fff39a2]:

To Artifact [4f19cdac27]:


35
36
37
38
39
40
41









42
43
44
fun["开局添加手卡"] = function()
  local effect_101
  effect_101 = Effect.GlobalEffect()
  effect_101:SetType(EFFECT_TYPE_FIELD
    + EFFECT_TYPE_CONTINUOUS)
  effect_101:SetCode(EVENT_ADJUST)
  effect_101:SetCountLimit(1)









  end

fun["通关邀请"]()







>
>
>
>
>
>
>
>
>



35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
fun["开局添加手卡"] = function()
  local effect_101
  effect_101 = Effect.GlobalEffect()
  effect_101:SetType(EFFECT_TYPE_FIELD
    + EFFECT_TYPE_CONTINUOUS)
  effect_101:SetCode(EVENT_ADJUST)
  effect_101:SetCountLimit(1)
  function cache_1()
    cache_1 = Duel.GetLP(0)
    if cache_1 > 0 then
      cache_1 = true
    else
      cache_1 = false
      end
    return cache_1
    end
  end

fun["通关邀请"]()