游戏王残局简化版

Check-in [0c34cecc84]
Login

Check-in [0c34cecc84]

Overview
Comment:0.0.509
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0c34cecc8423cfd854d1f9153df6355eb3801ae6a3486f563c0f1b20d3377495
User & Date: 顽雨沉风 on 2023-06-30 05:31:41.917
Other Links: manifest | tags
Context
2023-06-30
05:34
0.0.510 check-in: 72f53d3a1a user: 顽雨沉风 tags: trunk
05:31
0.0.509 check-in: 0c34cecc84 user: 顽雨沉风 tags: trunk
05:31
0.0.508 check-in: fc3cc74da8 user: 顽雨沉风 tags: trunk
Changes
56
57
58
59
60
61
62
63
64
65
66
67
68
69







70
71
72
73
74
75
76
56
57
58
59
60
61
62







63
64
65
66
67
68
69
70
71
72
73
74
75
76







-
-
-
-
-
-
-
+
+
+
+
+
+
+







    return true
    end
  return false
  end

fun["开局说明"] = function()
  cache_1 = 0
--~   cache_1 = cache_1 + LOCATION_DECK
--~   cache_1 = cache_1 + LOCATION_HAND
--~   cache_1 = cache_1 + LOCATION_MZONE
--~   cache_1 = cache_1 + LOCATION_SZONE
--~   cache_1 = cache_1 + LOCATION_GRAVE
--~   cache_1 = cache_1 + LOCATION_REMOVED
--~   cache_1 = cache_1 + LOCATION_EXTRA
  cache_1 = cache_1 + LOCATION_DECK
  cache_1 = cache_1 + LOCATION_HAND
  cache_1 = cache_1 + LOCATION_MZONE
  cache_1 = cache_1 + LOCATION_SZONE
  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["这个残局的效果卡数量"]