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 '../Burning Shadows'
const card: Card = {
name: {
en: "Kiawe",
fr: "Kiawe",
es: "Kiawe",
it: "Kawe",
pt: "Kiawe",
de: "Kiawe"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
category: "Trainer",
set: Set,
effect: {
fr: "Cherchez jusquà 4 cartes Énergie Fire dans votre deck et attachez-les à lun de vos Pokémon. Mélangez ensuite votre deck. Votre tour se termine.",
en: "Search your deck for up to 4 Fire Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck. Your turn ends.",
es: "Busca en tu baraja hasta 4 cartas de Energía Fire y únelas a 1 de tus Pokémon. Después, baraja las cartas de tu baraja. Tu turno termina.",
it: "Cerca nel tuo mazzo fino a quattro carte Energia Fire e assegnale a uno dei tuoi Pokémon. Poi rimischia le carte del tuo mazzo. Il tuo turno finisce.",
pt: "Procure por até 4 cartas de Energia Fire no seu baralho e ligue-as a 1 dos seus Pokémon. Em seguida, embaralhe o seu baralho. A sua vez de jogar acaba.",
de: "Durchsuche dein Deck nach bis zu 4 Fire-Energiekarten und lege sie an 1 deiner Pokémon an. Mische anschließend dein Deck. Dein Zug endet."
},
trainerType: "Supporter",
}
export default card