mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Shuckle-GX",
|
||||
fr: "Caratroc-GX",
|
||||
es: "Shuckle-GX",
|
||||
it: "Shuckle-GX",
|
||||
pt: "Shuckle-GX",
|
||||
de: "Pottrott-GX"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Protective Shell",
|
||||
fr: "Carapace Protectrice",
|
||||
es: "Caparazón Protector",
|
||||
it: "Guscio Protettivo",
|
||||
pt: "Carapaça Protetora",
|
||||
de: "Schutzpanzer"
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all damage done to this Pokémon by attacks from your opponent's Pokémon that have 2 or fewer Energy attached to them.",
|
||||
en: "Prevent all damage done to this Pokémon by attacks from your opponent’s Pokémon that have 2 or fewer Energy attached to them.",
|
||||
fr: "Évitez tous les dégâts d’attaques infligés à ce Pokémon par les Pokémon de votre adversaire auxquels sont attachées 2 Énergies ou moins.",
|
||||
es: "Evita todo el daño infligido a este Pokémon por ataques de los Pokémon de tu rival que tengan 2 o menos Energías unidas a ellos.",
|
||||
it: "Previeni tutti i danni inflitti a questo Pokémon dagli attacchi dei Pokémon del tuo avversario che hanno due o meno Energie assegnate.",
|
||||
pt: "Previne todo o dano causado a este Pokémon por ataques dos Pokémon do seu oponente que tenham 2 ou menos Energias ligadas a eles.",
|
||||
de: "Verhindere allen Schaden, der diesem Pokémon durch Attacken von Pokémon deines Gegners, an die 2 oder weniger Energien angelegt sind, zugefügt wird."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,10 +54,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Triple Poison",
|
||||
fr: "Triple Poison",
|
||||
es: "Veneno Triple",
|
||||
it: "Triplo Veleno",
|
||||
pt: "Veneno Triplo",
|
||||
de: "Dreifachgift"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Poisoned. Put 3 damage counters instead of 1 on that Pokémon between turns.",
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned. Put 3 damage counters instead of 1 on that Pokémon between turns.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Placez 3 marqueurs de dégâts au lieu d’un sur le Pokémon ciblé entre chaque tour.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado. Pon 3 contadores de daño en vez de 1 en ese Pokémon entre turnos.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato. Tra un turno e l’altro, metti tre segnalini danno invece di uno su quel Pokémon.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Envenenado. Coloque 3 contadores de dano ao invés de 1 naquele Pokémon entre as vezes de jogar.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt vergiftet. Lege zwischen den Zügen 3 Schadensmarken anstelle von 1 Schadensmarke auf jenes Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
@ -54,12 +74,20 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Wrap-GX",
|
||||
fr: "Ligotage-GX",
|
||||
en: "Wrap GX",
|
||||
fr: "Ligotage GX",
|
||||
es: "Constricción GX",
|
||||
it: "Avvolgibotta-GX",
|
||||
pt: "Embrulho GX",
|
||||
de: "Wickel GX"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Paralyzed. (You can't use more than 1 GX attack in a game.)",
|
||||
en: "Your opponent’s Active Pokémon is now Paralyzed. (You can’t use more than 1 GX attack in a game.)",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Paralysé. (Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Paralizado. (No puedes usar más de 1 ataque GX en una partida).",
|
||||
it: "Il Pokémon attivo del tuo avversario viene paralizzato. Non puoi usare più di un attacco GX a partita.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Paralisado (você não pode usar mais de 1 ataque GX por partida).",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt paralysiert. (Du kannst pro Spiel nur 1 GX-Attacke einsetzen.)"
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user