mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-03 04:51:58 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@@ -5,9 +5,13 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Oranguru",
|
||||
fr: "Gouroutan",
|
||||
es: "Oranguru",
|
||||
it: "Oranguru",
|
||||
pt: "Oranguru",
|
||||
de: "Kommandutan"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Common",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Instruct",
|
||||
fr: "Sommation",
|
||||
es: "Mandato",
|
||||
it: "Imposizione",
|
||||
pt: "Instrução",
|
||||
de: "Kommando"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may draw cards until you have 3 cards in your hand.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez piocher des cartes jusqu’à ce que vous ayez 3 cartes en main.",
|
||||
es: "Una vez durante tu turno (antes de tu ataque), puedes robar cartas hasta que tengas 3 cartas en tu mano.",
|
||||
it: "Una sola volta durante il tuo turno, prima di attaccare, puoi pescare fino ad avere tre carte in mano.",
|
||||
pt: "Uma vez durante a sua vez de jogar (antes de atacar), você pode comprar cartas até ter 3 cartas na sua mão.",
|
||||
de: "Einmal während deines Zuges (bevor du angreifst) kannst du so lange Karten ziehen, bis du 3 Karten auf deiner Hand hast."
|
||||
},
|
||||
},
|
||||
],
|
||||
@@ -44,12 +56,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Psychic",
|
||||
fr: "Psyko",
|
||||
es: "Psíquico",
|
||||
it: "Psichico",
|
||||
pt: "Psíquico",
|
||||
de: "Psychokinese"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 more damage times the amount of Energy attached to your opponent's Active Pokémon.",
|
||||
en: "This attack does 20 more damage times the amount of Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires multipliés par le nombre d’Énergies attachées au Pokémon Actif de votre adversaire.",
|
||||
es: "Este ataque hace 20 puntos de daño más por cada Energía unida al Pokémon Activo de tu rival.",
|
||||
it: "Questo attacco infligge 20 danni in più per ogni Energia assegnata al Pokémon attivo del tuo avversario.",
|
||||
pt: "Este ataque causa 20 pontos de dano a mais vezes a quantidade de Energia ligada ao Pokémon Ativo do seu oponente.",
|
||||
de: "Diese Attacke fügt 20 Schadenspunkte mehr mal der Anzahl der an das Aktive Pokémon deines Gegners angelegten Energien zu."
|
||||
},
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user