mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -3,11 +3,11 @@ import Set from '../XY Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Diancie-EX",
|
||||
fr: "M Diancie-EX",
|
||||
en: "M Diancie EX",
|
||||
fr: "M Diancie EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -34,29 +34,15 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Diamond Force",
|
||||
fr: "Règle des Méga-Évolutions",
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, prevent all damage done to each of your Pokémon by attacks from your opponent's Pokémon-EX. (If this Pokémon is no longer your Active Pokémon, this effect ends.)",
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Fairy",
|
||||
"Fairy",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Force Diamant",
|
||||
},
|
||||
effect: {
|
||||
fr: "Pendant le prochain tour de votre adversaire, évitez tous les dégâts infligés à chacun de vos Pokémon par les attaques des Pokémon-EX de votre adversaire. (Si ce Pokémon n'est plus votre Pokémon Actif, cet effet se termine.)",
|
||||
en: "During your opponent’s next turn, prevent all damage done to each of your Pokémon by attacks from your opponent’s Pokémon-EX. (If this Pokémon is no longer your Active Pokémon, this effect ends.)",
|
||||
fr: "Pendant le prochain tour de votre adversaire, évitez tous les dégâts infligés à chacun de vos Pokémon par les attaques des Pokémon-EX de votre adversaire. (Si ce Pokémon n’est plus votre Pokémon Actif, cet effet se termine.)"
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
},
|
||||
}
|
||||
],
|
||||
weaknesses: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user