游戏王残局简化版

Check-in [b6f1e1afe0]
Login

Check-in [b6f1e1afe0]

Overview
Comment:0.0.1788
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b6f1e1afe0c19dd40fb91911b2d021c9ae313b3f7650794b5f8a7fa62c57fc9c
User & Date: 顽雨沉风 on 2023-07-19 04:04:40
Other Links: manifest | tags
Context
2023-07-19
04:16
0.0.1789 check-in: cea99f0284 user: 顽雨沉风 tags: trunk
04:04
0.0.1788 check-in: b6f1e1afe0 user: 顽雨沉风 tags: trunk
04:03
0.0.1787 check-in: 262ab836d0 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [771369b3b2] to [f2270c0b9b].

396
397
398
399
400
401
402
403
404
405
406
407
408
409
410

411
412
413
414
415
416
417
396
397
398
399
400
401
402








403
404
405
406
407
408
409
410







-
-
-
-
-
-
-
-
+







  effect_1:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)
  
  effect_1:SetCode(EVENT_ADJUST)
  
  cache_1 = function() --{
    
    cache_1 = 0
    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 = Duel.GetFieldGroupCount(1,cache_1,0)
    cache_1 = Duel.GetFieldGroupCount(1,str["除卡组与额外卡组以外的区域"],0)
    
    if cache_1 == 0 then --{
      
      return true
      
      --}