Added pendulum place effect to Union and Synchron Dragon

This commit is contained in:
2021-12-22 22:43:36 +01:00
parent 0779f52c9d
commit 4e068c5252
8 changed files with 56 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ function s.initial_effect(c)
--xyz summon
Xyz.AddProcedure(c,aux.FilterBoolFunctionEx(Card.IsSetCard,0x25E),4,2)
c:EnableReviveLimit()
--halve and gain | from dark anthelion
--halve and gain
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,1))
e1:SetType(EFFECT_TYPE_IGNITION)