游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [e6e5375ee1]:

To Artifact [dea7b97fd7]:


32
33
34
35
36
37
38
39
40

41












42
43
44
45
46
47
48
  Duel.RegisterEffect(effect_1
    , 0)
  end

_G["开局说明"] = function()
  local cache_1 = {}

  cache_2 = Duel.GetFieldGroupCount(0,LOCATION_DECK,0)


  cache_1













  str["这个残局的效果卡数量"] = 0

  str["我方卡组"] = Duel.GetFieldGroupCount(0,LOCATION_DECK,0)
  str["我方墓地"] = Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0)
  str["我方怪兽区"] = Duel.GetFieldGroupCount(0,LOCATION_MZONE,0)
  str["我方手卡"] = Duel.GetFieldGroupCount(0,LOCATION_HAND,0)







|
|
>
|
>
>
>
>
>
>
>
>
>
>
>
>







32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
  Duel.RegisterEffect(effect_1
    , 0)
  end

_G["开局说明"] = function()
  local cache_1 = {}

  cache_2 = Duel.GetFieldGroup(0,LOCATION_DECK,0)
  cache_1:insert(cache_2)
  cache_2 = Duel.GetFieldGroup(0,LOCATION_GRAVE,0)
  cache_1:insert(cache_2)
  cache_2 = Duel.GetFieldGroup(0,LOCATION_MZONE,0)
  cache_1:insert(cache_2)
  cache_2 = Duel.GetFieldGroup(0,LOCATION_HAND,0)
  cache_1:insert(cache_2)
  cache_2 = Duel.GetFieldGroup(0,LOCATION_PZONE,0)
  cache_1:insert(cache_2)
  cache_2 = Duel.GetFieldGroup(0,LOCATION_REMOVED,0)
  cache_1:insert(cache_2)
  cache_2 = Duel.GetFieldGroup(0,LOCATION_EXTRA,0)
  cache_1:insert(cache_2)
  cache_2 = Duel.GetFieldGroup(0,LOCATION_SZONE,0)
  cache_1:insert(cache_2)

  str["这个残局的效果卡数量"] = 0

  str["我方卡组"] = Duel.GetFieldGroupCount(0,LOCATION_DECK,0)
  str["我方墓地"] = Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0)
  str["我方怪兽区"] = Duel.GetFieldGroupCount(0,LOCATION_MZONE,0)
  str["我方手卡"] = Duel.GetFieldGroupCount(0,LOCATION_HAND,0)