游戏王残局简化版

Check-in [84f106ff09]
Login

Check-in [84f106ff09]

Overview
Comment:0.0.1004
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 84f106ff0970d870d36793cd93c65a11ec4617ddf2540299927f38269d69287d
User & Date: 顽雨沉风 on 2023-07-09 01:34:35
Other Links: manifest | tags
Context
2023-07-09
01:35
0.0.1005 check-in: 2db39687e5 user: 顽雨沉风 tags: trunk
01:34
0.0.1004 check-in: 84f106ff09 user: 顽雨沉风 tags: trunk
2023-07-08
16:51
0.0.1003 check-in: 1feafd2968 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [ad306f841f] to [957f39eec0].

261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
        end

      end
    end
  effect_1:SetOperation(print_hand)
  str_1:RegisterEffect(effect_1)
  end


--~ fun["QB"] = function(str_1)
--~   effect_1 = Effect.GlobalEffect()
--~   effect_1:SetType(EFFECT_TYPE_FIELD
--~     + EFFECT_TYPE_CONTINUOUS)
--~   effect_1:SetCode(EVENT_ADJUST)
--~   effect_1:SetCountLimit(1)
--~   function cache_1()
--~     if str["已添加手卡"] == 1 then
--~       return false
--~     else
--~       str["已添加手卡"] = 1
--~       return true
--~       end

--~     end
--~   effect_1:SetCondition(cache_1)
--~   announce_card = Duel.AnnounceCard(0)
--~   card = Duel.CreateToken(0
--~     , announce_card)
--~   end







<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
261
262
263
264
265
266
267






















        end

      end
    end
  effect_1:SetOperation(print_hand)
  str_1:RegisterEffect(effect_1)
  end