mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Amoonguss",
|
||||
fr: "Gaulet",
|
||||
es: "Amoonguss",
|
||||
it: "Amoonguss",
|
||||
pt: "Amoonguss",
|
||||
de: "Hutsassa"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
@ -33,10 +37,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Crazy Spore",
|
||||
fr: "Spore Folle",
|
||||
es: "Espora Loca",
|
||||
it: "Sporafolle",
|
||||
pt: "Esporo Louco",
|
||||
de: "Verrückte Pilzspore"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Confused and Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus et Empoisonné.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Confundido y Envenenado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene confuso e avvelenato.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Confuso e Envenenado.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt und vergiftet."
|
||||
},
|
||||
|
||||
},
|
||||
@ -48,10 +60,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Strange Reaction",
|
||||
fr: "Étrange Réaction",
|
||||
es: "Reacción Rara",
|
||||
it: "Strana Reazione",
|
||||
pt: "Reação Estranha",
|
||||
de: "Seltsame Reaktion"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon is Confused, it is now Paralyzed.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est Confus, il est maintenant Paralysé.",
|
||||
es: "Si el Pokémon Activo de tu rival está Confundido, este pasa a estar Paralizado.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è confuso, viene paralizzato.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente estiver Confuso, ele será Paralisado.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners verwirrt ist, ist es jetzt paralysiert."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user