Commit 470c1a80 authored by POLYMER's avatar POLYMER

fix

parent c1c41ade
This diff is collapsed.
--涅梅西斯~对价之赐~
--妄执的巫女 无明
local s,id,o=GetID()
function s.initial_effect(c)
--summon with 7 tribute
......@@ -79,7 +79,7 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp,c)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
c:RegisterEffect(e1)
if c:IsSummonable(true,se)
and (not c:IsAbleToGrave() or Duel.SelectOption(tp,1151,1153,1191)==0) then
and (not c:IsAbleToGrave() or Duel.SelectOption(tp,1151,1191)==0) then
Duel.BreakEffect()
Duel.Summon(tp,c,true,se)
else
......@@ -89,14 +89,14 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp,c)
end
end
function s.atkcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetSummonType()==SUMMON_TYPE_TRIBUTE
return e:GetHandler():IsSummonType(SUMMON_TYPE_ADVANCE)
end
function s.atkop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(Card.IsAbleToRemove,tp,0,LOCATION_ONFIELD+LOCATION_GRAVE,nil)
if g:GetCount()>2 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local g=Duel.GetMatchingGroup(Card.IsAbleToDeck,tp,0,LOCATION_ONFIELD+LOCATION_GRAVE,nil)
if #g>0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local sg=g:Select(tp,3,3,nil)
Duel.HintSelection(sg)
Duel.Remove(sg,POS_FACEUP,REASON_EFFECT)
Duel.SendtoDeck(sg,nil,SEQ_DECKSHUFFLE,REASON_EFFECT)
end
end
\ No newline at end of file
......@@ -307,9 +307,9 @@
!setname 0x9f1c 反抗黎骑
!setname 0xaf1c 朱斯贝克
!setname 0xcf1c 破天黎骑
!setname 0x3f1d 封龙
!setname 0x3f1d 龙族骑士
!setname 0x4f1d 时隙淑女
!setname 0x5f1d 机械加工
!setname 0x5f1d 共心龙
!setname 0x6f1d 连波
!setname 0xaf1d 阿尔弗雷德
!setname 0xbf1d 狂风
......
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