mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add Astral Radiance (#305)
This commit is contained in:
39
data/Sword & Shield/Astral Radiance/158.ts
Normal file
39
data/Sword & Shield/Astral Radiance/158.ts
Normal file
@ -0,0 +1,39 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Astral Radiance"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Wait and See Turbo",
|
||||
fr: "Turbo Patience",
|
||||
es: "Turbo Espera y Verás",
|
||||
it: "Turbo Tattico",
|
||||
pt: "Esperar para Ver Turbo",
|
||||
de: "Geduldturbo"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can use this card only if you go second, and only during your first turn. Search your deck for a basic Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck. Your turn ends.",
|
||||
fr: "Vous ne pouvez jouer cette carte que si vous jouez en second et uniquement pendant votre premier tour. Cherchez dans votre deck une carte Énergie de base et attachez-la à l'un de vos Pokémon. Mélangez ensuite votre deck. Votre tour se termine.",
|
||||
es: "Puedes usar esta carta solo si sales segundo, y solo durante tu primer turno. Busca en tu baraja 1 carta de Energía Básica y únela a 1 de tus Pokémon. Después, baraja las cartas de tu baraja. Tu turno termina.",
|
||||
it: "Puoi usare questa carta solo se inizi per secondo e solo durante il tuo primo turno. Cerca nel tuo mazzo una carta Energia base e assegnala a uno dei tuoi Pokémon. Poi rimischia le carte del tuo mazzo. Il tuo turno finisce.",
|
||||
pt: "Você só pode usar esta carta se for o segundo a jogar e somente no seu primeiro turno. Procure por 1 carta de Energia básica no seu baralho e ligue-a a 1 dos seus Pokémon. Em seguida, embaralhe o seu baralho. O seu turno acaba.",
|
||||
de: "Du kannst diese Karte nur verwenden, wenn du als Zweiter am Zug bist, und nur während deines ersten Zuges. Durchsuche dein Deck nach 1 Basis-Energiekarte und lege sie an 1 deiner Pokémon an. Mische anschließend dein Deck. Dein Zug endet."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
regulationMark: "F",
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user