游戏王残局简化版

Check-in [6fd7ae5db6]
Login

Check-in [6fd7ae5db6]

Overview
Comment:0.0.878
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6fd7ae5db656cff90f730f43d2a916624b01edf6288d150f47e9c84ac81206a8
User & Date: 顽雨沉风 on 2023-07-07 11:56:05
Other Links: manifest | tags
Context
2023-07-07
11:56
0.0.879 check-in: 52e4f82c0b user: 顽雨沉风 tags: trunk
11:56
0.0.878 check-in: 6fd7ae5db6 user: 顽雨沉风 tags: trunk
11:54
0.0.877 check-in: 7cf8de5797 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [ce0c5ad4da] to [f35786ea33].

214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
      else
        Debug.ShowHint("印卡过多!")
        Duel.SetLP(0,0)
        end

      end
    end

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)
    n=n+1
  else
    if n==10 then
      Debug.ShowHint("印卡过多,审判降临!")
      Duel.SetLP(0,0)
    else
      n=n+1
      Duel.Remove(c,POS_FACEUP,REASON_RULE)
      Duel.SendtoDeck(c,tp,0,REASON_RULE)
    end
  end
end

local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetProperty(EFFECT_FLAG_BOTH_SIDE)
e1:SetRange(LOCATION_EXTRA)
e1:SetOperation(print_hand)
c:RegisterEffect(e1)
  end







<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
|

214
215
216
217
218
219
220

























221
222
      else
        Debug.ShowHint("印卡过多!")
        Duel.SetLP(0,0)
        end

      end
    end

























  str_1:RegisterEffect(effect_1)
  end