18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
effect_100:SetCode(EVENT_DAMAGE)
function cache_1(effect_event
, player_who_activate_the_effect
, eg
, ep
, ev
, re
, r
, rp)
cache_1 = Duel.GetLP(1)
return cache_1 <= 0
end
effect_100:SetCondition(cache_1)
function cache_1(effect_event
, player_who_activate_the_effect
|
|
|
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
effect_100:SetCode(EVENT_DAMAGE)
function cache_1(effect_event
, player_who_activate_the_effect
, eg
, ep
, ev
, re
, reason_for_trigger
, rp)
cache_1 = Duel.GetLP(1)
return cache_1 <= 0
end
effect_100:SetCondition(cache_1)
function cache_1(effect_event
, player_who_activate_the_effect
|