游戏王残局简化版

Check-in [7fa8fa7b82]
Login

Check-in [7fa8fa7b82]

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

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

99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
       , 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)
  Duel.RegisterEffect(effect_101
    , 0)







|







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

Modified 残局函数库/残局函数库.lua from [facab77d29] to [74be8e0116].

57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
       , 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)
  Duel.RegisterEffect(effect_101
    , 0)







|







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