mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16: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 '../Crystal Guardians'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Celebi Star",
|
||||
fr: "Celebi"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Time Travel",
|
||||
fr: "Voyage temporel"
|
||||
},
|
||||
effect: {
|
||||
en: "If Celebi Star would be Knocked Out by damage from an opponent's attack, you may flip a coin. If heads, Celebi Star is not Knocked Out, discard all cards attached to Celebi Star, and put Celebi Star on the bottom of your deck.",
|
||||
fr: "Si les dégâts d'une attaque de votre adversaire mettent Celebi K.O, vous pouvez lancer une pièce. Si c'est face, Celebi n'est pas mis K.O. Défaussez toutes les cartes attachées à Celebi et placez-le au dessous de votre deck."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Leaf Shade",
|
||||
fr: "Ombre-feuille"
|
||||
},
|
||||
effect: {
|
||||
en: "Count the amount of Energy attached to Celebi Star. Put that many damage counters on 1 of your opponent's Pokémon.",
|
||||
fr: "Comptabilisez le nombre d'Énergies attachées à Celebi . Placez autant de marqueurs de dégât sur 1 des Pokémon de votre adversaire."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user