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

fix: Add Base serie translations (#161)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-12 17:07:41 +01:00
committed by GitHub
parent 3b8e87e284
commit ffdd3b4656
337 changed files with 4395 additions and 2387 deletions

View File

@ -4,24 +4,29 @@ import Set from '../Team Rocket'
const card: Card = {
name: {
en: "Dark Rapidash",
fr: "Galopa obscur"
},
illustrator: "Kagemaru Himeno",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
78,
],
hp: 60,
types: [
"Fire",
],
evolveFrom: {
en: "Ponyta",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -31,6 +36,7 @@ const card: Card = {
],
name: {
en: "Rear Kick",
fr: "Ruade"
},
damage: 20,
@ -43,14 +49,17 @@ const card: Card = {
],
name: {
en: "Flame Pillar",
fr: "Colonne de flammes"
},
effect: {
en: "You may discard 1 Energy card attached to Dark Rapidash when you use this attack. If you do and if your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Vous pouvez défausser 1 carte Énergie attachée à Galopa obscur lorsque vous utilisez cette attaque. Dans ce cas, et si votre adversaire a au moins 1 Pokémon sur son Banc, choisissez l'un d'eux et cette attaque lui inflige 10 dégâts. (N'appliquez pas la Faiblesse et la Résistance au Pokémon du Banc)."
},
damage: 30,
},
],
weaknesses: [
{
type: "Water",
@ -58,10 +67,9 @@ const card: Card = {
},
],
description: {
fr: "C'est un Pokémon sauvage et indomptable. Lorsqu'il galope, on dirait une comète traversant les cieux."
}
}
export default card