Commit 4066a6f8 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 1960db09
...@@ -11,6 +11,7 @@ function cm.initial_effect(c) ...@@ -11,6 +11,7 @@ function cm.initial_effect(c)
e1:SetCategory(CATEGORY_RECOVER) e1:SetCategory(CATEGORY_RECOVER)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CARD_TARGET)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetCost(cm.reccost) e1:SetCost(cm.reccost)
e1:SetTarget(cm.rectg) e1:SetTarget(cm.rectg)
......
...@@ -49,8 +49,8 @@ function Hata_no_Kokoro.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -49,8 +49,8 @@ function Hata_no_Kokoro.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),1,tp,LOCATION_REMOVED) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),1,tp,LOCATION_REMOVED)
end end
function Hata_no_Kokoro.eqfilter(c,tc,tp) function Hata_no_Kokoro.eqfilter(c,tc,tp)
if not c:IsType(TYPE_EQUIP) then return end if not c:IsType(TYPE_EQUIP) then return false end
return c:CheckEquipTarget(tc) and c:CheckUniqueOnField(tp,LOCATION_SZONE) and not c:IsForbidden() return c:IsSetCard(0x3ca0) and c:CheckEquipTarget(tc) and c:CheckUniqueOnField(tp,LOCATION_SZONE) and not c:IsForbidden()
end end
function Hata_no_Kokoro.spop(loc) function Hata_no_Kokoro.spop(loc)
return function(e,tp,eg,ep,ev,re,r,rp) return function(e,tp,eg,ep,ev,re,r,rp)
......
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