mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,7 +4,11 @@ import Set from '../BREAKpoint'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Misty’s Determination",
|
||||
fr: "Détermination d'Ondine",
|
||||
fr: "Détermination d’Ondine",
|
||||
es: "Determinación de Misty",
|
||||
it: "Determinazione di Misty",
|
||||
pt: "Determinação da Misty",
|
||||
de: "Mistys Entschlossenheit"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
@ -23,8 +27,12 @@ const card: Card = {
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez une carte de votre main. Dans ce cas, regardez les 8 cartes du dessus de votre deck et ajoutez l'une d'entre elles à votre main. Mélangez les autres cartes avec votre deck.",
|
||||
en: "Discard a card from your hand. If you do, look at the top 8 cards of your deck and put 1 of them into your hand. Shuffle the other cards back into your deck."
|
||||
fr: "Défaussez une carte de votre main. Dans ce cas, regardez les 8 cartes du dessus de votre deck et ajoutez l’une d’entre elles à votre main. Mélangez les autres cartes avec votre deck.",
|
||||
en: "Discard a card from your hand. If you do, look at the top 8 cards of your deck and put 1 of them into your hand. Shuffle the other cards back into your deck.",
|
||||
es: "Descarta 1 carta de tu mano. Si lo haces, mira las 8 primeras cartas de tu baraja y pon 1 de ellas en tu mano. Pon el resto de cartas de nuevo en tu baraja y barájalas todas.",
|
||||
it: "Scarta una delle carte che hai in mano. Se lo fai, guarda le prime otto carte del tuo mazzo e aggiungi una di esse alle carte che hai in mano. Poi rimischia le altre carte nel tuo mazzo.",
|
||||
pt: "Descarte um card da sua mão. Se fizer isso, olhe os 8 cards de cima do seu baralho e coloque 1 deles na sua mão. Embaralhe os demais cards de volta.",
|
||||
de: "Lege 1 Karte von deiner Hand auf deinen Ablagestapel. Wenn du das machst, schau dir die obersten 8 Karten deines Decks an und nimm 1 davon auf deine Hand. Mische die anderen Karten anschließend in dein Deck."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
Reference in New Issue
Block a user