游戏王残局简化版

Check-in [1d30358384]
Login

Check-in [1d30358384]

Overview
Comment:0.0.359
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1d3035838402f5678014377c4732aa2875304aa3cae10eaf3eef4d99d0d604be
User & Date: 顽雨沉风 on 2023-06-29 13:54:03
Other Links: manifest | tags
Context
2023-06-29
13:55
0.0.360 check-in: 29c0cdbdf2 user: 顽雨沉风 tags: trunk
13:54
0.0.359 check-in: 1d30358384 user: 顽雨沉风 tags: trunk
13:53
0.0.358 check-in: fc37569d04 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [e23cf7305c] to [74f7fbe977].

26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
  effect_1:SetOperation(cache_1)

  Duel.RegisterEffect(effect_1
    , 0)
  end

_G["开局说明"] = function()
  str["我方墓地的效果卡数量"] = Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0)
  str["我方墓地的效果卡数量"] = Duel.GetFieldGroupCount(0,LOCATION_HAND,0)
  str["我方墓地的效果卡数量"] = Duel.GetFieldGroupCount(0,LOCATION_MZONE,0)
  str["我方墓地的效果卡数量"] = Duel.GetFieldGroupCount(0,LOCATION_PZONE,0)
  str["我方墓地的效果卡数量"] = Duel.GetFieldGroupCount(0,LOCATION_SZONE,0)
  end









|
|
|
|
|



26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
  effect_1:SetOperation(cache_1)

  Duel.RegisterEffect(effect_1
    , 0)
  end

_G["开局说明"] = function()
  str["我方墓地"] = Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0)
  str["我方墓地"] = Duel.GetFieldGroupCount(0,LOCATION_HAND,0)
  str["我方墓地"] = Duel.GetFieldGroupCount(0,LOCATION_MZONE,0)
  str["我方墓地"] = Duel.GetFieldGroupCount(0,LOCATION_PZONE,0)
  str["我方墓地"] = Duel.GetFieldGroupCount(0,LOCATION_SZONE,0)
  end