1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +00:00

fix: Add E-Card French Translations (#166)

* fix: Add E-Card French Translations

Signed-off-by: Avior <github@avior.me>

* fix: Fixed Cards without rarity

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-11-22 19:07:35 +00:00
committed by GitHub
parent d4be6fa84f
commit 8ef099273e
351 changed files with 2187 additions and 889 deletions

View File

@ -4,6 +4,7 @@ import Set from '../Aquapolis'
const card: Card = {
name: {
en: "Lugia",
fr: "Lugia"
},
illustrator: "Naoyo Kimura",
rarity: "Rare",
@ -25,9 +26,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Crystal Type",
fr: "Type de cristal"
},
effect: {
en: "Whenever you attach a Fire, Water, or Psychic basic Energy card from your hand to Lugia, Lugia's type (color) becomes the same as that as that Energy card type until the end of the turn.",
fr: "À chaque fois que vous attachez une carte Énergie de base , , ou de votre main à Lugia, le type de Lugia (sa couleur) devient identique au type de carte Énergie jusqu'à la fin du tour."
},
},
],
@ -39,25 +42,29 @@ const card: Card = {
],
name: {
en: "Psychic",
fr: "Psyko"
},
effect: {
en: "This attack does 10 damage times the number of Energy cards attached to the Defending Pokémon.",
fr: "Inflige 10 dégâts multipliés par le nombre de cartes Énergie attachées au Pokémon Défenseur."
},
damage: 10,
damage: "10×",
},
{
cost: [
"Water",
"Water",
"Fire",
"Water",
"Water",
"Colorless",
],
name: {
en: "Steam Blast",
fr: "Coud' vapeur"
},
effect: {
en: "Discard an Energy card attached to Lugia.",
fr: "Défaussez-vous d'une carte Énergie attachée à Lugia."
},
damage: 50,