游戏王残局简化版

Check-in [e8f8a42fb1]
Login

Check-in [e8f8a42fb1]

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

Modified script/c0.lua from [a7e3234d5b] to [e551412b7d].

63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
  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








<







63
64
65
66
67
68
69

70
71
72
73
74
75
76
  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


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

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

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