mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
fix: add EX French translations (#169)
* fix: Add for some sets Signed-off-by: Avior <github@avior.me> * Added Sets titles Signed-off-by: Avior <github@avior.me> * fix: Finished last EX sets Signed-off-by: Avior <github@avior.me> * Change Discord Link text
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Deoxys'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Latias Star",
|
||||
fr: "Latias ☆"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@ -28,26 +29,30 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Miraculous Light",
|
||||
fr: "Lumière soignante"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove 1 damage counter from each of your Pokémon (including Latias Star).",
|
||||
fr: "Retirez 1 marqueur de dégât à chacun de vos Pokémon (Latias inclus)."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Fire",
|
||||
"Water",
|
||||
"Psychic",
|
||||
"Fire",
|
||||
],
|
||||
name: {
|
||||
en: "Shooting Star",
|
||||
fr: "Étoile filante"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is Pokémon-ex, discard all Energy cards attached to Latias Star and this attack does 50 damage plus 100 more damage.",
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon-ex, défaussez toutes les cartes Énergie attachées à Latias ☆. Cette attaque inflige 50 dégâts plus 100 dégâts supplémentaires."
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user