mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +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: "Keldeo",
|
||||
},
|
||||
illustrator: "Shin Nagasawa",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -29,7 +29,7 @@ const card: Card = {
|
||||
fr: "Cœur Noble",
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon's attacks do 50 more damage to your opponent's Darkness Pokémon (before applying Weakness and Resistance).",
|
||||
en: "This Pokémon’s attacks do 50 more damage to your opponent’s Darkness Pokémon (before applying Weakness and Resistance).",
|
||||
fr: "Les attaques de ce Pokémon infligent 50 dégâts supplémentaires aux Pokémon Darkness de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
},
|
||||
},
|
||||
@ -46,7 +46,7 @@ const card: Card = {
|
||||
fr: "Lame Sainte",
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can't use Sacred Sword during your next turn.",
|
||||
en: "This Pokémon can’t use Sacred Sword during your next turn.",
|
||||
fr: "Ce Pokémon ne peut pas utiliser Lame Sainte pendant votre prochain tour.",
|
||||
},
|
||||
damage: 100,
|
||||
|
Reference in New Issue
Block a user