游戏王残局简化版

Check-in [72f53d3a1a]
Login

Check-in [72f53d3a1a]

Overview
Comment:0.0.510
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 72f53d3a1a355645de87d9d52b086f720cd5f3bfd1ebcd16ceae304a0ac58e2b
User & Date: 顽雨沉风 on 2023-06-30 05:34:07
Other Links: manifest | tags
Context
2023-06-30
05:34
0.0.511 check-in: e8f8a42fb1 user: 顽雨沉风 tags: trunk
05:34
0.0.510 check-in: 72f53d3a1a user: 顽雨沉风 tags: trunk
05:31
0.0.509 check-in: 0c34cecc84 user: 顽雨沉风 tags: trunk
Changes

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

63
64
65
66
67
68
69
70
71
72
73




74
75
76
77
78
79
80
  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["这个残局的效果卡数量"]
  str["开局说明"] = str["开局说明"] .. "卡 "

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








|



>
>
>
>







63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
  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)

  cache_1 = Duel.GetOverlayCount(0, LOCATION_MZONE, LOCATION_MZONE)

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

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

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

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