60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
local cache_5
local cache_6
local cache_7
local cache_8
local cache_9
local _
fun["一_随机抽卡"] = function(str_1) --{
str["随机抽卡的数量"] = str_1
str["效果"] = Effect.GlobalEffect()
str["效果"]:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
str["效果"]:SetCode(EVENT_ADJUST)
str["效果"]:SetCondition(aux.TRUE)
function cache_1(effect_event
, player_who_activate_the_effect) --{
Duel.ShuffleDeck(0)
Duel.Draw(0,str_1,REASON_RULE)
effect_event:Reset()
end --}
str["效果"]:SetOperation(cache_1)
Duel.RegisterEffect(str["效果"]
, 0)
end --}
fun["一_失败得分"] = function() --{
str["失败得分表"] = {
[0] = "神龙之圣刻印"
, [100] = "调和支援士"
|
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
|
579
580
581
582
583
584
585
586
587
588
589
|
-
-
+
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|
str["效果"]:SetOperation(print_hand)
str_1:RegisterEffect(str["效果"])
end --}
fun["随机抽卡"] = function(str_1) --{
str["随机抽卡的数量"] = str_1
str["效果"] = Effect.GlobalEffect()
str["效果"]:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
str["效果"]:SetCode(EVENT_ADJUST)
str["效果"]:SetCondition(aux.TRUE)
function cache_1(effect_event
, player_who_activate_the_effect) --{
Duel.ShuffleDeck(0)
Duel.Draw(0,str_1,REASON_RULE)
effect_event:Reset()
end --}
str["效果"]:SetOperation(cache_1)
Duel.RegisterEffect(str["效果"]
, 0)
end --}
|