Updated Dark God Pendulum Effect
This commit is contained in:
BIN
UniverseDeck.cdb
BIN
UniverseDeck.cdb
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 333 KiB After Width: | Height: | Size: 341 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 486 KiB After Width: | Height: | Size: 493 KiB |
File diff suppressed because one or more lines are too long
@@ -3,4 +3,14 @@ local s,id=GetID()
|
|||||||
function s.initial_effect(c)
|
function s.initial_effect(c)
|
||||||
--pendulum summon
|
--pendulum summon
|
||||||
Pendulum.AddProcedure(c)
|
Pendulum.AddProcedure(c)
|
||||||
|
--fusion effect | from trump witch
|
||||||
|
local params = {nil,Fusion.OnFieldMat}
|
||||||
|
local e2=Effect.CreateEffect(c)
|
||||||
|
e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON)
|
||||||
|
e2:SetType(EFFECT_TYPE_IGNITION)
|
||||||
|
e2:SetRange(LOCATION_PZONE)
|
||||||
|
e2:SetCountLimit(1)
|
||||||
|
e2:SetTarget(Fusion.SummonEffTG(table.unpack(params)))
|
||||||
|
e2:SetOperation(Fusion.SummonEffOP(table.unpack(params)))
|
||||||
|
c:RegisterEffect(e2)
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user