mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Raticate BREAK",
|
||||
fr: "Rattatac TURBO",
|
||||
es: "Raticate TURBO",
|
||||
it: "Raticate TURBO",
|
||||
pt: "Raticate TURBO",
|
||||
de: "Rattikarl-TURBO"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -37,26 +41,22 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Super Fang",
|
||||
fr: "Règle des Évolutions TURBO",
|
||||
fr: "Croc Fatal",
|
||||
es: "Superdiente",
|
||||
it: "Superzanna",
|
||||
pt: "Superpresa",
|
||||
de: "Superzahn"
|
||||
},
|
||||
effect: {
|
||||
en: "Put damage counters on your opponent’s Active Pokémon until its remaining HP is 10.",
|
||||
fr: "Placez des marqueurs de dégâts sur le Pokémon Actif de votre adversaire jusqu’à ce qu’il ait 10 PV.",
|
||||
es: "Pon contadores de daño en el Pokémon Activo de tu rival hasta que le queden 10 PS restantes.",
|
||||
it: "Metti dei segnalini danno sul Pokémon attivo del tuo avversario finché i suoi PS rimanenti diventano 10.",
|
||||
pt: "Coloque contadores de danos no Pokémon Ativo do seu oponente até seu PS restante ser 10.",
|
||||
de: "Lege so lang Schadensmarken auf das Aktive Pokémon deines Gegners, bis es noch 10 KP übrig hat."
|
||||
},
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Croc Fatal",
|
||||
},
|
||||
effect: {
|
||||
fr: "Placez des marqueurs de dégâts sur le Pokémon Actif de votre adversaire jusqu'à ce qu'il ait 10 PV.",
|
||||
},
|
||||
|
||||
},
|
||||
}
|
||||
],
|
||||
|
||||
retreat: 0
|
||||
|
Reference in New Issue
Block a user