Excedd dragon effect and descrition fix
BIN
UniverseDeck.cdb
BIN
card pics/Back-Anime-ZX-2.png
Normal file
|
After Width: | Height: | Size: 119 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 427 KiB After Width: | Height: | Size: 428 KiB |
|
Before Width: | Height: | Size: 584 KiB After Width: | Height: | Size: 584 KiB |
@@ -9,7 +9,7 @@ function s.initial_effect(c)
|
|||||||
--halve and gain | from dark anthelion
|
--halve and gain | from dark anthelion
|
||||||
local e1=Effect.CreateEffect(c)
|
local e1=Effect.CreateEffect(c)
|
||||||
e1:SetDescription(aux.Stringid(id,1))
|
e1:SetDescription(aux.Stringid(id,1))
|
||||||
e1:SetType(EFFECT_TYPE_QUICK_O)
|
e1:SetType(EFFECT_TYPE_IGNITION)
|
||||||
e1:SetCode(EVENT_FREE_CHAIN)
|
e1:SetCode(EVENT_FREE_CHAIN)
|
||||||
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
|
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
|
||||||
e1:SetRange(LOCATION_MZONE)
|
e1:SetRange(LOCATION_MZONE)
|
||||||
@@ -68,7 +68,7 @@ function s.atkop2(e,tp,eg,ep,ev,re,r,rp)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
-- pendulum zone functions
|
-- place in pendulum zone functions
|
||||||
s.pendulum_level = 4
|
s.pendulum_level = 4
|
||||||
function s.pencon(e,tp,eg,ep,ev,re,r,rp)
|
function s.pencon(e,tp,eg,ep,ev,re,r,rp)
|
||||||
local c=e:GetHandler()
|
local c=e:GetHandler()
|
||||||
|
|||||||