游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [771369b3b2]:

To Artifact [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
      
      --}