mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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 '../Holon Phantoms'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Gyarados Star δ",
|
||||
fr: "Leviator ☆ δ"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@ -29,9 +30,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spiral Growth",
|
||||
fr: "Croissance en spirale"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin until you get tails. For each heads, search your discard pile for a basic Energy card and attach it to Gyarados Star.",
|
||||
fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Pour chaque face, choisissez dans votre pile de défausse une carte Énergie de base et attachez-la à Leviator ."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -45,11 +48,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "All-out Blast",
|
||||
fr: "Explosion totale"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard cards from the top of your deck until you have 1 card left. This attack does 50 damage plus 20 more damage for each Energy card you discarded in this way.",
|
||||
fr: "Défaussez des cartes du dessus de votre deck jusqu'à ce qu'il ne vous reste plus qu'1 carte. Cette attaque inflige 50 dégâts plus 20 dégâts supplémentaires pour chaque carte Énergie défaussée."
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user