1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 18:09:19 +00:00

feat: Add remaining Sword & Shield promos (#768)

This commit is contained in:
2025-05-26 13:53:06 +02:00
committed by GitHub
parent 25df3092d2
commit 8c77025f4e
285 changed files with 10818 additions and 868 deletions

View File

@ -5,7 +5,12 @@ const card: Card = {
set: Set,
name: {
en: "Dark Sylveon V"
en: "Dark Sylveon V",
fr: "Nymphali obscur V",
de: "Dunkles Feelinara V",
es: "Sylveon Oscuro V",
pt: "Sylveon Sombrio V",
it: "Dark Sylveon V"
},
illustrator: "Ryuta Fuse",
@ -17,25 +22,45 @@ const card: Card = {
cost: ["Colorless", "Colorless"],
name: {
en: "Disarming Voice"
en: "Disarming Voice",
fr: "Voix Enjôleuse",
de: "Säuselstimme",
es: "Voz Cautivadora",
pt: "Voz Desarmante",
it: "Incantavoce"
},
damage: 30,
effect: {
en: "Your opponent's Active Pokémon is now Confused."
en: "Your opponent's Active Pokémon is now Confused.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt.",
es: "El Pokémon Activo de tu rival pasa a estar Confundido.",
pt: "O Pokémon Ativo do seu oponente agora está Confuso.",
it: "Il Pokémon attivo del tuo avversario viene confuso."
}
}, {
cost: ["Psychic", "Colorless", "Colorless"],
name: {
en: "Tricky Ribbon"
en: "Tricky Ribbon",
fr: "Ruban Rusé",
de: "Listiges Band",
es: "Cinta Engañosa",
pt: "Laço de Travessura",
it: "Fiocco Ingannevole"
},
damage: 100,
effect: {
en: "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck."
en: "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck.",
fr: "Choisissez une carte au hasard dans la main de votre adversaire. Votre adversaire montre cette carte, puis la mélange avec son deck.",
de: "Wähle 1 zufällige Karte aus der Hand deines Gegners. Dein Gegner zeigt dir jene Karte und mischt sie in sein Deck.",
es: "Elige 1 carta aleatoria de la mano de tu rival. Tu rival enseña esa carta, la pone en su baraja y las baraja todas.",
pt: "Escolha 1 carta aleatória da mão do seu oponente. Seu oponente revela aquela carta e a embaralha no próprio baralho.",
it: "Scegli una carta a caso dalla mano del tuo avversario. Il tuo avversario mostra quella carta e la rimischia nel suo mazzo."
}
}],
@ -50,7 +75,8 @@ const card: Card = {
},
hp: 180,
types: ["Psychic"]
types: ["Psychic"],
retreat: 1
}
export default card