Commit eddb2bc0 authored by wind2009's avatar wind2009

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

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