Pics remade with tcgeditor
BIN
UniverseDeck.cdb
|
Before Width: | Height: | Size: 548 KiB After Width: | Height: | Size: 548 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 329 KiB After Width: | Height: | Size: 329 KiB |
|
Before Width: | Height: | Size: 468 KiB After Width: | Height: | Size: 468 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 379 KiB After Width: | Height: | Size: 379 KiB |
|
Before Width: | Height: | Size: 542 KiB After Width: | Height: | Size: 542 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 342 KiB After Width: | Height: | Size: 342 KiB |
|
Before Width: | Height: | Size: 494 KiB After Width: | Height: | Size: 494 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 396 KiB After Width: | Height: | Size: 396 KiB |
|
Before Width: | Height: | Size: 556 KiB After Width: | Height: | Size: 556 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 427 KiB After Width: | Height: | Size: 427 KiB |
|
Before Width: | Height: | Size: 583 KiB After Width: | Height: | Size: 583 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 429 KiB After Width: | Height: | Size: 429 KiB |
|
Before Width: | Height: | Size: 588 KiB After Width: | Height: | Size: 588 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 410 KiB After Width: | Height: | Size: 410 KiB |
|
Before Width: | Height: | Size: 576 KiB After Width: | Height: | Size: 576 KiB |
BIN
card pics/Universe Revival/online/561586070.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
card pics/Universe Revival/online/Universe Revival.jpg
Normal file
|
After Width: | Height: | Size: 454 KiB |
BIN
card pics/Universe Revival/online/Universe Revival.png
Normal file
|
After Width: | Height: | Size: 597 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 389 KiB After Width: | Height: | Size: 389 KiB |
|
Before Width: | Height: | Size: 556 KiB After Width: | Height: | Size: 556 KiB |
BIN
card pics/Universe StarLink Dragon/online/561586069.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 434 KiB |
|
After Width: | Height: | Size: 579 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 404 KiB After Width: | Height: | Size: 404 KiB |
|
Before Width: | Height: | Size: 551 KiB After Width: | Height: | Size: 551 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 415 KiB After Width: | Height: | Size: 415 KiB |
|
Before Width: | Height: | Size: 564 KiB After Width: | Height: | Size: 564 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 406 KiB After Width: | Height: | Size: 406 KiB |
|
Before Width: | Height: | Size: 549 KiB After Width: | Height: | Size: 549 KiB |
|
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 119 KiB |
|
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 119 KiB |
1
jsons/Universe Revival.json
Normal file
1
jsons/Universe StarLink Dragon.json
Normal file
@@ -3,14 +3,19 @@ local s,id=GetID()
|
|||||||
function s.initial_effect(c)
|
function s.initial_effect(c)
|
||||||
--Activate
|
--Activate
|
||||||
local e1=Effect.CreateEffect(c)
|
local e1=Effect.CreateEffect(c)
|
||||||
e1:SetCategory(CATEGORY_TOGRAVE + CATEGORY_DESTROY)
|
e1:SetCategory(CATEGORY_TOGRAVE)
|
||||||
e1:SetType(EFFECT_TYPE_ACTIVATE)
|
e1:SetType(EFFECT_TYPE_ACTIVATE)
|
||||||
e1:SetCode(EVENT_)
|
e1:SetCode(EVENT_FREE_CHAIN)
|
||||||
e1:SetCost(s.cost)
|
e1:SetCost(s.cost)
|
||||||
e1:SetTarget(s.thtg)
|
e1:SetOperation(s.activate)
|
||||||
e1:SetOperation(s.thop)
|
|
||||||
c:RegisterEffect(e1)
|
c:RegisterEffect(e1)
|
||||||
|
local e2=Effect.CreateEffect(c)
|
||||||
|
e2:SetCategory(CATEGORY_DESTROY)
|
||||||
|
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
|
||||||
|
--e2:SetCode(EVENT_FREE_CHAIN)
|
||||||
|
e2:SetTarget(s.thtg)
|
||||||
|
e2:SetOperation(s.thop)
|
||||||
|
c:RegisterEffect(e2)
|
||||||
end
|
end
|
||||||
--Discard function
|
--Discard function
|
||||||
function s.costfilter(c)
|
function s.costfilter(c)
|
||||||
@@ -19,6 +24,8 @@ end
|
|||||||
function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
|
function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
|
||||||
if chk==0 then return Duel.IsExistingMatchingCard(s.costfilter,tp,LOCATION_DECK,0,1,nil) end
|
if chk==0 then return Duel.IsExistingMatchingCard(s.costfilter,tp,LOCATION_DECK,0,1,nil) end
|
||||||
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,tp,LOCATION_DECK)
|
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,tp,LOCATION_DECK)
|
||||||
|
end
|
||||||
|
function s.activate(e,tp,eg,ep,ev,re,r,rp)
|
||||||
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
|
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
|
||||||
local g=Duel.SelectMatchingCard(tp,s.costfilter,tp,LOCATION_DECK,0,1,1,nil)
|
local g=Duel.SelectMatchingCard(tp,s.costfilter,tp,LOCATION_DECK,0,1,1,nil)
|
||||||
if #g>0 then
|
if #g>0 then
|
||||||
@@ -28,7 +35,7 @@ end
|
|||||||
|
|
||||||
--Destroy function
|
--Destroy function
|
||||||
function s.tgfilter(c)
|
function s.tgfilter(c)
|
||||||
return c:IsFaceup()
|
return c:IsFaceup() and c:IsType(TYPE_MONSTER)
|
||||||
end
|
end
|
||||||
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
|
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
|
||||||
if chkc then return chkc:IsControler(1-tp) and s.tgfilter(chkc) end
|
if chkc then return chkc:IsControler(1-tp) and s.tgfilter(chkc) end
|
||||||
@@ -43,4 +50,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
|
|||||||
if tc and tc:IsRelateToEffect(e) then
|
if tc and tc:IsRelateToEffect(e) then
|
||||||
Duel.Destroy(tc, REASON_DESTROY)
|
Duel.Destroy(tc, REASON_DESTROY)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
7
lua/c561586069.lua
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
--Universe Seed
|
||||||
|
local s,id=GetID()
|
||||||
|
function s.initial_effect(c)
|
||||||
|
--Link Summon
|
||||||
|
c:EnableReviveLimit()
|
||||||
|
Link.AddProcedure(c,aux.FilterBoolFunctionEx(Card.IsSetCard,0x25E),2,c:GetLink(),nil,nil)
|
||||||
|
end
|
||||||
1
tcgbatch.tcgb
Normal file
BIN
tcgeditor render/Final Universe God Dragon.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
tcgeditor render/Universe Arrival.png
Normal file
|
After Width: | Height: | Size: 983 KiB |
BIN
tcgeditor render/Universe Comet.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
tcgeditor render/Universe Dark God.png
Normal file
|
After Width: | Height: | Size: 994 KiB |
BIN
tcgeditor render/Universe Destruction.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
tcgeditor render/Universe Exceed Dragon.png
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
tcgeditor render/Universe Light God.png
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
tcgeditor render/Universe Protection.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
tcgeditor render/Universe Revival.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
tcgeditor render/Universe Seed.png
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
tcgeditor render/Universe Synchron Dragon.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
tcgeditor render/Universe Tuner Star.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
tcgeditor render/Universe Union Dragon.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
template pics/Cosmic_Shear.jpg
Normal file
|
After Width: | Height: | Size: 217 KiB |
BIN
template pics/Cosmic_Shear_2880x1620_Lede.jpg
Normal file
|
After Width: | Height: | Size: 4.2 MiB |
BIN
template pics/StarLink full.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
template pics/StarLink.xcf
Normal file
BIN
template pics/emission-versus-absorption.png
Normal file
|
After Width: | Height: | Size: 381 KiB |
BIN
template pics/rwow8CCG3C3GrqHGiK8qcJ.jpg
Normal file
|
After Width: | Height: | Size: 628 KiB |
BIN
template pics/starlink.png
Normal file
|
After Width: | Height: | Size: 442 KiB |