游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [cdcf23ca34]:

To Artifact [44717b876c]:


17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

34
35
36
      cache_1 = false
      end
    return cache_1
    end
  effect_1:SetCondition(cache_1)
  function cache_1()
    Debug.ShowHint("残局群181175613")
    Duel.GetMasterRule()
    return
    end
  effect_1:SetOperation(cache_1)

  Duel.RegisterEffect(effect_1
    , 0)
  end

_G["开局说明"] = function()

  end

_G["开局说明"]()







<









>



17
18
19
20
21
22
23

24
25
26
27
28
29
30
31
32
33
34
35
36
      cache_1 = false
      end
    return cache_1
    end
  effect_1:SetCondition(cache_1)
  function cache_1()
    Debug.ShowHint("残局群181175613")

    return
    end
  effect_1:SetOperation(cache_1)

  Duel.RegisterEffect(effect_1
    , 0)
  end

_G["开局说明"] = function()
  Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0)
  end

_G["开局说明"]()