游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [a0eded613b]:

To Artifact [31a9818c4a]:


182
183
184
185
186
187
188


189
190
191
192
193
194
195
  Duel.RegisterEffect(effect_1,0)
  end

fun["印卡"] = function(str_1)
  str["印卡"] = 1

  local n = 0



function print_hand(e,tp,eg,ep,ev,re,r,rp)
  local ac=Duel.AnnounceCard(tp)
  local c=Duel.CreateToken(tp,ac)
  if n<2 then
    Duel.SendtoHand(c,nil,REASON_RULE)
    Duel.ShuffleHand(tp)







>
>







182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
  Duel.RegisterEffect(effect_1,0)
  end

fun["印卡"] = function(str_1)
  str["印卡"] = 1

  local n = 0

  effect_1 = Effect.GlobalEffect()

function print_hand(e,tp,eg,ep,ev,re,r,rp)
  local ac=Duel.AnnounceCard(tp)
  local c=Duel.CreateToken(tp,ac)
  if n<2 then
    Duel.SendtoHand(c,nil,REASON_RULE)
    Duel.ShuffleHand(tp)