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:
@@ -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 can’t 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
|
||||
|
Reference in New Issue
Block a user