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:
@@ -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 opponent’s 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 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,
|
||||
damage: "60+",
|
||||
|
||||
},
|
||||
],
|
||||
@@ -66,7 +66,7 @@ const card: Card = {
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
value: "-20"
|
||||
value: "−20"
|
||||
},
|
||||
],
|
||||
retreat: 1,
|
||||
|
Reference in New Issue
Block a user