11-- 地縛解放
2- -- Earthbound Release
2+ -- Earthbound Release (Anime)
33local s ,id = GetID ()
44function s .initial_effect (c )
55 -- Activate
1919s .listed_series = {SET_EARTHBOUND_IMMORTAL }
2020function s .cost (e ,tp ,eg ,ep ,ev ,re ,r ,rp ,chk )
2121 local dg = Duel .GetMatchingGroup (aux .TRUE ,tp ,0 ,LOCATION_MZONE ,nil )
22- if chk == 0 then return Duel .CheckReleaseGroupCost (tp ,Card .IsSetCard ,1 ,false ,aux .ReleaseCheckTarget ,nil , dg ,SET_EARTHBOUND_IMMORTAL ) end
23- local g = Duel .SelectReleaseGroupCost (tp ,Card .IsSetCard ,1 ,1 ,false ,aux .ReleaseCheckTarget ,nil , dg ,SET_EARTHBOUND_IMMORTAL )
22+ if chk == 0 then return Duel .CheckReleaseGroupCost (tp ,Card .IsSetCard ,1 ,false ,aux .ReleaseCheckTarget ,dg ,SET_EARTHBOUND_IMMORTAL ) end
23+ local g = Duel .SelectReleaseGroupCost (tp ,Card .IsSetCard ,1 ,1 ,false ,aux .ReleaseCheckTarget ,dg ,SET_EARTHBOUND_IMMORTAL )
2424 Duel .Release (g ,REASON_COST )
2525end
2626function s .filter (c ,p )
@@ -39,4 +39,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
3939 local dam = Duel .GetOperatedGroup ():GetSum (Card .GetPreviousAttackOnField )
4040 Duel .Damage (1 - tp ,dam ,REASON_EFFECT )
4141 end
42- end
42+ end
0 commit comments