游戏王残局简化版

Check-in [803b8364cb]
Login

Check-in [803b8364cb]

Overview
Comment:0.0.867
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 803b8364cb2664ee5d6ba411fcd918d337018afdfa2bbed2aa0aeed0e74d1d1e
User & Date: 顽雨沉风 on 2023-07-07 11:40:53
Other Links: manifest | tags
Context
2023-07-07
11:41
0.0.868 check-in: 8c3917b8ab user: 顽雨沉风 tags: trunk
11:40
0.0.867 check-in: 803b8364cb user: 顽雨沉风 tags: trunk
11:39
0.0.866 check-in: 7586bcce65 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [4cb4582b05] to [395e456da4].

183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
  end

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_FLAG_UNCOPYABLE
    + EFFECT_FLAG_CANNOT_NEGATE
    + EFFECT_FLAG_CANNOT_DISABLE)
  cache_1 = function()
    Duel.SetChainLimit(aux.FALSE)
    end
  effect_1:SetTarget(c4335427.rmtg)

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)







|








|







183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
  end

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

  local n = 0

  effect_1 = Effect.CreateEffect()
  effect_1:SetType(EFFECT_TYPE_SINGLE)
  effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
    + EFFECT_FLAG_UNCOPYABLE
    + EFFECT_FLAG_CANNOT_NEGATE
    + EFFECT_FLAG_CANNOT_DISABLE)
  cache_1 = function()
    Duel.SetChainLimit(aux.FALSE)
    end
  effect_1:SetTarget(cache_1)

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)