游戏王残局简化版

Check-in [fb59790a7b]
Login

Check-in [fb59790a7b]

Overview
Comment:0.0.488
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: fb59790a7b472c9c19bf347b7d3638cd3fbf2822827281387b79ab373e93258a
User & Date: 顽雨沉风 on 2023-06-30 05:12:03
Other Links: manifest | tags
Context
2023-06-30
05:12
0.0.489 check-in: 06ee05c026 user: 顽雨沉风 tags: trunk
05:12
0.0.488 check-in: fb59790a7b user: 顽雨沉风 tags: trunk
05:10
0.0.487 check-in: 6a7e89e8d0 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [9ec66e2f8d] to [e95350a995].

14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
      end
  else
    str["规则"] = "大师2020"
    end
  str["Debug.ReloadFieldBegin"](str_1, str_2)
  end



_G["通关邀请"] = function()
  local effect_1
  effect_1 = Effect.GlobalEffect()
  effect_1:SetType(EFFECT_TYPE_FIELD
    + EFFECT_TYPE_CONTINUOUS)
  effect_1:SetCode(EVENT_DAMAGE)
  function cache_1()







<
<







14
15
16
17
18
19
20


21
22
23
24
25
26
27
      end
  else
    str["规则"] = "大师2020"
    end
  str["Debug.ReloadFieldBegin"](str_1, str_2)
  end



_G["通关邀请"] = function()
  local effect_1
  effect_1 = Effect.GlobalEffect()
  effect_1:SetType(EFFECT_TYPE_FIELD
    + EFFECT_TYPE_CONTINUOUS)
  effect_1:SetCode(EVENT_DAMAGE)
  function cache_1()
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
  cache_1 = cache_1 + LOCATION_GRAVE
  cache_1 = cache_1 + LOCATION_REMOVED
  cache_1 = cache_1 + LOCATION_EXTRA
  cache_1 = cache_1 + LOCATION_OVERLAY

  str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil)

  str["开局说明"] = "效果卡:"
  str["开局说明"] = str["开局说明"] .. str["这个残局的效果数量"]

  str["开局说明"] = str["开局说明"] .. " "

  str["开局说明"] = str["开局说明"] .. "规则:"
  str["开局说明"] = str["开局说明"] .. str["规则"]

  str["开局说明"] = str["开局说明"] .. "\n"

  str["开局说明"] = str["开局说明"] .. "洗牌:"

  if str["不洗牌"] then
    str["开局说明"] = str["开局说明"] .. "伪洗牌"
  else
    str["开局说明"] = str["开局说明"] .. "真洗牌"
    end

  Debug.ShowHint(str["开局说明"])
  end

--~ aa="3"







|
|



<


|
<
<



<
<




<
<
67
68
69
70
71
72
73
74
75
76
77
78

79
80
81


82
83
84


85
86
87
88


  cache_1 = cache_1 + LOCATION_GRAVE
  cache_1 = cache_1 + LOCATION_REMOVED
  cache_1 = cache_1 + LOCATION_EXTRA
  cache_1 = cache_1 + LOCATION_OVERLAY

  str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil)

  str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"]
  str["开局说明"] = str["开局说明"] .. " "

  str["开局说明"] = str["开局说明"] .. " "


  str["开局说明"] = str["开局说明"] .. str["规则"]

  str["开局说明"] = str["开局说明"] .. " "



  if str["不洗牌"] then
    str["开局说明"] = str["开局说明"] .. "伪洗牌"


    end

  Debug.ShowHint(str["开局说明"])
  end