游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [6e2751e5bc]:

To Artifact [873331c3b2]:


214
215
216
217
218
219
220






221
222
223
  
  effect_1:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)
  
  effect_1:SetCode(EVENT_ADJUST)
  
  cache_1 = function






    end
  
  end







>
>
>
>
>
>



214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
  
  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
    end
  
  end