mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +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: "Latios Star",
|
||||
fr: "Latios ☆"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Miraculous Light",
|
||||
fr: "Lumière miraculeuse"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove 1 damage counter and all Special Conditions from Latios Star.",
|
||||
fr: "Retirez à Latios 1 marqueur de dégât et tous ses États Spéciaux."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -38,16 +41,18 @@ const card: Card = {
|
||||
{
|
||||
cost: [
|
||||
"Grass",
|
||||
"Psychic",
|
||||
"Lightning",
|
||||
"Psychic",
|
||||
],
|
||||
name: {
|
||||
en: "Shining Star",
|
||||
fr: "Étoile brillante"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is a Stage 2 Evolved Pokémon, discard all Energy cards attached to Latios Star and this attack does 50 damage plus 100 more damage.",
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon Évolué de niveau 2, défaussez toutes les cartes Énergie attachées à Latios ☆. 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