mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Uxie",
|
||||
fr: "Créhelf",
|
||||
es: "Uxie",
|
||||
it: "Uxie",
|
||||
pt: "Uxie",
|
||||
de: "Selfe"
|
||||
},
|
||||
illustrator: "kodama",
|
||||
rarity: "Rare",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Secret Territory",
|
||||
fr: "Territoire Secret",
|
||||
es: "Territorio Secreto",
|
||||
it: "Territorio Segreto",
|
||||
pt: "Território Secreto",
|
||||
de: "Geheimes Territorium"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have Mesprit and Azelf in play, apply Weakness for each Pokémon (both yours and your opponent's) as ×4 instead.",
|
||||
en: "If you have Mesprit and Azelf in play, apply Weakness for each Pokémon (both yours and your opponent’s) as ×4 instead.",
|
||||
fr: "Si vous avez Créfollet et Créfadet en jeu, la Faiblesse de chaque Pokémon (les vôtres et ceux de votre adversaire) est multipliée par 4.",
|
||||
es: "Si tienes a Mesprit y Azelf en juego, aplica una Debilidad de x 4 a cada Pokémon (tanto tuyos como de tu rival).",
|
||||
it: "Se hai Mesprit e Azelf in gioco, la debolezza di tutti i Pokémon, sia tuoi che del tuo avversario, diventa x4.",
|
||||
pt: "Se você tiver Mesprit e Azelf em jogo, aplique Fraqueza a cada Pokémon (seus e do seu oponente) de ×4.",
|
||||
de: "Wenn du Vesprit und Tobutz im Spiel hast, wende für alle Pokémon (deine und die deines Gegners) Schwäche in Höhe von ×4 an."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -44,6 +56,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Psyshot",
|
||||
fr: "Piqûre Psy",
|
||||
es: "Disparo Psi",
|
||||
it: "Psicosparo",
|
||||
pt: "Tiro Psíquico",
|
||||
de: "Psychoschuss"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user