游戏王残局简化版

Check-in [a0f5363035]
Login

Check-in [a0f5363035]

Overview
Comment:0.0.2043
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a0f5363035c457327d4405388d192f4687db2e0a6247a2d197233a9ff9fd116f
User & Date: 顽雨沉风 on 2023-07-23 00:54:19
Other Links: manifest | tags
Context
2023-07-23
01:00
0.0.2044 check-in: 8a01ebbad2 user: 顽雨沉风 tags: trunk
00:54
0.0.2043 check-in: a0f5363035 user: 顽雨沉风 tags: trunk
00:48
0.0.2042 check-in: e815de3684 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [a691379960] to [ab7bc3836e].

184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
  
  str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"]
  , 0
  , str["所有区域"]
  , str["所有区域"]
  , nil)
  
  cache_1 = Duel.GetOverlayGroup(0
  , LOCATION_MZONE
  , LOCATION_MZONE)
  
  for k in aux.Next(cache_1) do --{
    
    cache_1 = fun["是否效果卡"](k)
    
    if cache_1 then --{
      
      str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + 1
      
      end --}
      
    end --}
    







|



|

|
<
<







184
185
186
187
188
189
190
191
192
193
194
195
196
197


198
199
200
201
202
203
204
  
  str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"]
  , 0
  , str["所有区域"]
  , str["所有区域"]
  , nil)
  
  str["超量素材组"] = Duel.GetOverlayGroup(0
  , LOCATION_MZONE
  , LOCATION_MZONE)
  
  for k in aux.Next(str["超量素材组"]) do --{
    
    if fun["是否效果卡"](k) then --{


      
      str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + 1
      
      end --}
      
    end --}