游戏王残局简化版

Check-in [03c37a1f5b]
Login

Check-in [03c37a1f5b]

Overview
Comment:0.0.244
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 03c37a1f5b166eba4c040edb464dd9ef54d20934b9e590469c5a84e325efb24a
User & Date: 顽雨沉风 on 2023-06-26 00:13:33
Other Links: manifest | tags
Context
2023-06-26
00:15
0.0.245 check-in: 7fa8fa7b82 user: 顽雨沉风 tags: trunk
00:13
0.0.244 check-in: 03c37a1f5b user: 顽雨沉风 tags: trunk
00:13
0.0.243 check-in: de01b7781c user: 顽雨沉风 tags: trunk
Changes

Modified 19.Let's GaGaGa.lua from [b9933890c6] to [9572d59b9f].

97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
       , Card.IsAbleToHand
       , player_who_activate_the_effect
       , LOCATION_DECK
       , 0
       , str_1
       , str_1
       , nil)
    cache_1 = cache_1::GetCount()
    if cache_1 > 0 then
      Duel.SendtoHand(cache_1
        , nil
        , REASON_RULE)
      end
    end
  effect_101:SetOperation(cache_1)







|







97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
       , Card.IsAbleToHand
       , player_who_activate_the_effect
       , LOCATION_DECK
       , 0
       , str_1
       , str_1
       , nil)
    cache_1 = cache_1:GetCount()
    if cache_1 > 0 then
      Duel.SendtoHand(cache_1
        , nil
        , REASON_RULE)
      end
    end
  effect_101:SetOperation(cache_1)

Modified 残局函数库/残局函数库.lua from [60ec66adda] to [facab77d29].

55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
       , Card.IsAbleToHand
       , player_who_activate_the_effect
       , LOCATION_DECK
       , 0
       , str_1
       , str_1
       , nil)
    cache_1 = cache_1::GetCount()
    if cache_1 > 0 then
      Duel.SendtoHand(cache_1
        , nil
        , REASON_RULE)
      end
    end
  effect_101:SetOperation(cache_1)







|







55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
       , Card.IsAbleToHand
       , player_who_activate_the_effect
       , LOCATION_DECK
       , 0
       , str_1
       , str_1
       , nil)
    cache_1 = cache_1:GetCount()
    if cache_1 > 0 then
      Duel.SendtoHand(cache_1
        , nil
        , REASON_RULE)
      end
    end
  effect_101:SetOperation(cache_1)