1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 11:51:59 +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,16 +4,20 @@ import Set from '../Neo Revelation'
const card: Card = {
name: {
en: "Suicune",
fr: "Suicune"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
245,
],
hp: 70,
types: [
"Water",
],
@@ -22,15 +26,18 @@ const card: Card = {
abilities: [
{
type: "Poke-POWER",
type: "Pokemon Power",
name: {
en: "Crystal Body",
fr: "Corps de cristal"
},
effect: {
en: "Prevent all effects of your opponent's attacks, other than damage, done to Suicune. This power stops working while Suicune is Asleep, Confused, or Paralyzed.",
fr: "Prévenez tous les effets des attaques de votre adversaire, excepté les dégâts, infligés à Suicune. Ce pouvoir cesse de fonctionner si Suicune est Endormi, Confus ou Paralysé."
},
},
],
attacks: [
{
cost: [
@@ -40,14 +47,17 @@ const card: Card = {
],
name: {
en: "Aurora Wave",
fr: "Vague boréale"
},
effect: {
en: "Flip 2 coins. If both are heads, the Defending Pokémon is now Paralyzed. If only 1 is heads, the Defending Pokémon is now Asleep.",
fr: "Lancez 2 pièces. Si c'est face dans les deux cas, le Pokémon Défenseur est Paralysé. Si vous obtenez une face, le Pokémon Défenseur est maintenant Endormi."
},
damage: 30,
},
],
weaknesses: [
{
type: "Lightning",
@@ -55,10 +65,9 @@ const card: Card = {
},
],
description: {
fr: "On dit de lui qu'il est la réincarnation des vents boréals. Il peut instantanément purifier l'eau sale et boueuse."
}
}
export default card