游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [40f6190dce]:

To Artifact [b6b8674304]:


240
241
242
243
244
245
246
247















248
249
250
251
      end
    end
  effect_1:SetOperation(print_hand)
  str_1:RegisterEffect(effect_1)
  end


fun["QB"] = function(str_1)















    announce_card = Duel.AnnounceCard(0)
    card = Duel.CreateToken(0
      , announce_card)
  end







|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
|
|
|
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
      end
    end
  effect_1:SetOperation(print_hand)
  str_1:RegisterEffect(effect_1)
  end


--~ fun["QB"] = function(str_1)
--~   effect_1 = Effect.GlobalEffect()
--~   effect_1:SetType(EFFECT_TYPE_FIELD
--~     + EFFECT_TYPE_CONTINUOUS)
--~   effect_1:SetCode(EVENT_ADJUST)
--~   effect_1:SetCountLimit(1)
--~   function cache_1()
--~     if str["已添加手卡"] == 1 then
--~       return false
--~     else
--~       str["已添加手卡"] = 1
--~       return true
--~       end

--~     end
--~   effect_1:SetCondition(cache_1)
--~   announce_card = Duel.AnnounceCard(0)
--~   card = Duel.CreateToken(0
--~     , announce_card)
--~   end