游戏王残局简化版

Check-in [7bc4adacb6]
Login

Check-in [7bc4adacb6]

Overview
Comment:0.0.859
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7bc4adacb618ecaa430a38fb41f11d21971a14636e28296c3e71f9248bdd2712
User & Date: 顽雨沉风 on 2023-07-07 11:20:14
Other Links: manifest | tags
Context
2023-07-07
11:20
0.0.860 check-in: c197dc7121 user: 顽雨沉风 tags: trunk
11:20
0.0.859 check-in: 7bc4adacb6 user: 顽雨沉风 tags: trunk
11:19
0.0.858 check-in: 035fdbf54d user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [e8b7d4fca8] to [76bd6378e5].

185
186
187
188
189
190
191
192


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

192
193
194
195
196
197
198
199
200







-
+
+







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

  local n = 0

  effect_1 = Effect.GlobalEffect()
  effect_1:SetType(EFFECT_TYPE_SINGLE)
  effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE)
  effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
    + EFFECT_FLAG_UNCOPYABLE)

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)