游戏王残局简化版

Check-in [fc3cc74da8]
Login

Check-in [fc3cc74da8]

Overview
Comment:0.0.508
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: fc3cc74da81bdba5485551ebb58adc92446c3290d172348bfb0e0a736d707cce
User & Date: 顽雨沉风 on 2023-06-30 05:31:26
Other Links: manifest | tags
Context
2023-06-30
05:31
0.0.509 check-in: 0c34cecc84 user: 顽雨沉风 tags: trunk
05:31
0.0.508 check-in: fc3cc74da8 user: 顽雨沉风 tags: trunk
05:28
0.0.507 check-in: 36a332440b user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [1e9a492a10] to [2428ce5047].

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_OVERLAY

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

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

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







|
|
|
|
|
|
|







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_OVERLAY

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

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

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