mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
fix: Add Neo serie french translations (#167)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -4,24 +4,29 @@ import Set from '../Neo Revelation'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Raichu",
|
||||
fr: "Raichu"
|
||||
},
|
||||
|
||||
illustrator: "Masako Yamashita",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
26,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Pikachu",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -31,9 +36,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Thundershock",
|
||||
fr: "Éclair"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -44,15 +51,21 @@ const card: Card = {
|
||||
"Lightning",
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Lightning Strike",
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard all Energy cards attached to Raichu. If you do, this attack does 80 damage.",
|
||||
fr: "Frap'éclair"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "You may discard all Energy cards attached to Raichu. If you do, this attack does 80 damage.",
|
||||
fr: "Vous pouvez défausser toutes les cartes Énergie attachées à Raichu. Si vous le faites, cette attaque inflige 80 dégâts."
|
||||
},
|
||||
|
||||
damage: 40
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@ -60,10 +73,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
description: {
|
||||
fr: "Si les poches électriques de ses joues sont complètement chargées, ses deux oreilles se dressent sur sa tête."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user