41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
+
|
Debug.ReloadFieldEnd()
aux.BeginPuzzle()
local str = {}
local fun = {}
local cache_1
local cache_2
fun["通关邀请"] = function()
local effect_100
effect_100 = Effect.GlobalEffect()
effect_100:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_100:SetCode(EVENT_DAMAGE)
|
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
-
-
-
+
+
+
|
, 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(str_1
cache_2 = cache_1:GetCount()
if cache_2 > 0 then
Duel.SendtoHand(cache_1
, nil
, REASON_RULE)
end
end
effect_101:SetOperation(cache_1)
Duel.RegisterEffect(effect_101
, 0)
end
fun["通关邀请"]()
fun["开局添加手卡"](6)
|