1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
Florian Bouillon dc0dcff103
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-30 14:12:31 +02:00

42 lines
1.3 KiB
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from '../../../interfaces'
import Set from '../Cosmic Eclipse'
const card: Card = {
name: {
en: "Ns Resolve",
fr: "Résolution de N",
es: "Decisión de N",
it: "Grinta di N",
pt: "Resolução do N",
de: "Ns Entschluss"
},
illustrator: "Ryuta Fuse",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Défaussez les 6 cartes du dessus de votre deck. Si vous y trouvez des cartes Énergie de base, attachez-les à lun de vos Pokémon Dragon de Banc.",
en: "Discard the top 6 cards of your deck. If any of those cards are basic Energy cards, attach them to 1 of your Benched Dragon Pokémon.",
es: "Descarta las 6 primeras cartas de tu baraja. Si entre esas cartas hay cartas de Energía Básica, únelas a 1 de tus Pokémon Dragon en Banca.",
it: "Scarta le prime sei carte del tuo mazzo. Se fra queste ci sono delle carte Energia base, assegnale a uno dei tuoi Pokémon Dragon in panchina.",
pt: "Descarte as 6 primeiras cartas do seu baralho. Se houver cartas de Energia básica entre elas, ligue-as a 1 dos seus Pokémon Dragon no Banco.",
de: "Lege die obersten 6 Karten deines Decks auf deinen Ablagestapel. Wenn unter jenen Karten Basis-Energiekarten sind, lege sie an 1 Dragon-Pokémon auf deiner Bank an."
},
trainerType: "Supporter",
}
export default card