1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49: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,16 +4,20 @@ import Set from '../Neo Revelation'
const card: Card = {
name: {
en: "Raikou",
fr: "Raikou"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
243,
],
hp: 80,
types: [
"Lightning",
],
@ -22,15 +26,18 @@ const card: Card = {
abilities: [
{
type: "Poke-POWER",
type: "Pokemon Power",
name: {
en: "Lightning Burst",
fr: "Explosion d'éclairs"
},
effect: {
en: "Whenever you attach a Lightning Energy card from your hand to Raikou, if your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. This power stops working while Raikou is Asleep, Confused, or Paralyzed.",
fr: "Lorsque vous attachez une carte Énergie à Raikou depuis votre main, si votre adversaire à des Pokémon sur son Banc, il choisit l'un d'entre eux et l'échange avec le Pokémon Défenseur. Ce pouvoir cesse de fonctionner si Raikou est Endormi, Confus ou Paralysé."
},
},
],
attacks: [
{
cost: [
@ -40,14 +47,17 @@ const card: Card = {
],
name: {
en: "Lightning Tackle",
fr: "Charge éclair"
},
effect: {
en: "Flip a coin. If tails, Raikou does 20 damage to itself.",
fr: "Lancez une pièce. Si c'est pile, Raikou s'inflige 20 dégâts."
},
damage: 50,
},
],
weaknesses: [
{
type: "Fighting",
@ -55,10 +65,9 @@ const card: Card = {
},
],
description: {
fr: "Les nuages gorgés de pluie qui l'accompagnent lui permettent de lancer des éclairs à volonté. On raconte qu'il est issu de la foudre."
}
}
export default card