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: "Hawlucha",
|
||||
fr: "Brutalibré",
|
||||
es: "Hawlucha",
|
||||
it: "Hawlucha",
|
||||
pt: "Hawlucha",
|
||||
de: "Resladero"
|
||||
},
|
||||
illustrator: "miki kudo",
|
||||
rarity: "Uncommon",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sudden Cyclone",
|
||||
fr: "Cyclone Surprise",
|
||||
es: "Ciclón Súbito",
|
||||
it: "Ciclone Improvviso",
|
||||
pt: "Ciclone Súbito",
|
||||
de: "Plötzlicher Sturm"
|
||||
},
|
||||
effect: {
|
||||
en: "When you play this Pokémon from your hand onto your Bench, you may have your opponent switch his or her Active Pokémon with 1 of his or her Benched Pokémon.",
|
||||
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc, vous pouvez demander à votre adversaire d’échanger son Pokémon Actif avec l’un de ses Pokémon de Banc.",
|
||||
es: "Cuando juegues este Pokémon de tu mano a tu Banca, puedes hacer que tu rival cambie su Pokémon Activo por 1 de sus Pokémon en Banca.",
|
||||
it: "Quando giochi questo Pokémon dalla tua mano e lo metti in panchina, puoi far scambiare al tuo avversario il suo Pokémon attivo con uno dei suoi Pokémon in panchina.",
|
||||
pt: "Ao jogar este Pokémon da sua mão em seu Banco, você poderá fazer com que seu oponente troque o próprio Pokémon Ativo por 1 dos Pokémon no Banco dele(a).",
|
||||
de: "Wenn du dieses Pokémon von deiner Hand spielst und auf deine Bank legst, kannst du deinen Gegner dazu veranlassen, sein Aktives Pokémon gegen 1 Pokémon auf seiner Bank auszutauschen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,10 +55,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Acrobatics",
|
||||
fr: "Acrobatie",
|
||||
es: "Acróbata",
|
||||
it: "Acrobazia",
|
||||
pt: "Acrobático",
|
||||
de: "Akrobatik"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 20 more damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts supplémentaires pour chaque côté face.",
|
||||
es: "Lanza 2 monedas. Este ataque hace 20 puntos de daño más por cada cara.",
|
||||
it: "Lancia due volte una moneta. Ogni volta che esce testa, questo attacco infligge 20 danni in più.",
|
||||
pt: "Jogue 2 moedas. Este ataque causa 20 de danos adicionais para cada cara.",
|
||||
de: "Wirf 2 Münzen. Dieser Angriff fügt 20 weitere Schadenspunkte mal der Anzahl „Kopf“ zu."
|
||||
},
|
||||
damage: "20+",
|
||||
|
||||
|
Reference in New Issue
Block a user