Added Universe Light and Dark God

This commit is contained in:
2021-11-30 18:55:15 +01:00
parent fca9682c9c
commit f9690b47d5
19 changed files with 16 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ function s.initial_effect(c)
e1:SetTarget(s.efilter)
e1:SetValue(400)
c:RegisterEffect(e1)
--Special summon 2 "Universe Seed" from hand or deck
--Special summon 2 "Universe Seed" from hand or deck in defense
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(id,1))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)

6
lua/c561586058.lua Normal file
View File

@@ -0,0 +1,6 @@
--Universe Seed
local s,id=GetID()
function s.initial_effect(c)
--pendulum summon
Pendulum.AddProcedure(c)
end

6
lua/c561586059.lua Normal file
View File

@@ -0,0 +1,6 @@
--Universe Seed
local s,id=GetID()
function s.initial_effect(c)
--pendulum summon
Pendulum.AddProcedure(c)
end