1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 20:01:58 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@@ -7,7 +7,7 @@ const card: Card = {
fr: "Darkrai",
},
illustrator: "Sanosuke Sakuma",
rarity: "Common",
rarity: "None",
category: "Pokemon",
set: Set,
@@ -33,7 +33,7 @@ const card: Card = {
fr: "Hypnoblast",
},
effect: {
en: "Your opponent's Active Pokémon is now Asleep.",
en: "Your opponents Active Pokémon is now Asleep.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
},
damage: 30,
@@ -50,10 +50,10 @@ 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 opponents 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,
damage: "60",
},
],
@@ -66,7 +66,7 @@ const card: Card = {
resistances: [
{
type: "Psychic",
value: "-20"
value: "20"
},
],
retreat: 1,