游戏王残局简化版

Check-in [2243f89dea]
Login

Check-in [2243f89dea]

Overview
Comment:0.0.900
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2243f89deac3946a48f1a492f27640e64126440e520fa70d7f2684a23fa97ed2
User & Date: 顽雨沉风 on 2023-07-07 12:47:28
Other Links: manifest | tags
Context
2023-07-07
12:48
0.0.901 check-in: 086529037c user: 顽雨沉风 tags: trunk
12:47
0.0.900 check-in: 2243f89dea user: 顽雨沉风 tags: trunk
12:41
0.0.899 check-in: df2dda03f7 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [582809a7ff] to [c3692c3a01].

202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221

  effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
    + EFFECT_FLAG_UNCOPYABLE
    + EFFECT_FLAG_CANNOT_NEGATE
    + EFFECT_FLAG_CANNOT_DISABLE)


  cache_1 = function()
    Duel.SetChainLimitTillChainEnd(aux.FALSE)
    return true
    end

  effect_1:SetTarget(cache_1)

  effect_1:SetRange(LOCATION_EXTRA)

  function print_hand(effect_event
      , player_who_activate_the_effect)
    announce_card = Duel.AnnounceCard(player_who_activate_the_effect)
    card = Duel.CreateToken(player_who_activate_the_effect







|
|
|
|

|







202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221

  effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
    + EFFECT_FLAG_UNCOPYABLE
    + EFFECT_FLAG_CANNOT_NEGATE
    + EFFECT_FLAG_CANNOT_DISABLE)


--~   cache_1 = function()
--~     Duel.SetChainLimitTillChainEnd(aux.FALSE)
--~     return true
--~     end

--~   effect_1:SetTarget(cache_1)

  effect_1:SetRange(LOCATION_EXTRA)

  function print_hand(effect_event
      , player_who_activate_the_effect)
    announce_card = Duel.AnnounceCard(player_who_activate_the_effect)
    card = Duel.CreateToken(player_who_activate_the_effect