游戏王残局简化版

Check-in [005039166c]
Login

Check-in [005039166c]

Overview
Comment:0.0.857
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 005039166c89e5b5be667b1e8ff00c0444148038d2d8c4d609328aa46b66b823
User & Date: 顽雨沉风 on 2023-07-07 11:18:51
Other Links: manifest | tags
Context
2023-07-07
11:19
0.0.858 check-in: 035fdbf54d user: 顽雨沉风 tags: trunk
11:18
0.0.857 check-in: 005039166c user: 顽雨沉风 tags: trunk
11:17
0.0.856 check-in: aadb8c64f7 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [b9d52d002b] to [f40e81e22e].

184
185
186
187
188
189
190
191
192
193
194
195
196
197
198

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

  local n = 0

  effect_1 = Effect.GlobalEffect()
  effect_1:SetType(EFFECT_TYPE_FIELD)

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)







|







184
185
186
187
188
189
190
191
192
193
194
195
196
197
198

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

  local n = 0

  effect_1 = Effect.GlobalEffect()
  effect_1:SetType(EFFECT_TYPE_SINGLE)

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)