mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -33,7 +33,7 @@ const card: Card = {
|
||||
fr: "Hypnoblast",
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Asleep.",
|
||||
en: "Your opponent's Active Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
|
||||
},
|
||||
damage: 30,
|
||||
@ -50,7 +50,7 @@ const card: Card = {
|
||||
fr: "Vent Puissant",
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon is Asleep, this attack does 60 more damage and heal 30 damage from this Pokémon.",
|
||||
en: "If your opponent's Active Pokémon is Asleep, this attack does 60 more damage and heal 30 damage from this Pokémon.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est Endormi, cette attaque inflige 60 dégâts supplémentaires et vous soignez 30 dégâts à ce Pokémon.",
|
||||
},
|
||||
damage: "60+",
|
||||
|
Reference in New Issue
Block a user