游戏王残局简化版

Check-in [1b6d116555]
Login

Check-in [1b6d116555]

Overview
Comment:0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1b6d116555df394e30e59000abb5f99ab1c91c7fc4ab7171e9ed0f29c8914e53
User & Date: 顽雨沉风 on 2024-07-26 11:35:28
Other Links: manifest | tags
Context
2024-07-26
11:37
0 check-in: cba1b44346 user: 顽雨沉风 tags: trunk
11:35
0 check-in: 1b6d116555 user: 顽雨沉风 tags: trunk
11:30
0 check-in: b4204cae72 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [ecfebe5b16] to [b3a73ab82a].

112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
  --~ 效果_所调用这个效果的效果
  --~ 数_所调用这个效果的玩家
  f["_印卡"] = function(o1, o2)
    --~ 数_玩家宣言要印的卡之卡片编号
    --~ 卡
    local k11, k12
    k11 = Duel.AnnounceCard(o2)
    k6 = Duel.CreateToken(o2, k11)
    if k2 <= k3 then
      k2 = k2 + 1
      Duel.SendtoHand(k12, nil, REASON_RULE)
    else
      if k2 <= k4 then
        k2 = k2 + 1
        Duel.SendtoDeck(k12, o2, 0, REASON_RULE)







|







112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
  --~ 效果_所调用这个效果的效果
  --~ 数_所调用这个效果的玩家
  f["_印卡"] = function(o1, o2)
    --~ 数_玩家宣言要印的卡之卡片编号
    --~ 卡
    local k11, k12
    k11 = Duel.AnnounceCard(o2)
    k12 = Duel.CreateToken(o2, k11)
    if k2 <= k3 then
      k2 = k2 + 1
      Duel.SendtoHand(k12, nil, REASON_RULE)
    else
      if k2 <= k4 then
        k2 = k2 + 1
        Duel.SendtoDeck(k12, o2, 0, REASON_RULE)