Commit 56f783cb authored by fallenstardust's avatar fallenstardust

添加日文名注释

fix cdb
parent 49de1343
Pipeline #25106 passed with stages
in 57 seconds
No preview for this file type
--
--ディノベーダー・ドクス
local s,id,o=GetID()
function s.initial_effect(c)
c:SetSPSummonOnce(id)
......
--
--円喚妖精キクロス
local s,id,o=GetID()
function s.initial_effect(c)
local e1=Effect.CreateEffect(c)
......
--
--雪沓の 跡追うひとつ またひとつ
local s,id,o=GetID()
function s.initial_effect(c)
local e1=Effect.CreateEffect(c)
......@@ -29,8 +29,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.HintSelection(g)
if Duel.Remove(g,POS_FACEDOWN,REASON_EFFECT)~=0
and Duel.GetMatchingGroupCount(nil,tp,LOCATION_REMOVED,0,nil)>=7
and Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,0,LOCATION_GRAVE,1,nil,tp,POS_FACEDOWN) then
Duel.BreakEffect()
and Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,0,LOCATION_GRAVE,1,nil,tp,POS_FACEDOWN)
and Duel.SelectYesNo(tp,aux.Stringid(id,1)) then
local ct=Duel.GetMatchingGroupCount(Card.IsAbleToRemove,tp,0,LOCATION_GRAVE,nil,POS_FACEDOWN)
if ct>5 then ct=5 end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
......
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