1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-01 20:32:03 +00:00

feat: Added XY Datas for other languages (#265)

This commit is contained in:
2022-03-31 11:01:32 +02:00
committed by GitHub
parent fc74c637d3
commit 4ec775fe56
1694 changed files with 23608 additions and 4670 deletions

View File

@@ -10,20 +10,22 @@ const card: Card = {
pt: "Slowbro EX",
de: "Lahmus EX"
},
illustrator: "Ayaka Yoshida",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
80,
],
hp: 180,
types: [
"Water",
],
suffix: "EX",
attacks: [
@@ -41,7 +43,7 @@ const card: Card = {
de: "Tagedieb"
},
effect: {
en: "Heal 60 damage from this Pokémon. This Pokémon cant attack during your next turn.",
en: "Heal 60 damage from this Pokémon. This Pokémon can't attack during your next turn.",
fr: "Soignez 60 dégâts à ce Pokémon. Ce Pokémon ne peut pas attaquer pendant votre prochain tour.",
es: "Cura 60 puntos de daño a este Pokémon. Este Pokémon no puede atacar durante tu próximo turno.",
it: "Cura questo Pokémon da 60 danni. Questo Pokémon non può attaccare durante il tuo prossimo turno.",
@@ -69,6 +71,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Grass",
@@ -77,9 +80,7 @@ const card: Card = {
],
retreat: 3,
stage: "Basic"
}
export default card