Added Exceed and Synchron Dragon

This commit is contained in:
2021-12-04 15:40:15 +01:00
parent 2f90dc2362
commit 8a020463fa
17 changed files with 23 additions and 5 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -3,9 +3,7 @@ local s,id=GetID()
function s.initial_effect(c) function s.initial_effect(c)
--pendulum summon --pendulum summon
Pendulum.AddProcedure(c,false) Pendulum.AddProcedure(c,false)
--fusion summon
c:EnableReviveLimit() c:EnableReviveLimit()
Fusion.AddProcMixN(c,true,true,aux.FilterBoolFunctionEx(Card.IsSetCard,0x25E),2) Fusion.AddProcMixN(c,true,true,aux.FilterBoolFunctionEx(Card.IsSetCard,0x25E),2)
end end
--[[function s.ffilter(c,fc,sumtype,tp)
return c:IsType(0x25e)
end]]--

9
lua/c561586061.lua Normal file
View File

@@ -0,0 +1,9 @@
--Universe Exceed Dragon
local s,id=GetID()
function s.initial_effect(c)
--pendulum summon
Pendulum.AddProcedure(c,false)
--xyz summon
Xyz.AddProcedure(c,aux.FilterBoolFunctionEx(Card.IsSetCard,0x25E),4,2)
c:EnableReviveLimit()
end

9
lua/c561856062.lua Normal file
View File

@@ -0,0 +1,9 @@
--Universe Synchron Dragon
local s,id=GetID()
function s.initial_effect(c)
--pendulum summon
Pendulum.AddProcedure(c,false)
--synchro summon
Synchro.AddProcedure(c,aux.FilterBoolFunctionEx(Card.IsSetCard,0x25E),1,1,Synchro.NonTuner(Card.IsSetCard,0x25E),1,99)
c:EnableReviveLimit()
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

BIN
template pics/3YwKGe6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 KiB

BIN
template pics/dsak.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB