--黑白的迎春妖精 function c33700917.initial_effect(c) --synchro summon aux.AddSynchroMixProcedure(c,aux.Tuner(Card.IsAttribute,ATTRIBUTE_LIGHT),aux.Tuner(Card.IsAttribute,ATTRIBUTE_LIGHT),nil,c33700917.synfilter,2,99) c:EnableReviveLimit() --immune local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_IMMUNE_EFFECT) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetRange(LOCATION_MZONE) e1:SetValue(c33700917.efilter) c:RegisterEffect(e1) --indes local e3=Effect.CreateEffect(c) e3:SetType(EFFECT_TYPE_SINGLE) e3:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e3:SetRange(LOCATION_MZONE) e3:SetCode(EFFECT_INDESTRUCTABLE_BATTLE) e3:SetValue(1) c:RegisterEffect(e3) local e4=e3:Clone() e4:SetCode(EFFECT_INDESTRUCTABLE_EFFECT) c:RegisterEffect(e4) --equip local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(33700917,0)) e2:SetCategory(CATEGORY_EQUIP) e2:SetType(EFFECT_TYPE_IGNITION) e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetRange(LOCATION_MZONE) e2:SetCountLimit(1) e2:SetTarget(c33700917.eqtg) e2:SetOperation(c33700917.eqop) c:RegisterEffect(e2) --recover local e5=Effect.CreateEffect(c) e5:SetDescription(aux.Stringid(33700917,1)) e5:SetCategory(CATEGORY_RECOVER) e5:SetType(EFFECT_TYPE_QUICK_O) e5:SetCode(EVENT_FREE_CHAIN) e5:SetRange(LOCATION_PZONE) e5:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e5:SetCountLimit(1) e5:SetTarget(c33700917.rctg) e5:SetOperation(c33700917.rcop) c:RegisterEffect(e5) --neg local e21=Effect.CreateEffect(c) e21:SetDescription(aux.Stringid(33700917,2)) e21:SetCategory(CATEGORY_SPECIAL_SUMMON) e21:SetType(EFFECT_TYPE_QUICK_O) e21:SetRange(LOCATION_MZONE) e21:SetCode(EVENT_BECOME_TARGET) e21:SetCountLimit(1,EFFECT_COUNT_CODE_SINGLE) e21:SetCost(c33700917.cost) e21:SetCondition(c33700917.negcon1) e21:SetTarget(c33700917.negtg1) e21:SetOperation(c33700917.negop1) c:RegisterEffect(e21) local e31=e21:Clone() e31:SetDescription(aux.Stringid(33700917,3)) e31:SetCode(EVENT_BE_BATTLE_TARGET) e31:SetCondition(c33700917.negcon2) e31:SetTarget(aux.TRUE) e31:SetOperation(c33700917.negop2) c:RegisterEffect(e31) --spsummon local e42=Effect.CreateEffect(c) e42:SetDescription(aux.Stringid(33700917,4)) e42:SetCategory(CATEGORY_SPECIAL_SUMMON) e42:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e42:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e42:SetCode(EVENT_LEAVE_FIELD) e42:SetCondition(c33700917.spcon) e42:SetTarget(c33700917.sptg) e42:SetOperation(c33700917.spop) c:RegisterEffect(e42) end function c33700917.synfilter(c,sync) return c:IsNotTuner(nil)(sync) and not c:IsAttribute(ATTRIBUTE_LIGHT) end function c33700917.spcon(e,tp,eg,ep,ev,re,r,rp) local c=e:GetHandler() return c:IsPreviousPosition(POS_FACEUP) end function c33700917.spfilter(c,e,tp,sync) return c:IsControler(tp) and c:IsLocation(LOCATION_GRAVE) and bit.band(c:GetReason(),0x80008)==0x80008 and c:GetReasonCard()==sync and c:IsCanBeSpecialSummoned(e,0,tp,false,false) end function c33700917.sptg(e,tp,eg,ep,ev,re,r,rp,chk) local c=e:GetHandler() local mg=c:GetMaterial() local ct=mg:GetCount() if chk==0 then return c:IsSummonType(SUMMON_TYPE_SYNCHRO) and not Duel.IsPlayerAffectedByEffect(tp,59822133) and ct>0 and Duel.GetLocationCount(tp,LOCATION_MZONE)>=ct and mg:FilterCount(c33700917.spfilter,nil,e,tp,c)==ct end Duel.SetTargetCard(mg) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,mg,ct,0,0) end function c33700917.spop(e,tp,eg,ep,ev,re,r,rp) if Duel.IsPlayerAffectedByEffect(tp,59822133) then return end local c=e:GetHandler() local mg=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS) local g=mg:Filter(Card.IsRelateToEffect,nil,e) if g:GetCount()0 end Duel.SetTargetPlayer(tp) Duel.SetTargetParam(atk) Duel.SetOperationInfo(0,CATEGORY_RECOVER,nil,0,tp,atk) end function c33700917.rcop(e,tp,eg,ep,ev,re,r,rp) if not e:GetHandler():IsRelateToEffect(e) then return end local atk=e:GetHandler():GetAttack() local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM) Duel.Recover(p,atk,REASON_EFFECT) end function c33700917.efilter(e,te) local c=e:GetHandler() local ec=te:GetHandler() if te:GetOwner()==e:GetOwner() then return false end if ec:IsHasCardTarget(c) or (te:IsHasType(EFFECT_TYPE_ACTIONS) and te:IsHasProperty(EFFECT_FLAG_CARD_TARGET) and c:IsRelateToEffect(te)) then return false end return true end function c33700917.eqfilter(c) return c:IsType(TYPE_MONSTER) end function c33700917.eqtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) if chkc then return chkc:IsLocation(LOCATION_GRAVE) and c33700917.eqfilter(chkc) end if chk==0 then return Duel.GetLocationCount(tp,LOCATION_SZONE)>0 and Duel.IsExistingTarget(c33700917.eqfilter,tp,LOCATION_GRAVE,LOCATION_GRAVE,1,nil) end Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EQUIP) local g=Duel.SelectTarget(tp,c33700917.eqfilter,tp,LOCATION_GRAVE,LOCATION_GRAVE,1,1,nil) Duel.SetOperationInfo(0,CATEGORY_EQUIP,g,1,0,0) end function c33700917.eqlimit(e,c) return e:GetOwner()==c end function c33700917.eqop(e,tp,eg,ep,ev,re,r,rp) local c=e:GetHandler() local tc=Duel.GetFirstTarget() if tc:IsFaceup() and tc:IsRelateToEffect(e) then if c:IsFaceup() and c:IsRelateToEffect(e) then local atk=tc:GetTextAttack() local def=tc:GetTextDefense() if atk<0 then atk=0 end if def<0 then def=0 end if not Duel.Equip(tp,tc,c,false) then return end e:SetLabelObject(tc) local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_COPY_INHERIT+EFFECT_FLAG_OWNER_RELATE) e1:SetCode(EFFECT_EQUIP_LIMIT) e1:SetReset(RESET_EVENT+RESETS_STANDARD) e1:SetValue(c33700917.eqlimit) tc:RegisterEffect(e1) if atk>0 then local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_EQUIP) e2:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE+EFFECT_FLAG_OWNER_RELATE) e2:SetCode(EFFECT_UPDATE_ATTACK) e2:SetReset(RESET_EVENT+RESETS_STANDARD) e2:SetValue(atk) tc:RegisterEffect(e2) end if def>0 then local e3=Effect.CreateEffect(c) e3:SetType(EFFECT_TYPE_EQUIP) e3:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE+EFFECT_FLAG_OWNER_RELATE) e3:SetCode(EFFECT_UPDATE_DEFENSE) e3:SetReset(RESET_EVENT+RESETS_STANDARD) e3:SetValue(def) tc:RegisterEffect(e3) end else Duel.SendtoGrave(tc,REASON_RULE) end end end