mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Regirock",
|
||||
fr: "Regirock",
|
||||
es: "Regirock",
|
||||
it: "Regirock",
|
||||
pt: "Regirock",
|
||||
de: "Regirock"
|
||||
},
|
||||
illustrator: "Shin Nagasawa",
|
||||
rarity: "Rare",
|
||||
@ -31,6 +35,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Rock Throw",
|
||||
fr: "Jet-Pierres",
|
||||
es: "Lanzarrocas",
|
||||
it: "Sassata",
|
||||
pt: "Lançamento de Rocha",
|
||||
de: "Steinwurf"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
@ -45,10 +53,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Unyielding Rock",
|
||||
fr: "Roc Indestructible",
|
||||
es: "Roca Inquebrantable",
|
||||
it: "Saldaroccia",
|
||||
pt: "Rocha Obstinada",
|
||||
de: "Fels in der Brandung"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon is a Pokémon-EX, this attack does 60 more damage.",
|
||||
en: "If your opponent's Active Pokémon is a Pokémon-EX, this attack does 60 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-EX, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon-EX, este ataque hace 60 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon-EX, questo attacco infligge 60 danni in più.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente for um Pokémon-EX, este ataque causará 60 de danos adicionais.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein Pokémon-EX ist, fügt dieser Angriff 60 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "60+",
|
||||
|
||||
|
Reference in New Issue
Block a user