Commit eddb2bc0 authored by wind2009's avatar wind2009

Merge remote-tracking branch 'upstream/master' into master

parents 2728c4a7 5d9d3779
--Dark Necromancer
local s,id,o=GetID()
---@param c Card
function s.initial_effect(c)
--Tograve
local e1=Effect.CreateEffect(c)
......
--紋章の明滅
local s,id,o=GetID()
function s.initial_effect(c)
aux.AddCodeList(c,77571455)
--change code
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
......
--No.69 紋章神コート・オブ・アームズ-ゴッド・レイジ
local s,id,o=GetID()
function s.initial_effect(c)
aux.AddCodeList(c,77571455)
--xyz summon
aux.AddXyzProcedure(c,nil,4,5)
c:EnableReviveLimit()
......
......@@ -103,10 +103,7 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
goto cancel2
end
tc:SetMaterial(mat)
local mat2=mat:Filter(Card.IsLocation,nil,LOCATION_DECK):Filter(Card.IsRace,nil,RACE_REPTILE)
mat:Sub(mat2)
Duel.ReleaseRitualMaterial(mat)
Duel.SendtoGrave(mat2,REASON_EFFECT+REASON_MATERIAL+REASON_RITUAL+REASON_RELEASE)
Duel.BreakEffect()
Duel.SpecialSummon(tc,SUMMON_TYPE_RITUAL,tp,tp,false,true,POS_FACEUP)
tc:CompleteProcedure()
......
--Curse of the Ancient Turtle
local s,id,o=GetID()
---@param c Card
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(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