1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59:18 +00:00

fix: Add Neo serie french translations (#167)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-12 17:24:19 +01:00
committed by GitHub
parent ffdd3b4656
commit 68054fe4c9
365 changed files with 5008 additions and 2616 deletions

View File

@ -4,24 +4,29 @@ import Set from '../Neo Destiny'
const card: Card = {
name: {
en: "Light Dragonair",
fr: "Draco lumineux"
},
illustrator: "Atsuko Nishida",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
148,
],
hp: 80,
types: [
"Colorless",
],
evolveFrom: {
en: "Dratini",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -31,9 +36,11 @@ const card: Card = {
],
name: {
en: "Healing Light",
fr: "Lumière soignante"
},
effect: {
en: "Remove 1 damage counter from each of your Pokémon that has any damage counters on it.",
fr: "Retirez un marqueur de dégât de chacun de vos Pokémon ayant des marqueurs de dégâts."
},
},
@ -43,13 +50,18 @@ const card: Card = {
"Colorless",
"Colorless",
],
name: {
en: "Protective Wave",
},
effect: {
en: "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Light Dragonair.",
fr: "Onde protectrice"
},
effect: {
en: "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Light Dragonair.",
fr: "Lancez une pièce. Si c'est face, pendant le prochain tour de votre adversaire, prévenez tous les effets d'attaques, y compris les dégâts, infligés à Draco lumineux."
},
damage: 20
},
],
@ -60,9 +72,9 @@ const card: Card = {
},
],
description: {
fr: "L'aura qui enveloppe son corps a un effet sur la météo et le climat environnants."
}
}
export default card