mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Scrafty",
|
||||
fr: "Baggaïd",
|
||||
es: "Scrafty",
|
||||
it: "Scrafty",
|
||||
pt: "Scrafty",
|
||||
de: "Irokex"
|
||||
},
|
||||
illustrator: "Hitoshi Ariga",
|
||||
rarity: "Rare",
|
||||
@@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Scraggy",
|
||||
fr: "Baggiguane",
|
||||
es: "Scraggy",
|
||||
it: "Scraggy",
|
||||
pt: "Scraggy",
|
||||
de: "Zurrokex"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@@ -34,10 +42,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Corner",
|
||||
fr: "Coinçage",
|
||||
es: "Arrinconar",
|
||||
it: "Trappola",
|
||||
pt: "Quina",
|
||||
de: "Bedrängen"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can’t retreat during your opponent’s next turn.",
|
||||
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
|
||||
es: "El Pokémon Defensor no puede retirarse durante el próximo turno de tu rival.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
pt: "O Pokémon Defensor não poderá recuar durante a próxima vez de jogar do seu oponente.",
|
||||
de: "Das Verteidigende Pokémon kann sich während des nächsten Zuges deines Gegners nicht zurückziehen."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@@ -51,6 +67,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Jet Headbutt",
|
||||
fr: "Bélier Volant",
|
||||
es: "Turbocabezazo",
|
||||
it: "Zuccata Jet",
|
||||
pt: "Cabeçada a Jato",
|
||||
de: "Flinke Kopfnuss"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
|
Reference in New Issue
Block a user