1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39:18 +00:00

fix: Add Diamond & Pearl French translations (#179)

* fix: Add the two first sets

Signed-off-by: Avior <github@avior.me>

* fix: Add DP, DP Black Star and Mysterious Treasures

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-22 18:11:03 +00:00
committed by GitHub
parent b70c73d43e
commit d4be6fa84f
505 changed files with 4907 additions and 2204 deletions

View File

@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures'
const card: Card = {
name: {
en: "Garchomp",
fr: "Carchacrok"
},
illustrator: "Kazuyuki Kano",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
445,
],
hp: 130,
types: [
"Colorless",
],
evolveFrom: {
en: "Gabite",
},
stage: "Stage2",
abilities: [
@ -27,12 +33,15 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Rainbow Scale",
fr: "Échelle arc-en-ciel"
},
effect: {
en: "If an Active Pokémon has Weakness to any of the types of Energy attached to Garchomp, Garchomp's attacks do 40 more damage to that Pokémon (before applying Weakness and Resistance). Rainbow Scale Poké-Body can't be used if Garchomp has any Special Energy cards attached to it.",
fr: "Si un Pokémon Actif possède une Faiblesse à un des types d'Énergies attachés à Carchacrok, les attaques de Carchacrok lui infligent 40 dégâts supplémentaires (avant application de la Faiblesse et de la Résistance). Le Poké-Body Échelle arc-en-ciel ne peut pas être utilisé si Carchacrok possède des cartes Énergie Spéciale."
},
},
],
attacks: [
{
cost: [
@ -42,12 +51,14 @@ const card: Card = {
],
name: {
en: "Dragon Fang",
fr: "Croc de dragon"
},
damage: 70,
},
],
weaknesses: [
{
type: "Colorless",
@ -55,10 +66,9 @@ const card: Card = {
},
],
description: {
fr: "Quand il se recroqueville et étend ses ailes, on dirait un chasseur. Sa vitesse est supersonique."
}
}
export default card