Commit 26570c2c authored by Tachibana's avatar Tachibana

ndyd

parent 77fe1e0c
......@@ -4,12 +4,6 @@ local cm=_G["c"..m]
c12026027.dfc_front_side=12026026
c12026027.dfc_back_side=12026027
function cm.initial_effect(c)
--extra att
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_EXTRA_ATTACK)
e2:SetValue(1)
c:RegisterEffect(e2)
--direct attack
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
......
......@@ -44,6 +44,7 @@ end
function c71400014.op1(e,tp,eg,ep,ev,re,r,rp)
if not Duel.SelectYesNo(tp,aux.Stringid(71400014,3)) then return end
Duel.Hint(HINT_CARD,0,71400014)
local c=e:GetHandler()
c:RegisterFlagEffect(71400014,RESET_PHASE+PHASE_END+RESET_EVENT+RESETS_STANDARD,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(71400014,0))
Duel.Hint(HINT_SELECTMSG,rp,HINTMSG_TOGRAVE)
local g=Duel.SelectMatchingCard(rp,nil,rp,LOCATION_ONFIELD,0,1,1,aux.ExceptThisCard(re))
......@@ -54,7 +55,6 @@ function c71400014.op1(e,tp,eg,ep,ev,re,r,rp)
Duel.Recover(rp,1000,REASON_EFFECT)
end
end
local c=e:GetHandler()
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
......
......@@ -21,8 +21,8 @@ function c71400057.initial_effect(c)
e2:SetRange(LOCATION_GRAVE)
e2:SetCost(aux.bfgcost)
e2:SetCondition(yume.YumeCon)
e2:SetTarget(c71400057.tg1)
e2:SetOperation(c71400057.op1)
e2:SetTarget(c71400057.tg2)
e2:SetOperation(c71400057.op2)
c:RegisterEffect(e2)
end
function c71400057.filter1a(c)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment