diff --git a/Seed, LG, DG.docx b/Seed, LG, DG.docx new file mode 100644 index 0000000..e449841 Binary files /dev/null and b/Seed, LG, DG.docx differ diff --git a/UniverseDeck.cdb b/UniverseDeck.cdb index 4baeea6..6a6140e 100644 Binary files a/UniverseDeck.cdb and b/UniverseDeck.cdb differ diff --git a/card pics/Universe Seed/tcg editor/56158657.png b/card pics/Universe Seed/tcg editor/56158657.png index 7b68ed5..0208ffc 100644 Binary files a/card pics/Universe Seed/tcg editor/56158657.png and b/card pics/Universe Seed/tcg editor/56158657.png differ diff --git a/card pics/Universe Seed/tcg editor/Universe Seed.png b/card pics/Universe Seed/tcg editor/Universe Seed.png index 690da77..066e7db 100644 Binary files a/card pics/Universe Seed/tcg editor/Universe Seed.png and b/card pics/Universe Seed/tcg editor/Universe Seed.png differ diff --git a/card pics/Universe Tuner Star/tcg editor/56158663.png b/card pics/Universe Tuner Star/tcg editor/56158663.png index efeb4b2..d4c28bf 100644 Binary files a/card pics/Universe Tuner Star/tcg editor/56158663.png and b/card pics/Universe Tuner Star/tcg editor/56158663.png differ diff --git a/card pics/Universe Tuner Star/tcg editor/Universe Tuner Star.png b/card pics/Universe Tuner Star/tcg editor/Universe Tuner Star.png index dcaa014..f195ee4 100644 Binary files a/card pics/Universe Tuner Star/tcg editor/Universe Tuner Star.png and b/card pics/Universe Tuner Star/tcg editor/Universe Tuner Star.png differ diff --git a/lua/c56158660.lua b/lua/c56158660.lua index 79a88ab..20d2b91 100644 --- a/lua/c56158660.lua +++ b/lua/c56158660.lua @@ -49,7 +49,6 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) end end -- place in pendulum zone functions ---s.pendulum_level = 4 function s.pencon(e,tp,eg,ep,ev,re,r,rp) local c=e:GetHandler() return c:IsPreviousLocation(LOCATION_MZONE) and c:IsFaceup() diff --git a/lua/c56158662.lua b/lua/c56158662.lua index 84caec5..57be166 100644 --- a/lua/c56158662.lua +++ b/lua/c56158662.lua @@ -19,7 +19,6 @@ function s.initial_effect(c) c:RegisterEffect(e2) end -- place in pendulum zone functions ---s.pendulum_level = 4 function s.pencon(e,tp,eg,ep,ev,re,r,rp) local c=e:GetHandler() return c:IsPreviousLocation(LOCATION_MZONE) and c:IsFaceup() diff --git a/lua/c56158667.lua b/lua/c56158667.lua index 391e68c..e463935 100644 --- a/lua/c56158667.lua +++ b/lua/c56158667.lua @@ -3,19 +3,14 @@ local s,id=GetID() function s.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) - e1:SetCategory(CATEGORY_TOGRAVE) + e1:SetCategory(CATEGORY_TOGRAVE + CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) + e1:SetCountLimit(1,id) e1:SetCost(s.cost) - e1:SetOperation(s.activate) + e1:SetTarget(s.thtg) + e1:SetOperation(s.thop) 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 --Discard function function s.costfilter(c) @@ -24,8 +19,6 @@ end 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 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) local g=Duel.SelectMatchingCard(tp,s.costfilter,tp,LOCATION_DECK,0,1,1,nil) if #g>0 then @@ -35,7 +28,7 @@ end --Destroy function function s.tgfilter(c) - return c:IsFaceup() and c:IsType(TYPE_MONSTER) + return c:IsFaceup() end 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 @@ -50,4 +43,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) if tc and tc:IsRelateToEffect(e) then Duel.Destroy(tc, REASON_DESTROY) end -end \ No newline at end of file +end \ No newline at end of file diff --git a/lua/c56158669.lua b/lua/c56158669.lua index b81d1f5..acd2659 100644 --- a/lua/c56158669.lua +++ b/lua/c56158669.lua @@ -1,4 +1,4 @@ ---Universe Seed +--Universe StarLink Dragon local s,id=GetID() function s.initial_effect(c) --Link Summon diff --git a/lua/c56158670.lua b/lua/c56158670.lua new file mode 100644 index 0000000..52a67a6 --- /dev/null +++ b/lua/c56158670.lua @@ -0,0 +1,9 @@ +--Universe Revival +local s,id=GetID() +function s.initial_effect(c) + --Activate + local e1=Effect.CreateEffect(c) + e1:SetType(EFFECT_TYPE_ACTIVATE) + e1:SetCode(EVENT_FREE_CHAIN) + c:RegisterEffect(e1) +end \ No newline at end of file diff --git a/tcgbatch.tcgb b/tcgbatch.tcgb index 54c9890..2929d6a 100644 --- a/tcgbatch.tcgb +++ b/tcgbatch.tcgb @@ -1 +1 @@ -{"game":1,"version":2,"cards":{"Universe Seed":{"artwork":"C:\\dev\\Universe Deck\\template pics\\yingyi-xsu-72px.jpg","artwork_crop":[574,58,1350,829],"background":10,"rarity":7,"attribute":0,"level":4,"icon":0,"description":"Once per turn: When this card is Normal or Special Summoned you can Special Summon two copies of this card from your deck and\/or hand in defense position. Once per turn: When there are two Universe Seeds on the field, you can make one of your opponents monster's ATK 0","pendulum_description":"Every Universe monster on the field gains 400 ATK ","pendulum_scales":[4,4],"subtypes":["Fiend","Pendulum","Effect"],"atk":"1800","def":"1600","edition":1,"set":"HTU-006","card_number":"56158657","limitation":"","sticker":1,"copyright":1},"Universe Light God":{"artwork":"C:\\dev\\Universe Deck\\template pics\\infantuniverse.jpg","artwork_crop":[0,0,600,535],"background":10,"rarity":7,"attribute":5,"level":3,"icon":0,"description":"If there are two monsters on the field with the same type, you can Special Summon this card from your hand. Once per turn: You can shuffle back one card from the Graveyard to your Deck then, you can destroy one card your opponent controls.","pendulum_description":"Universe monsters on the field cannot be targeted by your opponent's card effects. Once per turn: When a spell\/trap or monter effect is activated you can negate the activation and send that card to the Graveyard.","pendulum_scales":[1,1],"subtypes":["Fiend","Pendulum","Effect"],"atk":"1000","def":"1500","edition":1,"set":"HTU-006","card_number":"56158658","limitation":"","sticker":1,"copyright":1},"Universe Dark God":{"artwork":"C:\\dev\\Universe Deck\\template pics\\emission-versus-absorption.png","artwork_crop":[0,0,780,733],"background":10,"rarity":7,"attribute":0,"level":7,"icon":0,"description":"","pendulum_description":"Once per turn: You can Fusion Summon 1 Fusion Monster from your Extra Deck, using monsters you control as Fusion Materials.","pendulum_scales":[11,11],"subtypes":["Fiend","Pendulum","Effect"],"atk":"2300","def":"2000","edition":1,"set":"HTU-006","card_number":"56158659","limitation":"","sticker":1,"copyright":1},"Universe Union Dragon":{"artwork":"C:\\dev\\Universe Deck\\template pics\\red-dragon-nebula-wallpaper.jpg","artwork_crop":[580,0,3840,2160],"background":9,"rarity":7,"attribute":0,"level":8,"icon":0,"description":"2 Universe monsters\r\nOnce per turn: You can target one monster on your opponent's field, destroy it and your opponent takes damage equal to its ATK. If this card is destroyed, you can place this card in the Pendulum Zone.","pendulum_description":"","pendulum_scales":[1,1],"subtypes":["Dragon","Fusion","Pendulum","Effect"],"atk":"3400","def":"3000","edition":1,"set":"HTU-006","card_number":"56158660","limitation":"","sticker":1,"copyright":1},"Universe Exceed Dragon":{"artwork":"C:\\dev\\Universe Deck\\template pics\\6c4bef1edc2cd61d2eb37221d3bc46d5.jpg","artwork_crop":[0,0,600,665],"background":15,"rarity":7,"attribute":0,"level":4,"icon":0,"description":"2 level 4 Dark attribute monsters\r\nIf you can Pendulum Summon Level 4, you can Pendulum Summon this face-up card in your Extra Deck. Once per turn: You can detach one Xyz Material from this card, halve one monsters ATK on your opponents field, this card then gains that lost ATK, then increase your life point by that amount. When this card is destroyed, you can place this card in the Pendulum Zone.","pendulum_description":"Once per turn (Qucik Effect): Target 1 monster in your the Graveyard, then target 1 Universe monster on the field it gains that card's ATK","pendulum_scales":[7,7],"subtypes":["Dragon","Xyz","Pendulum","Effect"],"atk":"2500","def":"2200","edition":1,"set":"HTU-006","card_number":"56158661","limitation":"","sticker":1,"copyright":1},"Universe Synchron Dragon":{"artwork":"C:\\dev\\Universe Deck\\template pics\\225c2bdb001d688d5abf08cabe42a943.jpg","artwork_crop":[0,32,751,940],"background":12,"rarity":7,"attribute":0,"level":7,"icon":0,"description":"1 Tuner + 1+ non-Tuner monsters\r\nOnce per turn (Quick Effect): When a monster effect is activated, you can negate the activation and destroy it, and this card gains 400 ATK for each card on your field. Once per turn (Quick Effect): When a spell\/trap is activated, send 1 card from your hand to the Graveyard, then you can negate the activation and destroy it. When this card is destroyed, you can place this card in the Pendulum Zone.","pendulum_description":"","pendulum_scales":[9,9],"subtypes":["Dragon","Synchro","Pendulum","Effect"],"atk":"3000","def":"2600","edition":1,"set":"HTU-006","card_number":"56158662","limitation":"","sticker":1,"copyright":1},"Universe Tuner Star":{"artwork":"C:\\dev\\Universe Deck\\template pics\\71i3zSC2d3L._AC_SX679_.jpg","artwork_crop":[137,0,538,382],"background":10,"rarity":7,"attribute":0,"level":3,"icon":0,"description":"When there is a Universe monster on the field, you can Special Summon this card from your hand. When this card is Normal or Special Summoned you can Special Summon 1 non Fusion, Synchro or Xyz face-up Universe monster from your Extra Deck","pendulum_description":"Once per turn: You can banish 1 Dark monster from your Graveyard then Special Summon this card from the Pendulum Zone","pendulum_scales":[3,3],"subtypes":["Fiend","Pendulum","Tuner","Effect"],"atk":"800","def":"600","edition":1,"set":"HTU-006","card_number":"56158663","limitation":"","sticker":1,"copyright":1},"Universe Comet":{"artwork":"C:\\dev\\Universe Deck\\template pics\\stars\\universe-theme-fe9.jpg","artwork_crop":[0,0,671,467],"background":10,"rarity":7,"attribute":0,"level":4,"icon":0,"description":"If there are no monsters on the field, you can Special Summon this card from your hand. When this card is Normal or Special Summoned, you can add 1 Universe card from your deck to your hand.","pendulum_description":"Once per turn: When there is a Universe monster in your other Pendulum Zone, you can add 1 Universe card from your deck to your hand, then destroy this card.","pendulum_scales":[8,8],"subtypes":["Fiend","Pendulum","Effect"],"atk":"1600","def":"1900","edition":1,"set":"HTU-006","card_number":"56158664","limitation":"","sticker":1,"copyright":1},"Universe Protection":{"artwork":"C:\\dev\\Universe Deck\\template pics\\stars\\universe-theme-ve11.jpg","artwork_crop":[185,0,749,467],"background":16,"rarity":7,"attribute":6,"level":0,"icon":5,"description":"Target 1 Universe monster on the field. This turn that monster cannot be destroyed by card effects, then draw 1 card. If the monster targeted by this effect leaves the field the turn this card was activated draw 1 card. This card can only be used once per turn","pendulum_description":"","pendulum_scales":[0,0],"subtypes":[],"atk":"0","def":"0","edition":1,"set":"HTU-006","card_number":"56158665","limitation":"","sticker":1,"copyright":1},"Universe Arrival":{"artwork":"C:\\dev\\Universe Deck\\template pics\\stars\\universe-theme-hr10.jpg","artwork_crop":[0,0,749,467],"background":16,"rarity":7,"attribute":6,"level":0,"icon":0,"description":"Special Summon 1 Universe monster from your hand or Graveyard","pendulum_description":"","pendulum_scales":[0,0],"subtypes":[],"atk":"0","def":"0","edition":1,"set":"HTU-006","card_number":"56158666","limitation":"","sticker":1,"copyright":1},"Universe Destruction":{"artwork":"C:\\dev\\Universe Deck\\template pics\\stars\\universe-theme-un14.jpg","artwork_crop":[82,0,541,467],"background":16,"rarity":7,"attribute":6,"level":0,"icon":0,"description":"Send 1 Universe monster from your Deck to the Graveyard, then target 1 monster on your opponent's field, destroy it. This card can only be used once per turn.","pendulum_description":"","pendulum_scales":[0,0],"subtypes":[],"atk":"0","def":"0","edition":1,"set":"HTU-006","card_number":"56158667","limitation":"","sticker":1,"copyright":1},"Final Universe God Dragon":{"artwork":"C:\\dev\\Universe Deck\\template pics\\9e2c027c1f3fbbd3bcdc56d9210cc2c4.jpg","artwork_crop":[0,0,1108,926],"background":9,"rarity":7,"attribute":0,"level":12,"icon":0,"description":"","pendulum_description":"","pendulum_scales":[13,13],"subtypes":["Dragon","Fusion","Pendulum","Effect"],"atk":"4500","def":"4300","edition":1,"set":"HTU-006","card_number":"56158668","limitation":"","sticker":1,"copyright":1},"Universe Revival":{"artwork":"C:\\dev\\Universe Deck\\template pics\\rwow8CCG3C3GrqHGiK8qcJ.jpg","artwork_crop":[54,0,690,567],"background":16,"rarity":7,"attribute":6,"level":0,"icon":1,"description":"While this card is face up on the field, you can Pendulum Summon monsters from your Graveyard. Once per turn: You can add 1 Universe card from your deck to your hand. During the End Phase pay 800 life points or destroy this card.","pendulum_description":"","pendulum_scales":[0,0],"subtypes":[],"atk":"0","def":"0","edition":1,"set":"HTU-006","card_number":"56158670","limitation":"","sticker":1,"copyright":1}}} \ No newline at end of file +{"game":1,"version":2,"cards":{"Universe Seed":{"artwork":"C:\\dev\\Universe Deck\\template pics\\yingyi-xsu-72px.jpg","artwork_crop":[574,58,1350,829],"background":10,"rarity":7,"attribute":0,"level":4,"icon":0,"description":"Once per turn: When this card is Normal or Special Summoned, you can Special Summon two copies of this card from your deck and\/or hand in defense position. Once per turn: When there are three Universe Seeds on the field, you can make one of your opponents monster's ATK 0","pendulum_description":"Every Universe monster on the field gains 400 ATK ","pendulum_scales":[4,4],"subtypes":["Fiend","Pendulum","Effect"],"atk":"1800","def":"1600","edition":1,"set":"HTU-006","card_number":"56158657","limitation":"","sticker":1,"copyright":1},"Universe Light God":{"artwork":"C:\\dev\\Universe Deck\\template pics\\infantuniverse.jpg","artwork_crop":[0,0,600,535],"background":10,"rarity":7,"attribute":5,"level":3,"icon":0,"description":"If there are two monsters on the field with the same type, you can Special Summon this card from your hand. Once per turn: You can shuffle back one card from the Graveyard to your Deck then, you can destroy one card your opponent controls.","pendulum_description":"Universe monsters on the field cannot be targeted by your opponent's card effects. Once per turn: When a spell\/trap or monter effect is activated you can negate the activation and send that card to the Graveyard.","pendulum_scales":[1,1],"subtypes":["Fiend","Pendulum","Effect"],"atk":"1000","def":"1500","edition":1,"set":"HTU-006","card_number":"56158658","limitation":"","sticker":1,"copyright":1},"Universe Dark God":{"artwork":"C:\\dev\\Universe Deck\\template pics\\emission-versus-absorption.png","artwork_crop":[0,0,780,733],"background":10,"rarity":7,"attribute":0,"level":7,"icon":0,"description":"","pendulum_description":"Once per turn: You can Fusion Summon 1 Fusion Monster from your Extra Deck, using monsters you control as Fusion Materials.","pendulum_scales":[11,11],"subtypes":["Fiend","Pendulum","Effect"],"atk":"2300","def":"2000","edition":1,"set":"HTU-006","card_number":"56158659","limitation":"","sticker":1,"copyright":1},"Universe Union Dragon":{"artwork":"C:\\dev\\Universe Deck\\template pics\\red-dragon-nebula-wallpaper.jpg","artwork_crop":[580,0,3840,2160],"background":9,"rarity":7,"attribute":0,"level":8,"icon":0,"description":"2 Universe monsters\r\nOnce per turn: You can target one monster on your opponent's field, destroy it and your opponent takes damage equal to its ATK. If this card is destroyed, you can place this card in the Pendulum Zone.","pendulum_description":"","pendulum_scales":[1,1],"subtypes":["Dragon","Fusion","Pendulum","Effect"],"atk":"3400","def":"3000","edition":1,"set":"HTU-006","card_number":"56158660","limitation":"","sticker":1,"copyright":1},"Universe Exceed Dragon":{"artwork":"C:\\dev\\Universe Deck\\template pics\\6c4bef1edc2cd61d2eb37221d3bc46d5.jpg","artwork_crop":[0,0,600,665],"background":15,"rarity":7,"attribute":0,"level":4,"icon":0,"description":"2 level 4 Dark attribute monsters\r\nIf you can Pendulum Summon Level 4, you can Pendulum Summon this face-up card in your Extra Deck. Once per turn: You can detach one Xyz Material from this card, halve one monsters ATK on your opponents field, this card then gains that lost ATK, then increase your life point by that amount. When this card is destroyed, you can place this card in the Pendulum Zone.","pendulum_description":"Once per turn (Qucik Effect): Target 1 monster in your the Graveyard, then target 1 Universe monster on the field it gains that card's ATK","pendulum_scales":[7,7],"subtypes":["Dragon","Xyz","Pendulum","Effect"],"atk":"2500","def":"2200","edition":1,"set":"HTU-006","card_number":"56158661","limitation":"","sticker":1,"copyright":1},"Universe Synchron Dragon":{"artwork":"C:\\dev\\Universe Deck\\template pics\\225c2bdb001d688d5abf08cabe42a943.jpg","artwork_crop":[0,32,751,940],"background":12,"rarity":7,"attribute":0,"level":7,"icon":0,"description":"1 Tuner + 1+ non-Tuner monsters\r\nOnce per turn (Quick Effect): When a monster effect is activated, you can negate the activation and destroy it, and this card gains 400 ATK for each card on your field. Once per turn (Quick Effect): When a spell\/trap is activated, send 1 card from your hand to the Graveyard, then you can negate the activation and destroy it. When this card is destroyed, you can place this card in the Pendulum Zone.","pendulum_description":"","pendulum_scales":[9,9],"subtypes":["Dragon","Synchro","Pendulum","Effect"],"atk":"3000","def":"2600","edition":1,"set":"HTU-006","card_number":"56158662","limitation":"","sticker":1,"copyright":1},"Universe Tuner Star":{"artwork":"C:\\dev\\Universe Deck\\template pics\\71i3zSC2d3L._AC_SX679_.jpg","artwork_crop":[137,0,538,382],"background":10,"rarity":7,"attribute":0,"level":3,"icon":0,"description":"When there is a Universe monster on the field, you can Special Summon this card from your hand. When this card is Normal or Special Summoned you can Special Summon 1 non Fusion, Synchro or Xyz face-up Universe monster from your Extra Deck. This effect can only be used once per turn.","pendulum_description":"Once per turn: You can banish 1 Dark monster from your Graveyard then Special Summon this card from the Pendulum Zone","pendulum_scales":[3,3],"subtypes":["Fiend","Pendulum","Tuner","Effect"],"atk":"800","def":"600","edition":1,"set":"HTU-006","card_number":"56158663","limitation":"","sticker":1,"copyright":1},"Universe Comet":{"artwork":"C:\\dev\\Universe Deck\\template pics\\stars\\universe-theme-fe9.jpg","artwork_crop":[0,0,671,467],"background":10,"rarity":7,"attribute":0,"level":4,"icon":0,"description":"If there are no monsters on the field, you can Special Summon this card from your hand. When this card is Normal or Special Summoned, you can add 1 Universe card from your deck to your hand.","pendulum_description":"Once per turn: When there is a Universe monster in your other Pendulum Zone, you can add 1 Universe card from your deck to your hand, then destroy this card.","pendulum_scales":[8,8],"subtypes":["Fiend","Pendulum","Effect"],"atk":"1600","def":"1900","edition":1,"set":"HTU-006","card_number":"56158664","limitation":"","sticker":1,"copyright":1},"Universe Protection":{"artwork":"C:\\dev\\Universe Deck\\template pics\\stars\\universe-theme-ve11.jpg","artwork_crop":[185,0,749,467],"background":16,"rarity":7,"attribute":6,"level":0,"icon":5,"description":"Target 1 Universe monster on the field. This turn that monster cannot be destroyed by card effects, then draw 1 card. If the monster targeted by this effect leaves the field the turn this card was activated draw 1 card. This card can only be used once per turn","pendulum_description":"","pendulum_scales":[0,0],"subtypes":[],"atk":"0","def":"0","edition":1,"set":"HTU-006","card_number":"56158665","limitation":"","sticker":1,"copyright":1},"Universe Arrival":{"artwork":"C:\\dev\\Universe Deck\\template pics\\stars\\universe-theme-hr10.jpg","artwork_crop":[0,0,749,467],"background":16,"rarity":7,"attribute":6,"level":0,"icon":0,"description":"Special Summon 1 Universe monster from your hand or Graveyard","pendulum_description":"","pendulum_scales":[0,0],"subtypes":[],"atk":"0","def":"0","edition":1,"set":"HTU-006","card_number":"56158666","limitation":"","sticker":1,"copyright":1},"Universe Destruction":{"artwork":"C:\\dev\\Universe Deck\\template pics\\stars\\universe-theme-un14.jpg","artwork_crop":[82,0,541,467],"background":16,"rarity":7,"attribute":6,"level":0,"icon":0,"description":"Send 1 Universe monster from your Deck to the Graveyard, then target 1 monster on your opponent's field, destroy it. This card can only be used once per turn.","pendulum_description":"","pendulum_scales":[0,0],"subtypes":[],"atk":"0","def":"0","edition":1,"set":"HTU-006","card_number":"56158667","limitation":"","sticker":1,"copyright":1},"Final Universe God Dragon":{"artwork":"C:\\dev\\Universe Deck\\template pics\\9e2c027c1f3fbbd3bcdc56d9210cc2c4.jpg","artwork_crop":[0,0,1108,926],"background":9,"rarity":7,"attribute":0,"level":12,"icon":0,"description":"","pendulum_description":"","pendulum_scales":[13,13],"subtypes":["Dragon","Fusion","Pendulum","Effect"],"atk":"4500","def":"4300","edition":1,"set":"HTU-006","card_number":"56158668","limitation":"","sticker":1,"copyright":1},"Universe Revival":{"artwork":"C:\\dev\\Universe Deck\\template pics\\rwow8CCG3C3GrqHGiK8qcJ.jpg","artwork_crop":[54,0,690,567],"background":16,"rarity":7,"attribute":6,"level":0,"icon":1,"description":"While this card is face up on the field, you can Pendulum Summon monsters from your Graveyard. Once per turn: You can add 1 Universe card from your deck to your hand. During the End Phase pay 800 life points or destroy this card.","pendulum_description":"","pendulum_scales":[0,0],"subtypes":[],"atk":"0","def":"0","edition":1,"set":"HTU-006","card_number":"56158670","limitation":"","sticker":1,"copyright":1}}} \ No newline at end of file diff --git a/tcgeditor render/Universe Seed.png b/tcgeditor render/Universe Seed.png index 690da77..066e7db 100644 Binary files a/tcgeditor render/Universe Seed.png and b/tcgeditor render/Universe Seed.png differ diff --git a/tcgeditor render/Universe Tuner Star.png b/tcgeditor render/Universe Tuner Star.png index dcaa014..f195ee4 100644 Binary files a/tcgeditor render/Universe Tuner Star.png and b/tcgeditor render/Universe Tuner Star.png differ